Planta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Planta 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/345912.svg" alt="Planta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345912.svg" alt="Planta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345912.svg" alt="Planta icon" :width="24" :height="24" />
CSS background
.icon-planta {
background-image: url('https://proicons.com/icon/345912.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M10.5,27.7343v-7.4687h2.4451c1.3823,0,2.5029,1.123,2.5029,2.5083s-1.1206,2.5083-2.5029,2.5083h-2.4451"/><path class="f" d="M17.2516,20.2657v6.5351c0,.5156.418.9336.9336.9336h.2801"/><path class="f" d="M31.3145,21.2459v5.5548c0,.5156.418.9336.9336.9336h.2801"/><line class="f" x1="30.3342" y1="22.7863" x2="32.2947" y2="22.7863"/><path class="f" d="M23.4283,25.8672c0,1.0312-.836,1.8672-1.8672,1.8672h0c-1.0312,0-1.8672-.836-1.8672-1.8672v-1.2137c0-1.0312.836-1.8672,1.8672-1.8672h0c1.0312,0,1.8672.836,1.8672,1.8672"/><line class="f" x1="23.4283" y1="27.7343" x2="23.4283" y2="22.7863"/><path class="f" d="M37.5,25.8672c0,1.0312-.836,1.8672-1.8672,1.8672h0c-1.0312,0-1.8672-.836-1.8672-1.8672v-1.2137c0-1.0312.836-1.8672,1.8672-1.8672h0c1.0312,0,1.8672.836,1.8672,1.8672"/><line class="f" x1="37.5" y1="27.7343" x2="37.5" y2="22.7863"/><path class="f" d="M29.0916,27.7343v-3.0808c0-1.0312-.836-1.8672-1.8672-1.8672h0c-1.0312,0-1.8672.836-1.8672,1.8672"/><line class="f" x1="25.3573" y1="27.7343" x2="25.3573" y2="22.7863"/><rect class="f" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!