Unab Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Unab 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/349053.svg" alt="Unab icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349053.svg" alt="Unab icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349053.svg" alt="Unab icon" :width="24" :height="24" />
CSS background
.icon-unab {
background-image: url('https://proicons.com/icon/349053.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="a" cx="24" cy="23.1782" rx="16.8706" ry="18.6782"/><path class="a" d="M12.4436,36.7807l-4.02,2.97L8.4055,43.5"/><path class="a" d="M35.5564,36.7807l4.02,2.97L39.5945,43.5"/><rect class="a" x="14.4091" y="17.9531" width="4.737" height="10.8454"/><rect class="a" x="28.8527" y="17.9531" width="4.737" height="10.8454"/><path class="a" d="M26.3691,17.9531l-2.3534-2.3848-2.3848,2.3848V28.7985h4.7382Z"/></svg>
Copied!