Ensu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ensu 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/325461.svg" alt="Ensu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325461.svg" alt="Ensu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325461.svg" alt="Ensu icon" :width="24" :height="24" />
CSS background
.icon-ensu {
background-image: url('https://proicons.com/icon/325461.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="d" cx="17.5106" cy="29.7918" rx="4.7165" ry="6.2887"/><ellipse class="d" cx="30.8377" cy="29.7918" rx="4.7165" ry="6.2887"/><path class="d" d="M24,41.5664c8.162,0,19,.1338,19-11.7746,0-12.243-12.6109-11.875-19-11.875s-19-.368-19,11.875c0,11.9085,10.838,11.7746,19,11.7746Z"/><path class="d" d="M7.7605,21.967c-2.1918-3.4314-.6866-7.412,2.692-8.3152s5.3368.5911,6.5319,4.5271"/><path class="d" d="M12.0576,13.4009c-.6026-6.1383,5.5533-6.8741,7.46-2.6927.9551-5.4525,5.5798-4.8504,7.755-2.7937,2.7176,2.5694.6653,6.3602-1.2886,7.9324"/><path class="d" d="M28.403,9.6764c2.4182-2.106,8.7431-.3063,6.2838,5.0601,4.8838-1.2377,7.0424,3.2193,4.4498,6.2522"/><path class="d" d="M33.1404,16.9969c-1.1679.3595-1.5206,1.2579-1.5206,1.2579"/><path class="d" d="M23.4313,12.9326c2.6898,1.8816,2.6426,2.9162,2.8935,4.983"/><path class="d" d="M19.618,14.8142c-1.5722,1.2711-3.5964,1.0205-3.5964,1.0205"/></svg>
Copied!