Obico Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Obico 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/330502.svg" alt="Obico icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330502.svg" alt="Obico icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330502.svg" alt="Obico icon" :width="24" :height="24" />
CSS background
.icon-obico {
background-image: url('https://proicons.com/icon/330502.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m34.4328,42.8036c.2998-6.0868.2303-13.3128-3.2864-15.7654-.0205-.0933-.0305-.1885-.0298-.284,2.0791-1.3651,3.3347-3.682,3.3432-6.1692v-.5102c-.0027-1.9411-.7713-3.8027-2.1388-5.1804.9848-1.2111,1.5502-2.709,1.6111-4.2688-.6171.6013-1.2798,1.157-1.9793,1.6619-.9369.6752-1.948,1.2411-3.0136,1.6865-4.9963,2.0529-10.5502.9642-14.9522-3.3484.063,1.6046.6589,3.1424,1.6935,4.3705-1.3075,1.3678-2.0383,3.1865-2.0406,5.0787v.5102c.003,2.5232,1.2942,4.8702,3.4238,6.2235,0,.121-.0088.2454-.028.3734l-.0351.0438c-3.9305,2.9838-3.7178,11.6577.7035,17.3377h0c-8.8023-2.6916-15.2042-10.88-15.2042-20.5635C2.5,12.1259,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5c0,8.0883-4.4663,15.1334-11.0672,18.8036Z"/></svg>
Copied!