Webui X Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Webui X 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/335064.svg" alt="Webui X icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335064.svg" alt="Webui X icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335064.svg" alt="Webui X icon" :width="24" :height="24" />
CSS background
.icon-webui-x {
background-image: url('https://proicons.com/icon/335064.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="M40.3274,16.738l2.0492,13.4879c.0408.2713.1233,1.6289.1233,1.9022v3.4543c0,2.8167-3.1839,5.9485-5.9997,5.9485H11.4997c-2.8158,0-5.9997-3.1317-5.9997-5.9485v-3.4533c0-.2751.0825-1.6318.1233-1.9031l2.2276-14.6624c.5882-3.8736,1.8851-4.9798,4.9808-4.9798h7.1903M5.851,31.1159h36.2979"/><path class="c" d="M12.9123,22.2378c10.4644-4.6222,11.4785,3.8195,21.5644-.3766M25.6375,6.4691l12.0297,3.2228M31.4323,8.2461l-3.9372,14.6947"/></svg>
Copied!