Vaani Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vaani 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/334631.svg" alt="Vaani icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334631.svg" alt="Vaani icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334631.svg" alt="Vaani icon" :width="24" :height="24" />
CSS background
.icon-vaani {
background-image: url('https://proicons.com/icon/334631.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>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="l" d="M6.7212,23.772c10.5455,4.5023,15.0602,11.3665,18.3052,18.728,3.5625-8.2859,6.989-16.7006,16.2523-19.5832"/><path id="d" class="l" d="M35.4907,5.614c.1129,5.5921-.0154,11.6493.3136,16.3048"/><path id="e" class="l" d="M39.5965,11.2866c.0749,1.7127-.2901,4.3784.2281,5.131"/><path id="f" class="l" d="M31.0142,13.396c.3036,1.218-.1426,3.4206,0,4.9029"/><path id="g" class="l" d="M27.1934,8.5786c.2351,4.7009-.4935,8.4098-.1996,12.7704"/><path id="h" class="l" d="M23.3442,5.5c.1426,7.0123-.2759,18.7475.4847,20.5239"/><path id="i" class="l" d="M19.8086,12.9969c.1426,1.8624-.3992,4.019-.2566,5.8151"/><path id="j" class="l" d="M15.047,5.5c.2281,7.0123-.133,18.3857.6558,20.3528"/><path id="k" class="l" d="M10.6845,12.6834c.419,2.5911-.2897,5.1515.3422,7.4684"/></svg>
Copied!