Obdeleven Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Obdeleven 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/345059.svg" alt="Obdeleven icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345059.svg" alt="Obdeleven icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345059.svg" alt="Obdeleven icon" :width="24" :height="24" />
CSS background
.icon-obdeleven {
background-image: url('https://proicons.com/icon/345059.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M18.9446,21.1492c0,2.8508-2.2242,4.5287-4.154,4.5287-2.4761,0-2.9119-2.5989-2.9119-4.5287s1.6418-3.4943,3.5717-3.4943,3.4943,1.5644,3.4943,3.4943Z"/><path class="c" d="M24,40.9583c13.5482,0,19-9.2366,19-15.7854v-14.6341c0-.4672-.2599-.8957-.6743-1.1115l-3.1889-1.6609c-.4915-.256-1.0928-.1588-1.4786.2391l-2.4776,2.555s-5.9134-3.5187-11.1806-3.5187-11.1806,3.5187-11.1806,3.5187l-2.4776-2.555c-.3858-.3978-.9871-.4951-1.4786-.2391l-3.1889,1.6609c-.4144.2158-.6743.6443-.6743,1.1115v14.6341c0,6.5487,5.4518,15.7854,19,15.7854Z"/><path class="c" d="M29.0554,21.1492c0,2.8508,2.2242,4.5287,4.154,4.5287,2.4761,0,2.9119-2.5989,2.9119-4.5287s-1.6418-3.4943-3.5717-3.4943-3.4943,1.5644-3.4943,3.4943Z"/></svg>
Copied!