Onesiam Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Onesiam 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/330637.svg" alt="Onesiam icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330637.svg" alt="Onesiam icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330637.svg" alt="Onesiam icon" :width="24" :height="24" />
CSS background
.icon-onesiam {
background-image: url('https://proicons.com/icon/330637.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="M15.8448,11.8816l9.434,10.0706v-10.0706M21.5637,36.1184l4.8897-10.0773,4.8887,10.0773M29.5291,32.7809h-6.1524M5.6983,35.0141c.6148.8045,1.3842,1.1043,2.4543,1.1043h1.4828c1.3833-.0042,2.5012-1.1289,2.497-2.5122,0-.0006,0-.0013,0-.0019v-.0104c.0052-1.3833-1.1118-2.5088-2.4951-2.5141-.0006,0-.0013,0-.0019,0h-1.6365c-1.3846-.0052-2.5031-1.1314-2.4989-2.516h0c-.0047-1.3881,1.1165-2.5174,2.5046-2.5226h1.4743c1.0702,0,1.8405.2998,2.4543,1.1043M32.4901,26.0402l5.0045,10.0773,5.0054-10.0621v10.0621M18.7109,20.4304c.0026.8174-.6579,1.4821-1.4752,1.4847h0c-.814,0-1.4743-.6641-1.4743-1.4847s.6603-1.4847,1.4743-1.4847,1.4753.6641,1.4753,1.4847M17.2357,26.0412v10.0773M8.9486,11.8816c1.8206,0,3.2864,1.4876,3.2864,3.3357v3.3993c0,1.8481-1.4658,3.3357-3.2873,3.3357s-3.2864-1.4876-3.2864-3.3357v-3.3993c0-1.8481,1.4658-3.3357,3.2864-3.3357M34.786,21.9512h-4.9608v-10.0697h4.9618M29.8251,16.9173h3.2351"/></svg>
Copied!