Frostfacebook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Frostfacebook icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/326288.svg" alt="Frostfacebook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326288.svg" alt="Frostfacebook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326288.svg" alt="Frostfacebook icon" :width="24" :height="24" />
CSS background
.icon-frostfacebook {
background-image: url('https://proicons.com/icon/326288.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="cls-1" x1="24" y1="4.5" x2="24" y2="43.5"/><line class="cls-1" x1="40.89" y1="14.25" x2="7.11" y2="33.75"/><line class="cls-1" x1="40.89" y1="33.75" x2="7.11" y2="14.25"/><line class="cls-1" x1="18.44" y1="27.21" x2="18.44" y2="37.13"/><line class="cls-1" x1="29.56" y1="27.21" x2="29.56" y2="37.13"/><line class="cls-1" x1="29.56" y1="20.79" x2="29.56" y2="10.87"/><line class="cls-1" x1="18.44" y1="10.87" x2="18.44" y2="20.79"/><line class="cls-1" x1="18.44" y1="20.79" x2="9.84" y2="25.75"/><line class="cls-1" x1="24" y1="30.42" x2="15.41" y2="35.38"/><line class="cls-1" x1="29.56" y1="27.21" x2="38.16" y2="22.25"/><line class="cls-1" x1="32.59" y1="12.62" x2="24" y2="17.58"/><line class="cls-1" x1="24" y1="30.42" x2="15.41" y2="35.38"/><line class="cls-1" x1="29.56" y1="27.21" x2="38.16" y2="22.25"/><line class="cls-1" x1="24" y1="17.58" x2="15.41" y2="12.62"/><line class="cls-1" x1="18.44" y1="27.21" x2="9.85" y2="22.25"/><line class="cls-1" x1="24" y1="30.42" x2="32.59" y2="35.38"/><line class="cls-1" x1="38.15" y1="25.75" x2="29.56" y2="20.79"/></svg>
Copied!