Okara Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Okara 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/345121.svg" alt="Okara icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345121.svg" alt="Okara icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345121.svg" alt="Okara icon" :width="24" :height="24" />
CSS background
.icon-okara {
background-image: url('https://proicons.com/icon/345121.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M16.4047,30.6739c-.7996-.4303-1.0989-1.4274-.6685-2.2269.0242-.045.0506-.0889.0789-.1315l5.6126-9.0142M27.7206,24.6946l-8.9083,5.7524c-.6765.4384-1.3909.8315-2.4076.2268-1.6743,2.0598-4.6791,5.8847-2.4831,8.5039,1.7953,2.1392,5.0494.7937,7.6687-1.3833,2.778-2.3055,7.6573-6.1606,9.5811-3.9383,1.6592,1.92.6123,5.5483-.2646,8.6438M23.1398,13.5337c2.6115-2.7072,6.9231-2.7848,9.6302-.1733,2.7072,2.6115,2.7848,6.9231.1733,9.6302-.0567.0588-.1145.1166-.1733.1733M25.6078,20.5523c4.7055,4.286,8.0315,2.1014,8.0315,2.1014-1.3606,1.3342-3.2126,2.0825-5.1477,2.0825-4.0101,0-7.2643-3.1672-7.2643-7.0753,0-1.7197.6425-3.3827,1.8066-4.6715,0,0-2.1317,3.2731,2.5739,7.5591v.0038Z"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!