Superset Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Superset 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/333488.svg" alt="Superset icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333488.svg" alt="Superset icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333488.svg" alt="Superset icon" :width="24" :height="24" />
CSS background
.icon-superset {
background-image: url('https://proicons.com/icon/333488.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24,12.0005l-12.573,12.573"/><path class="b" d="M36.573,24.5735l-11.426,11.426"/><path class="b" d="M15.618,28.7645l12.573-12.573c2.3146-2.3146,6.0674-2.3146,8.382,0l4.191,4.191c2.3146,2.3146,2.3146,6.0674,0,8.382l-11.426,11.426"/><path class="b" d="M32.382,20.3825l-12.573,12.573c-2.3146,2.3146-6.0674,2.3146-8.382,0l-4.191-4.191c-2.3146-2.3146-2.3146-6.0674,0-8.382l12.573-12.573"/></svg>
Copied!