Superlive Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Superlive Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/333484.svg" alt="Superlive Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333484.svg" alt="Superlive Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333484.svg" alt="Superlive Plus icon" :width="24" :height="24" />
CSS background
.icon-superlive-plus {
background-image: url('https://proicons.com/icon/333484.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>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><rect id="g" class="l" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><circle id="h" class="l" cx="23.958" cy="24" r="14.2657"/><circle id="i" class="l" cx="24.042" cy="24.0839" r="8.6014"/><path id="j" class="l" d="M29.5101,26.709c-.7009,1.437-1.9393,2.5404-3.4473,3.0715"/><path id="k" class="l" d="M18.1642,21.8525c.9447-2.6385,3.5417-4.3153,6.3351-4.0906"/></g></svg>
Copied!