X32q Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The X32q 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/349866.svg" alt="X32q icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349866.svg" alt="X32q icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349866.svg" alt="X32q icon" :width="24" :height="24" />
CSS background
.icon-x32q {
background-image: url('https://proicons.com/icon/349866.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.2049,9.5559c1.6453,3.5429,2.6478,9.8596,5.2771,12.4537,1.7146,1.6908,8.0438,1.2712,8.7042-2.0226"/><path class="c" d="M32.1696,9.6169c-4.6012-.8041-18.4388,11.7334-26.6696,17.8414"/><path class="c" d="M38.3376,13.6986c0-1.2566,1.178-2.2775,2.5132-2.0419.8639.1571,1.5707.9424,1.6493,1.8063,0,.6283-.1571,1.3351-.6283,1.7278-.8639.7068-3.5341,2.7488-3.5341,2.7488h4.1624"/><path class="c" d="M32.2902,17.3897c.4712.3927.8639.5498,1.9634.5498h.2356c.8639,0,1.5707-.7068,1.5707-1.5707h0c0-.8639-.7068-1.5707-1.5707-1.5707M32.2902,12.1278c.4712-.3927.9424-.5498,1.9634-.5498h.2356c.8639,0,1.5707.7068,1.5707,1.5707h0c0,.8639-.7068,1.5707-1.5707,1.5707M33.3111,14.798h1.178"/><path class="c" d="M28.389,38.4441l-3.3794-3.5094M25.0096,38.4441h0c-1.9497,0-3.3794-1.5597-3.3794-3.3794v-3.5094c0-1.9497,1.5597-3.5094,3.3794-3.5094h0c1.9497,0,3.3794,1.5597,3.3794,3.5094v3.3794c0,1.9497-1.4298,3.5094-3.3794,3.5094Z"/></svg>
Copied!