Zvuk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zvuk 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/350222.svg" alt="Zvuk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350222.svg" alt="Zvuk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350222.svg" alt="Zvuk icon" :width="24" :height="24" />
CSS background
.icon-zvuk {
background-image: url('https://proicons.com/icon/350222.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>.e{fill:#fff;}.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="e" cx="42.81349945" cy="11.65400028" r=".75"/><path class="f" d="M41.30649948,20.92300034c.09000015,1.10499954.13000107,2.15200043.13000107,3.07699966,0,4.36999893-.87599945,11.44599915-3.96500015,14.53499985-3.09000015,3.09000015-10.16600037,3.96500015-14.53499985,3.96500015-4.36999893,0-11.4460001-.87599945-14.53499985-3.96500015-3.09000015-3.09000015-3.96500015-10.16600037-3.96500015-14.53499985,0-4.36999893.87599993-11.4460001,3.96500015-14.53499985,3.09000015-3.09000015,10.16600037-3.96500015,14.53499985-3.96500015,3.76200104,0,9.52999878.6500001,13.0340004,2.80200005"/><path class="f" d="M5.90750074,13.92099953c.0333333-.00006199.0666666-.00006199.0999999,0,14.91610622,0,27.00799847,12.09189224,27.00799847,27.00799751v.00100327h0c.00006104.03333282.00006104.06666565,0,.09999847M4.45150042,24.70999908c.51719046-.04945946,1.03645039-.0741539,1.55600023-.0739994,8.99814701.00055313,16.29244709,7.29485512,16.29299831,16.29300117.0000267.51821518-.02466583,1.03614044-.0739994,1.55200195M29.88949966,11.45199966v6.47299957M29.88949966,15.25500011c0-.89400005.73200035-1.61900043,1.63600159-1.61900043h0c.90299988,0,1.63499832.72500038,1.63499832,1.61899948v2.67000008M35.70249939,13.63599968v4.28899956M38.66450119,17.92499924v-5.34000015c.00385666-.62882519.5161705-1.1357708,1.14500046-1.13300037h0c.56299973,0,.91500092.16499996,1.15599823.47399998M37.69449997,13.63599968h2.29000092M42.81349945,13.63599968v4.28899956"/><circle class="e" cx="35.70249939" cy="11.65400028" r=".75"/></svg>
Copied!