Izly Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Izly 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/342163.svg" alt="Izly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342163.svg" alt="Izly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342163.svg" alt="Izly icon" :width="24" :height="24" />
CSS background
.icon-izly {
background-image: url('https://proicons.com/icon/342163.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:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="15.2561" cy="21.6537" r=".75"/><path class="d" d="M15.2561,24.3212v5.7704"/><path class="d" d="M23.9662,21.3815v7.6213c0,.6013.4875,1.0888,1.0888,1.0888h.3266"/><path class="d" d="M17.4336,24.3212h4.355l-4.355,5.7704h4.355"/><path class="d" d="M31.9141,27.9141v2.9397c0,1.2026-.9749,2.1775-2.1775,2.1775h0c-.5775-.0001-1.1312-.2296-1.5395-.638"/><path class="d" d="M31.9141,24.3212v3.5929c0,1.2026-.9749,2.1775-2.1775,2.1775h0c-1.2026,0-2.1775-.9749-2.1775-2.1775v-3.5929"/><path class="d" d="M26.3179,19.5285c.4028.5095.6424,1.1541.6424,1.8531"/><path class="d" d="M27.9031,18.0281c.7986.9346,1.2365,2.1241,1.2347,3.3534h0c0,.0893-.0022.1778-.0065.2657"/><path class="d" d="M29.4535,16.493c1.2009,1.3449,1.8638,3.0855,1.8618,4.8885h0c0,.1698-.0054.3379-.0163.5041"/><path class="d" d="M31.0115,14.9687c1.5997,1.7523,2.4853,4.0401,2.4824,6.4128h0c0,.2613-.0109.5204-.0327.7774"/><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!