Assassin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Assassin 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/322095.svg" alt="Assassin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322095.svg" alt="Assassin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322095.svg" alt="Assassin icon" :width="24" :height="24" />
CSS background
.icon-assassin {
background-image: url('https://proicons.com/icon/322095.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>.p{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="p" d="M22.2067,24.1231c.8992,1.9428,1.0342,5.139,1.8067,9.3305-2.9987-3.2173-8.8109-1.0821-12.5093.9998.2313-1.7447.1914-2.923.0254-4.8263"/><path id="e" class="p" d="M18.7085,13.9717c1.2346-.0891,1.53.3628,2.0072.9337,2.5067,2.9987,2.0025,8.9625,1.1578,9.9171-2.0893,2.3612-4.8737,4.8049-10.4094,4.7764-1.3868.3468-5.0378-.0973-5.28-1.8232-.0939-1.1493,2.7673-1.1987,2.8537-2.0943.3506-3.6335-.9907-5.1848-1.9291-6.4656-.8197-1.1188.66-5.0925,4.3508-4.4595,1.0055.1725,1.7669.5387,2.6426,1.4714"/><path id="f" class="p" d="M11.4596,14.7563c1.7435-1.3787,3.1967-1.5904,5.1738-.5761.6142.3151.7168,1.1777.8454,1.9298"/><path id="g" class="p" d="M20.3508,19.1844c.3814.9485-.9073,2.4135-2.8784,3.2724-1.9711.8588-3.8782.7862-4.2596-.1623h0c-.3814-.9485.9073-2.4135,2.8784-3.2724s3.8782-.7862,4.2596.1623h0Z"/><path id="h" class="p" d="M19.8279,16.3391c.1041-1.4995-.4489-2.2407-1.215-2.3843-1.0915-.2046-1.4374.0767-1.7214.4161"/></g><g id="i"><path id="j" class="p" d="M7.6427,19.9472c-.5058,2.0322-.3676,4.9052.7003,6.3763"/><path id="k" class="p" d="M7.7888,26.541l-1.6847.2826c-1.7907-1.5096-2.2616-4.969-.4859-7.038l1.7407-.231"/></g><g id="l"><path id="m" class="p" d="M21.9864,17.3083c3.1062-.6151,5.9705-.9924,8.8521-1.2469,7.8385-.6924,10.3317.9418,12.3733,4.1823.56.8889.4183,1.0787-1.461,1.2148-2.5909.1876-6.791.4291-10.1865,1.5581l-9.283,1.0924"/><path id="n" class="p" d="M40.8899,21.5162c-1.0595-1.8604-2.268-2.5495-5.7482-2.6099-3.4858-.0605-6.9715.34-10.4573.8445l-1.8392-2.6055"/><path id="o" class="p" d="M26.0902,20.8016c-1.0401.4983-.9787,1.5078-.8065,2.949"/></g></svg>
Copied!