Plus Home Store Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Plus Home Store 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/331400.svg" alt="Plus Home Store icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331400.svg" alt="Plus Home Store icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331400.svg" alt="Plus Home Store icon" :width="24" :height="24" />
CSS background
.icon-plus-home-store {
background-image: url('https://proicons.com/icon/331400.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="m10.5981,16.514c0,3.2243,3.2243,2.972,3.2243,4.6542s-7.3458,1.3458-7.3458,7.514,5.6355,9.3925,13.514,9.3925,20.6636-3.4486,20.6636-14.7757-13.1776-12.6729-17.5514-12.6729-12.5047,1.6542-12.5047,5.8879Z"/><circle class="b" cx="19.1495" cy="33.1963" r="2.8598"/><circle class="b" cx="27.5327" cy="32.3271" r="2.8598"/><circle class="b" cx="34.4579" cy="27.785" r="2.8598"/><circle class="b" cx="34.7944" cy="19.9907" r="2.8598"/><ellipse class="b" cx="17.6141" cy="17.7002" rx="2.2493" ry="1.6822" transform="translate(-1.2261 1.3112) rotate(-4.1198)"/></svg>
Copied!