Plus500 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Plus500 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/331398.svg" alt="Plus500 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331398.svg" alt="Plus500 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331398.svg" alt="Plus500 icon" :width="24" :height="24" />
CSS background
.icon-plus500 {
background-image: url('https://proicons.com/icon/331398.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><rect class="c" x="20.7158" y="23.3567" width="6.1075" height="9.2189" rx="1.1524" ry="1.1524"/><rect class="c" x="29.3925" y="23.3567" width="6.1075" height="9.2189" rx="1.1524" ry="1.1524"/><path class="c" d="M12.5,32.5756h2.797s1.6972,0,1.6972,0c.6364,0,1.1524-.5159,1.1524-1.1524v-2.8643c0-.6364-.5159-1.1524-1.1524-1.1524h-4.4942v-4.0499h5.6466"/><line class="c" x1="23.7695" y1="21.1862" x2="23.7695" y2="15.4244"/><line class="c" x1="20.8886" y1="18.3053" x2="26.6504" y2="18.3053"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!