Itunes font awesome icon Usage,CSS Class Name,SVG & CSS Content Code
Itunes
font awesome icon css class name is fa-itunes
and CSS Content Code is \f3b4
.
Itunes
font awesome icon is part of brands icons.
Itunes
font awesome icon usage
We can display Itunes
font awesome icon using 3 different ways depending upon our requirement.
Using CSS Class Name
Using CSS Content Code
Using SVG
Itunes
font awesome icon CSS class name
To display Itunes
font awesome icon, add predefined class name i.e.,fa-itunes
(with prefix fa-
) to the i
tag.
And we need to add corresponding font awesome icon style for the Itunes
icon.
Itunes
icon has 1 icon style i.e.,brands.
We need to append icon style class fab
.
<i class='fab fa-itunes'></i>
Output:
Itunes
font awesome icon CSS Content Code
We can display Itunes
font awesome icon using it’s CSS Content Code \f3b4
Use the following HTML code
<li><span class='Itunes fontawesomeicon'></span>Itunes</li>
Apply CSS code
<style>
.fontawesomeicon::before {
display: inline-block;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.Itunes::before {
font: var(--fa-font-brands);
content: ' \f3b4';
}</style>
Output:
.fontawesomeicon::before { display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; } .Itunes::before { font: var(--fa-font-brands); content: ' \f3b4'; }For the detailed tutorial visit https://www.angularjswiki.com/fontawesome/csscontentcode/
Itunes
font awesome icon SVG
Use the following icon SVG to display Itunes
font awesome icon.
<svg class='fontawesomesvg' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M223.6 80.3C129 80.3 52.5 157 52.5 251.5S129 422.8 223.6 422.8s171.2-76.7 171.2-171.2c0-94.6-76.7-171.3-171.2-171.3zm79.4 240c-3.2 13.6-13.5 21.2-27.3 23.8-12.1 2.2-22.2 2.8-31.9-5-11.8-10-12-26.4-1.4-36.8 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 3.2-3.6 2.2-2 2.2-80.8 0-5.6-2.7-7.1-8.4-6.1-4 .7-91.9 17.1-91.9 17.1-5 1.1-6.7 2.6-6.7 8.3 0 116.1.5 110.8-1.2 118.5-2.1 9-7.6 15.8-14.9 19.6-8.3 4.6-23.4 6.6-31.4 5.2-21.4-4-28.9-28.7-14.4-42.9 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 5-5.7.9-127 2.6-133.7.4-2.6 1.5-4.8 3.5-6.4 2.1-1.7 5.8-2.7 6.7-2.7 101-19 113.3-21.4 115.1-21.4 5.7-.4 9 3 9 8.7-.1 170.6.4 161.4-1 167.6zM345.2 32H102.8C45.9 32 0 77.9 0 134.8v242.4C0 434.1 45.9 480 102.8 480h242.4c57 0 102.8-45.9 102.8-102.8V134.8C448 77.9 402.1 32 345.2 32zM223.6 444c-106.3 0-192.5-86.2-192.5-192.5S117.3 59 223.6 59s192.5 86.2 192.5 192.5S329.9 444 223.6 444z"/></svg>
Use the following HTML code
<p>This <svg class='fontawesomesvg' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M223.6 80.3C129 80.3 52.5 157 52.5 251.5S129 422.8 223.6 422.8s171.2-76.7 171.2-171.2c0-94.6-76.7-171.3-171.2-171.3zm79.4 240c-3.2 13.6-13.5 21.2-27.3 23.8-12.1 2.2-22.2 2.8-31.9-5-11.8-10-12-26.4-1.4-36.8 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 3.2-3.6 2.2-2 2.2-80.8 0-5.6-2.7-7.1-8.4-6.1-4 .7-91.9 17.1-91.9 17.1-5 1.1-6.7 2.6-6.7 8.3 0 116.1.5 110.8-1.2 118.5-2.1 9-7.6 15.8-14.9 19.6-8.3 4.6-23.4 6.6-31.4 5.2-21.4-4-28.9-28.7-14.4-42.9 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 5-5.7.9-127 2.6-133.7.4-2.6 1.5-4.8 3.5-6.4 2.1-1.7 5.8-2.7 6.7-2.7 101-19 113.3-21.4 115.1-21.4 5.7-.4 9 3 9 8.7-.1 170.6.4 161.4-1 167.6zM345.2 32H102.8C45.9 32 0 77.9 0 134.8v242.4C0 434.1 45.9 480 102.8 480h242.4c57 0 102.8-45.9 102.8-102.8V134.8C448 77.9 402.1 32 345.2 32zM223.6 444c-106.3 0-192.5-86.2-192.5-192.5S117.3 59 223.6 59s192.5 86.2 192.5 192.5S329.9 444 223.6 444z"/></svg>
Itunes displayed using SVG</p>
Apply CSS code
<style>
.fontawesomesvg {width: 1em;
height: 1em;
vertical-align: -.125em;
}
</style>
Output:
.fontawesomesvg {width: 1em; height: 1em; vertical-align: -.125em; }This Itunes displayed using SVG
Change Itunes
font awesome icon size
To increase Itunes
font awesome icon size, use the fa-lg(33 % increase)
, fa-2x
, fa-3x
, fa-4x
, or fa-5x
classes along with icon class \f3b4.
Increase in icon size will be relative to their parent container.
<i class='fab fa-itunes fa-lg'>fa-lg</i><br/>
<i class='fab fa-itunes fa-2x'>fa-2x</i><br/>
<i class='fab fa-itunes fa-3x'>fa-3x</i><br/>
<i class='fab fa-itunes fa-4x'>fa-4x</i><br/>
<i class='fab fa-itunes fa-5x'>fa-5x</i><br/>
Output:
fa-lgfa-2x
fa-3x
fa-4x
fa-5x
Itunes
font awesome icon with Fixed Width
All the font awesome icons does not have same width.
For example Itunes
icon and home
icon may not have same height and width.
So to display two icons with fixed width and height we can use fa-fw
class.
<i style='border:1px solid;' class='fab fa-itunes fa-fw fa-3x'></i>Fixed Width<i style='border:1px solid;' class='fab fa-itunes fa-3x'></i>Normal<br/>
<i style='border:1px solid;' class='fas fa-home fa-fw fa-3x'></i>Fixed Width<i style='border:1px solid;' class='fas fa-home fa-3x'></i>Normal<br/>
Output:
Fixed WidthNormalFixed WidthNormal
Itunes
font awesome icon Border
To add border to Itunes
font awesome icon, use fa-border
class.
<i class='fab fa-itunes fa-border fa-3x'></i>
Output:
Pull Itunes
font awesome icon To the left
To pull Itunes
icon to the left of the container use fa-pull-left
class.
<div style='width: 200px;'>
<i class='fab fa-itunes fa-pull-left fa-3x'></i>
... The text after Itunes Icon will be displayed on the right side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Pull Itunes
font awesome icon To the left
To pull Itunes
icon to the right of the container use fa-pull-right
class.
<div style='width: 200px;'>
<i class='fab fa-itunes fa-pull-right fa-3x'></i>
... The text after Itunes Icon will be displayed on the left side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Animate Itunes
font awesome icon
To animate Itunes
font awesome icon, use fa-spin
class.
<i class='fab fa-itunes fa-spin fa-3x'></i>
Output:
Animate Itunes
font awesome icon with steps
While animating the font awesome icon,We can rotate Itunes
icon in 8 steps instead of uniform rotation.
We can use fa-pulse
icon along with fa-spin
class.
<i class='fab fa-itunes fa-spin fa-pulse fa-3x'></i>
Output:
Rotate Itunes
font awesome icon
To rotate Itunes
font awesome icon, Use fa-rotate-x
class
Where ‘x’ represents degree of rotation.
<div>
<i class='fab fa-itunes fa-3x'>R</i>normal<br/><br/>
<i class='fab fa-itunes fa-rotate-90 fa-3x'>R</i> fa-rotate-90<br/><br/>
<i class='fab fa-itunes fa-rotate-180 fa-3x'>R</i> fa-rotate-180<br/><br/>
<i class='fab fa-itunes fa-rotate-270 fa-3x'>R</i> fa-rotate-270<br/><br/>
</div>
Output:
R fa-rotate-90
R fa-rotate-180
R fa-rotate-270
Flip Itunes
font awesome icon
To flip Itunes
font awesome icon horizontally and vertically use fa-flip-horizontal
and fa-flip-vertical
classes.
<div>
<i class='fab fa-itunes fa-3x'>F</i> Normal <br>
<i class='fab fa-itunes fa-flip-horizontal fa-3x'>F</i> fa-flip-horizontal<br>
<i class='fab fa-itunes fa-flip-vertical fa-3x'>F</i> fa-flip-vertical<br>
</div>
Output:
F fa-flip-horizontal
F fa-flip-vertical
Combine Itunes
font awesome icon with other font awesome icons
In font awesome icons,using stacking we can combine multiple icons and display it as one icon.
To do that use the fa-stack
class on the parent, the fa-stack-1x
for the regularly sized icon, and fa-stack-2x
for the larger icon.
And use class fa-inverse
for an alternative icon color.
In the below example, I am displaying Itunes
font awesome icon on top of icons like fa-square
,fa-circle
and fa-ban
.
And used fa-inverse
in the second example to invert the color of the icon.
<div>
<span class='fa-stack fa-lg'>
<i class='far fa-square fa-stack-2x'></i>
<i class='fab fa-itunes fa-stack-1x'></i>
</span>
Itunes on fa-square<br>
<span class='fa-stack fa-lg'>
<i class='fas fa-circle fa-stack-2x'></i>
<i class='fab fa-itunes fa-stack-1x fa-inverse'></i>
</span>
Itunes on fa-circle<br>
<span class='fa-stack fa-lg'>
<i class='fab fa-itunes fa-stack-1x'></i>
<i class='fas fa-ban fa-stack-2x'></i>
</span>
Itunes on fa-ban
</div>
Output:
Itunes on fa-circle
Itunes on fa-ban