Vendetta Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vendetta Manager 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/349236.svg" alt="Vendetta Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349236.svg" alt="Vendetta Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349236.svg" alt="Vendetta Manager icon" :width="24" :height="24" />
CSS background
.icon-vendetta-manager {
background-image: url('https://proicons.com/icon/349236.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><path class="c" d="M25.0148,14.5266c.8212.0332,1.6406.1053,2.4553.216l.7906-1.8263c2.7001.1327,5.2919,1.1026,7.4158,2.775,2.4118,4.7864,3.7066,10.0575,3.787,15.4167,0,0-2.2137,3.787-8.0483,3.953-.8037-.9656-1.5583-1.9709-2.2611-3.0122M18.9791,32.0356c-.7036,1.0332-1.4977,2.0676-2.3006,3.0254-5.8346-.166-8.0483-3.953-8.0483-3.953.0829-5.3657,1.3832-10.6426,3.8028-15.4325,2.1269-1.6639,4.7184-2.6253,7.4158-2.7513l.7906,1.8263c.7213-.1001,1.4463-.1697,2.173-.2086M22.8123,32.7869c-3.5951-.2629-6.2477-1.6466-8.98-3.0309M34.2614,29.756c-2.7994,1.4182-5.5152,2.8359-9.2466,3.0482"/><ellipse class="c" cx="19.0129" cy="25.4918" rx="1.893" ry="1.9766"/><ellipse class="c" cx="28.9871" cy="25.4918" rx="1.893" ry="1.9766"/><rect class="c" x="5.4136" y="5.521" width="17.3988" height="37" rx="2" ry="2"/><rect class="c" x="25.0147" y="5.521" width="17.3988" height="37" rx="2" ry="2"/><line class="c" x1="31.7614" y1="8.1028" x2="36.7614" y2="8.1028"/><circle class="d" cx="14.113" cy="8.1028" r=".75"/></svg>
Copied!