Ferns N Petals Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ferns N Petals 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/325786.svg" alt="Ferns N Petals icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325786.svg" alt="Ferns N Petals icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325786.svg" alt="Ferns N Petals icon" :width="24" :height="24" />
CSS background
.icon-ferns-n-petals {
background-image: url('https://proicons.com/icon/325786.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" 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-4Z"/><path class="d" d="M26.2797,28.4579v-5.5514c0-1.8582-1.5063-3.3645-3.3645-3.3645h0c-1.8582,0-3.3645,1.5063-3.3645,3.3645"/><line class="d" x1="19.5507" y1="28.4579" x2="19.5507" y2="19.5421"/><path class="d" d="M29.6284,25.0935c0,1.8582,1.5063,3.3645,3.3645,3.3645h0c1.8582,0,3.3645-1.5063,3.3645-3.3645v-2.1869c0-1.8582-1.5063-3.3645-3.3645-3.3645h0c-1.8582,0-3.3645,1.5063-3.3645,3.3645"/><line class="d" x1="29.6284" y1="19.5421" x2="29.6284" y2="33"/><path class="d" d="M13.6374,28.4579v-11.1028c0-1.3007,1.0544-2.3551,2.3551-2.3551h0c1.1591,0,1.8827.3432,2.379.9854"/><line class="d" x1="11.6426" y1="19.5421" x2="16.3529" y2="19.5421"/></svg>
Copied!