Asoview Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Asoview 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/322087.svg" alt="Asoview icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322087.svg" alt="Asoview icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322087.svg" alt="Asoview icon" :width="24" :height="24" />
CSS background
.icon-asoview {
background-image: url('https://proicons.com/icon/322087.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="m19.74 39.262c4.6181-4.0658 11.332-11.518 13.919-21.174.80464-3.003.16685-6.2094-1.7257-8.6758s-4.8246-3.9124-7.9335-3.9124c-1.522 0-2.9646.34003-4.256.94826"/><path class="d" d="m15.498 35.051c3.8121-4.224 7.8023-10.025 9.6614-16.963.80464-3.003.16685-6.2094-1.7257-8.6758-1.8926-2.4665-4.8246-3.9124-7.9335-3.9124-3.1089 0-6.041 1.4459-7.9335 3.9124-1.8926 2.4665-2.5304 5.6728-1.7257 8.6758 3.6697 13.695 15.642 22.958 18.159 24.412 2.5176-1.4536 14.49-10.716 18.159-24.412.80464-3.003.16685-6.2094-1.7257-8.6758-1.8926-2.4665-4.8246-3.9124-7.9335-3.9124-1.522 0-2.9646.34003-4.256.94826"/><path class="d" d="m11.251 29.641c2.2584-3.3368 4.2481-7.2232 5.4081-11.552.80464-3.003.16685-6.2094-1.7257-8.6758-.98608-1.2851-2.2543-2.2931-3.6828-2.964"/></svg>
Copied!