Facebook Discover Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Facebook Discover 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/325662.svg" alt="Facebook Discover icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325662.svg" alt="Facebook Discover icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325662.svg" alt="Facebook Discover icon" :width="24" :height="24" />
CSS background
.icon-facebook-discover {
background-image: url('https://proicons.com/icon/325662.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m25.2863,30.9186h-9.2335V13.5969h9.2335c4.7833,0,8.6609,3.8776,8.6609,8.6609h0c0,4.7833-3.8776,8.6609-8.6609,8.6609Z"/><path class="b" d="m16.0528,14.2163c13.9146,9.1437,10.7593,20.7046,8.6243,21.9131-2.4747,1.4008-8.1981-2.9183-8.6243-5.2108"/></svg>
Copied!