Simpill Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simpill 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/347313.svg" alt="Simpill icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347313.svg" alt="Simpill icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347313.svg" alt="Simpill icon" :width="24" :height="24" />
CSS background
.icon-simpill {
background-image: url('https://proicons.com/icon/347313.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M18.25,14.8235h11.5a4,4,0,0,1,4,4V41.5a2,2,0,0,1-2,2H16.25a2,2,0,0,1-2-2V18.8235A4,4,0,0,1,18.25,14.8235Z"/><rect class="a" x="15.9706" y="4.5" width="16.0588" height="8.0294" rx="2"/><line class="a" x1="19.9853" y1="14.8235" x2="19.9853" y2="12.5294"/><line class="a" x1="28.0147" y1="14.8235" x2="28.0147" y2="12.5294"/><rect class="a" x="17.6912" y="21.1324" width="12.6176" height="16.0588"/><line class="a" x1="20.5588" y1="29.1618" x2="27.4412" y2="29.1618"/><line class="a" x1="20.5588" y1="32.6029" x2="27.4412" y2="32.6029"/><line class="a" x1="20.5588" y1="25.7206" x2="22.8529" y2="25.7206"/><line class="a" x1="25.1471" y1="25.7206" x2="27.4412" y2="25.7206"/></svg>
Copied!