Oscaro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oscaro 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/330802.svg" alt="Oscaro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330802.svg" alt="Oscaro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330802.svg" alt="Oscaro icon" :width="24" :height="24" />
CSS background
.icon-oscaro {
background-image: url('https://proicons.com/icon/330802.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M8.3477,16.2379C17.2103,3.5094,34.0843,1.5764,42.3876,13.2472M5.6124,32.5041c5.8719,12.8744,22.1989,12.8744,33.1159,2.5165"/><path class="b" d="M23.8784,33.6626h0c-3.6228,0-6.2804-2.8983-6.2804-6.2804v-6.5223c0-3.6228,2.8995-6.5223,6.2816-6.5223h0c3.5874-.0148,6.5075,2.8813,6.5223,6.4687,0,.0179,0,.0357,0,.0536v6.2804c.0148,3.5874-2.8813,6.5075-6.4687,6.5223-.0179,0-.0357,0-.0536,0h-.0012Z"/></svg>
Copied!