Dislyte Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dislyte 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/324581.svg" alt="Dislyte icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324581.svg" alt="Dislyte icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324581.svg" alt="Dislyte icon" :width="24" :height="24" />
CSS background
.icon-dislyte {
background-image: url('https://proicons.com/icon/324581.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m6.596,12.465h12.447c2.615,0,4.416,2.083,4.038,4.67l-1.94,13.284c-.379,2.587-2.788,4.67-5.402,4.67H5.894l1.972-14.759h5.836l-1.441,9.522h3.342l1.642-12.231H5.5l1.096-5.156Zm35.569,19.764c-.236,1.565-1.274,2.857-2.857,2.857h-9.77l6.087-16.182h-3.481l2.107-6.437h4.909l-2.531,17.537h5.871l-.335,2.225Zm-14.735-7.45l-2.671,17.217,7.733-20.316h-3.86l4.932-15.676h-5.306l-4.124,18.776,3.296-.001Z"/></svg>
Copied!