Ao Oni Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ao Oni 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/321889.svg" alt="Ao Oni icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321889.svg" alt="Ao Oni icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321889.svg" alt="Ao Oni icon" :width="24" :height="24" />
CSS background
.icon-ao-oni {
background-image: url('https://proicons.com/icon/321889.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m21.076 6.8487c2.2476.02505 4.7081-2.5321 7.3952-2.3379s3.8071 1.0349 5.0713 3.9662c1.2641 2.9313-.19167 8.6167-.48437 12.498s-2.7341 6.8561-5.3073 8.5278-4.4608 1.5423-6.5049.0787-3.9599-4.216-5.0497-6.7899-1.5663-5.4235-1.8968-8.1145-.94654-4.9414 1.0362-6.7704 3.4928-1.0835 5.7404-1.0585z"/><path class="d" d="m18.776 27.146c-1.3913 2.2547-2.9209 5.0915-3.486 7.108s-.32569 3.8193 1.279 2.4861 3.1403-4.0929 3.4365-2.9522-.009 4.5167-.07303 6.8927c-.06398 2.376 2.3724 3.7448 3.2945 1.9644.67037-1.2944.07897-3.7661 2.1262-3.7804 2.1396-.01496 1.5145 2.3026 1.8899 3.7036.488 1.8212 3.2308.88146 3.2643-2.0387.02439-2.1318-.33105-5.0706-.26544-6.5621s1.0593.14495 2.9948 2.2406c1.9355 2.0957 2.243-.63497 1.4364-2.5558-1.2049-2.8694-2.1086-4.7157-4.0168-6.7674"/><path class="d" d="m23.167 19.595c-.61626 1.3658-1.2342 2.809-1.1911 3.6465.04316.83752.85901 1.3508 1.4298 1.6452.66006.24877 1.4614.89655 2.5132.22403 1.0519-.67252 1.9783-1.8454 1.5744-3.3706-.2361-.87891-.73269-2.0068-1.1031-3.0077"/><path class="d" d="m18.898 24.946c.50109-.86792 1.156-1.4616 1.9333-1.8714"/><path class="d" d="m28.874 22.639c.76438.66872 1.0354 1.0189 1.4685 1.8844"/><path class="d" d="m20.186 25.406c1.5834 1.4872 3.2067 2.5664 5.4866 2.1833 1.4168-.20648 2.7366-1.146 3.5737-2.2252"/><path class="d" d="m16.32 15.386c2.6782-1.555 7.4967-1.1506 7.9783.64674 0-1.8851 5.2555-4.2342 8.0564-2.6172"/></svg>
Copied!