Faznet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Faznet 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/325743.svg" alt="Faznet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325743.svg" alt="Faznet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325743.svg" alt="Faznet icon" :width="24" :height="24" />
CSS background
.icon-faznet {
background-image: url('https://proicons.com/icon/325743.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m20.8525,43.301c-11.3691.4079-7.5113-10.414-3.0741-10.428,3.0941-.01,4.4903,2.1099,4.78,3.4098.891-1.2188,1.6558-2.6491,3.1041-3.4479-4.9213-7.7378-13.2775-2.7644-13.1222,4.3049.2195,10.008,13.934,6.531,14.9013.9662m3.2024-21.2108c-1.6498-.0531-1.8643,1.5235-1.8503,2.4125.0082,1.0068.8253,1.8195,1.8322,1.8222,1.0123,0,1.8322-.8159,1.8322-2.1149,0-1.297-.9051-2.0196-1.8322-2.1129m0,0c-1.5887-.1604-3.473.8089-3.7386,4.2498m0,0c-2.6641-2.2762-4.9554-4.6387-2.0718-8.1928-3.9711,1.4994-7.1164,6.7285-4.0002,9.8466l3.8368,3.8378c2.183,2.185,1.6297,4.2818,1.0103,6.1912,3.2124-1.8763,8.1407-4.8933,1.2248-11.6839v.001Zm-8.28-5.5708c-7.5273,5.6811-11.7169-11.0354,1.3962-6.0038,9.8326,3.7707,16.5511,3.5442,16.9991-3.4499-4.6126,5.4756-12.5689-1.5796-17.1895-1.6267-13.4179-.1353-9.6121,17.3699-1.2058,11.0805Z"/></svg>
Copied!