Ostrom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ostrom 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/330819.svg" alt="Ostrom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330819.svg" alt="Ostrom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330819.svg" alt="Ostrom icon" :width="24" :height="24" />
CSS background
.icon-ostrom {
background-image: url('https://proicons.com/icon/330819.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="e" d="M30.6573,32.3312c-.4002,4.9872-2.368,12.5457-2.4391,12.6688,6.3743-.3429,16.1949-10.6739,16.1949-18.6535,0-1.9949.0795-5.6625-4.4262-5.6691l-16.7119-.0226c-1.4962,0-6.2841-.5916-5.9313-4.988.4002-4.9872,2.37-12.5438,2.441-12.6668C13.4104,3.3429,3.5879,13.6719,3.5879,21.6515c0,1.9949-.1917,5.6582,4.314,5.6648l16.9691.0214c1.4962,0,6.1392.597,5.7864,4.9935Z"/></svg>
Copied!