X Kom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The X Kom 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/349868.svg" alt="X Kom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349868.svg" alt="X Kom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349868.svg" alt="X Kom icon" :width="24" :height="24" />
CSS background
.icon-x-kom {
background-image: url('https://proicons.com/icon/349868.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="m28.5104,24l13.0552-13.0552c1.246-1.246,1.246-3.2644,0-4.5104-1.2447-1.246-3.2657-1.246-4.5104,0l-13.0552,13.0552L10.9448,6.4345c-1.2447-1.246-3.2657-1.246-4.5104,0-1.246,1.246-1.246,3.2644,0,4.5104l13.0552,13.0552-13.0552,13.0552c-1.246,1.246-1.246,3.2644,0,4.5104.6224.623,1.4391.9345,2.2552.9345s1.6328-.3115,2.2552-.9345l13.0552-13.0552,13.0552,13.0552c.6224.623,1.4391.9345,2.2552.9345s1.6328-.3115,2.2552-.9345c1.246-1.246,1.246-3.2644,0-4.5104l-13.0552-13.0552Z"/></svg>
Copied!