Okadaya Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Okadaya 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/330561.svg" alt="Okadaya icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330561.svg" alt="Okadaya icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330561.svg" alt="Okadaya icon" :width="24" :height="24" />
CSS background
.icon-okadaya {
background-image: url('https://proicons.com/icon/330561.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="d" x1="11.3846" y1="19.0675" x2="11.3846" y2="26.4515"/><line class="d" x1="11.3846" y1="24.8833" x2="14.7351" y2="21.5568"/><line class="d" x1="12.4553" y1="23.8246" x2="15.0766" y2="26.4404"/><line class="d" x1="34.8895" y1="26.4404" x2="32.9236" y2="21.5485"/><path class="d" d="M36.6155,21.5485l-2.344,6.6448c-.1562.4429-.5748.7391-1.0445.7391h-.3034"/><path class="d" d="M25.8461,23.4056c0-1.0195-.8265-1.846-1.846-1.846s-1.846.8265-1.846,1.846v1.1999c0,1.0195.8265,1.846,1.846,1.846s1.846-.8265,1.846-1.846"/><line class="d" x1="25.8461" y1="26.4515" x2="25.8461" y2="19.0675"/><path class="d" d="M17.2272,22.0331c.4449-.4455.7566-.4846,1.6152-.4846.9748,0,1.6152.4287,1.6152,1.5876v3.3042"/><path class="d" d="M20.4576,24.5944c0,1.0195-.8202,1.846-1.832,1.846h-.6429c-.6703,0-1.2136-.5475-1.2136-1.223s.5434-1.223,1.2136-1.223h2.4783"/><path class="d" d="M27.9966,22.0331c.4449-.4455.7566-.4846,1.6152-.4846.9748,0,1.6152.4287,1.6152,1.5876v3.3042"/><path class="d" d="M31.2271,24.5944c0,1.0195-.8202,1.846-1.832,1.846h-.6429c-.6703,0-1.2136-.5475-1.2136-1.223s.5434-1.223,1.2136-1.223h2.4783"/><path class="d" d="M38.7661,22.0331c.4449-.4455.7566-.4846,1.6152-.4846.9748,0,1.6152.4287,1.6152,1.5876v3.3042"/><path class="d" d="M41.9966,24.5944c0,1.0195-.8202,1.846-1.832,1.846h-.6429c-.6703,0-1.2136-.5475-1.2136-1.223s.5434-1.223,1.2136-1.223h2.4783"/><path class="d" d="M6,23.4056c0-1.0195.8265-1.846,1.846-1.846s1.846.8265,1.846,1.846v1.1999c0,1.0195-.8265,1.846-1.846,1.846s-1.846-.8265-1.846-1.846v-1.1999Z"/><circle class="d" cx="24" cy="24" r="21.5"/></svg>
Copied!