X Icon Changer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The X Icon Changer 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/335308.svg" alt="X Icon Changer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335308.svg" alt="X Icon Changer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335308.svg" alt="X Icon Changer icon" :width="24" :height="24" />
CSS background
.icon-x-icon-changer {
background-image: url('https://proicons.com/icon/335308.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="m33.8117,23.9998l6.6568-6.6568c2.7092-2.7092,2.7092-7.1024,0-9.8117-2.71-2.7085-7.1017-2.7085-9.8117,0l-6.6568,6.6568-6.6568-6.6568c-2.71-2.7085-7.1017-2.7085-9.8117,0-2.7092,2.7092-2.7092,7.1024,0,9.8117l6.6568,6.6568-6.6568,6.6568c-2.7092,2.7092-2.7092,7.1024,0,9.8117,1.355,1.3542,3.13,2.0317,4.9058,2.0317s3.5508-.6775,4.9058-2.0317l6.6568-6.6568,6.6568,6.6568c1.355,1.3542,3.13,2.0317,4.9058,2.0317s3.5508-.6775,4.9058-2.0317c2.7092-2.7092,2.7092-7.1024,0-9.8117l-6.6568-6.6568Z"/><path class="c" d="m40.4684,30.6566c-5.187-5.187-12.9148-.3987-16.4684,3.1549"/><path class="c" d="m7.5316,17.343c5.187,5.187,12.9148.3987,16.4684-3.1549"/><path class="c" d="m17.3432,40.4683c5.187-5.187.3987-12.9148-3.1549-16.4684"/><path class="c" d="m30.6568,7.5314c-5.187,5.187-.3987,12.9148,3.1549,16.4684"/><circle class="c" cx="24" cy="23.9998" r="3.8542"/></svg>
Copied!