Bilka Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bilka 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/337174.svg" alt="Bilka Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337174.svg" alt="Bilka Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337174.svg" alt="Bilka Plus icon" :width="24" :height="24" />
CSS background
.icon-bilka-plus {
background-image: url('https://proicons.com/icon/337174.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:#fff;}.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4"/><path class="c" d="M12.6897,23.2833c1.3972,0,2.5406,1.1347,2.5406,2.5204s-1.1434,2.5213-2.5406,2.5213h-4.1897v-10.0824h4.1897c1.3972,0,2.5406,1.1347,2.5406,2.5204s-1.1434,2.5204-2.5406,2.5204M12.6897,23.2833h-4.1887"/><circle class="b" cx="17.2649" cy="18.4037" r=".75"/><line class="c" x1="17.2649" y1="21.4278" x2="17.2649" y2="28.1069"/><line class="c" x1="19.3713" y1="18.1239" x2="19.3713" y2="28.2054"/><line class="c" x1="21.4787" y1="18.1239" x2="21.4787" y2="28.2054"/><line class="c" x1="21.4787" y1="26.0632" x2="26.0505" y2="21.5262"/><line class="c" x1="22.8759" y1="24.6767" x2="26.558" y2="28.2054"/><path class="c" d="M32.8299,25.7931c0,1.3856-1.1425,2.5204-2.5397,2.5204s-2.5397-1.1347-2.5397-2.5204v-1.6394c0-1.3866,1.1434-2.5204,2.5397-2.5204s2.5397,1.1338,2.5397,2.5204"/><line class="c" x1="32.8299" y1="28.3125" x2="32.8299" y2="21.6333"/><line class="c" x1="34.6754" y1="24.9729" x2="39.5" y2="24.9729"/><line class="c" x1="37.0877" y1="22.5606" x2="37.0877" y2="27.3852"/></svg>
Copied!