Xpark Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xpark 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/335368.svg" alt="Xpark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335368.svg" alt="Xpark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335368.svg" alt="Xpark icon" :width="24" :height="24" />
CSS background
.icon-xpark {
background-image: url('https://proicons.com/icon/335368.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M32.2785,25.3472h-1.4667l-1.0436-2.0654,12.7318-14.0961-11.155-.0009-5.6041,6.9883-2.9771-6.9883h-10.4207l6.6353,13.6473-2.3765,2.5141h1.6271l-12.7289,13.4689h11.4681l7.4759-9.0508,3.8641,9.0508h10.7831l-6.8127-13.468Z"/></svg>
Copied!