Vanitha Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vanitha 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/334650.svg" alt="Vanitha icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334650.svg" alt="Vanitha icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334650.svg" alt="Vanitha icon" :width="24" :height="24" />
CSS background
.icon-vanitha {
background-image: url('https://proicons.com/icon/334650.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="M15.1568,22.4495v5.7483h-5.5598"/><path class="b" d="M7.3079,28.2569c-.6504-.3966-1.3008-.7931-1.6534-1.549-.3527-.7558-.4076-1.8709.1774-2.7505s1.8101-1.5234,2.9487-1.5117c1.1386.0118,2.191.6793,2.7014,1.5156s.479,1.8415.2042,2.5345c-.2749.693-.7931,1.0739-1.1818,1.3055-.3887.2317-.6479.3141-.907.3966"/><path class="b" d="M30.093,28.2572v-6.1017c0-.1924,0-.3848-.1041-.7244s-.3122-.8265-.748-1.1701c-.4358-.3436-1.0994-.5438-1.6903-.5124-.5909.0314-1.1092.2945-1.3919.5202s-.3298.4142-.3769.6027"/><path class="b" d="M34.3329,28.2332c-.4751-.1806-.9502-.3612-1.3173-.8717s-.6263-1.3506-.5458-2.2105c.0805-.8599.5006-1.7394,1.2329-2.291.7323-.5517,1.7767-.7755,2.7269-.5831.9502.1924,1.8061.801,2.3087,1.5018s.6518,1.494.5713,2.2478c-.0805.7539-.3907,1.4685-.8677,1.8631-.4771.3946-1.121.4692-1.6392.1374-.5183-.3318-.9109-1.0699-1.0169-1.8867-.106-.8167.0746-1.7119.5693-2.4324.4947-.7205,1.3036-1.2663,2.2499-1.4744.9463-.2081,2.0299-.0785,2.7799.4771.7499.5556,1.1661,1.5372,1.229,2.4442.0628.907-.2277,1.7394-.5831,2.244-.3553.5045-.7755.6812-1.1956.8579"/><path class="b" d="M22.5772,23.4597v4.7976"/><path class="b" d="M20.189,28.1349c-.8052-.3276-1.6104-.6552-2.0906-1.3494-.4803-.6941-.6358-1.7547-.347-2.6403s1.0217-1.5964,1.8102-1.8824c.7885-.286,1.6325-.1471,2.1445.123s.6919.6716.8719,1.0731"/><path class="b" d="M24.9676,28.1349c.8052-.3276,1.6104-.6552,2.0906-1.3494.4803-.6941.6358-1.7547.347-2.6403s-1.0217-1.5964-1.8102-1.8824c-.7885-.286-1.6325-.1471-2.1445.123s-.6919.6716-.8719,1.0731"/></svg>
Copied!