Oblyk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oblyk 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/330507.svg" alt="Oblyk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330507.svg" alt="Oblyk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330507.svg" alt="Oblyk icon" :width="24" :height="24" />
CSS background
.icon-oblyk {
background-image: url('https://proicons.com/icon/330507.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="M19.8917,19.0999l3.3266,3.2865,6.4632-6.5424,8.2057,8.1064-8.1064,8.2056-15.4355-15.2488L3.5,27.885l10.9113,10.7794,6.0031-6.0766-3.3266-3.2864-2.7168,2.75-4.258-4.2066,4.2723-4.3245,15.4355,15.2488,14.6793-14.8589-14.8588-14.6793-9.7496,9.869Z"/></svg>
Copied!