seedling icon
seedling-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- seedling-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
- Aliases
- seeding-filled
1 other variant in Tabler Icons
The same icon in other sets
seedlingEmoji One (Colored)seedlingFont Awesome 6 SolidseedlingFont Awesome Solidseedling-outlineFlowbite IconsseedlingFluent EmojiseedlingFluent Emoji FlatseedlingFluent Emoji High ContrastseedlingFirefox OS EmojiseedlingIconParkseedlingIconPark OutlineseedlingIconPark SolidseedlingIconPark TwoToneseedlingLine AwesomeseedlingNoto EmojiseedlingOpenMojiseedling-fillRemix IconseedlingStreamline EmojisseedlingTwitter Emoji
Related icons in Tabler Icons
Use the seedling icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 3a7 7 0 0 1 6.95 6.155A6.97 6.97 0 0 1 18 7h3a1 1 0 0 1 1 1v1a7 7 0 0 1-7 7h-2v4a1 1 0 0 1-2 0v-7H9a7 7 0 0 1-7-7V4a1 1 0 0 1 1-1z"/></svg>
React
import type { SVGProps } from "react";
export function TablerSeedlingFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 3a7 7 0 0 1 6.95 6.155A6.97 6.97 0 0 1 18 7h3a1 1 0 0 1 1 1v1a7 7 0 0 1-7 7h-2v4a1 1 0 0 1-2 0v-7H9a7 7 0 0 1-7-7V4a1 1 0 0 1 1-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 3a7 7 0 0 1 6.95 6.155A6.97 6.97 0 0 1 18 7h3a1 1 0 0 1 1 1v1a7 7 0 0 1-7 7h-2v4a1 1 0 0 1-2 0v-7H9a7 7 0 0 1-7-7V4a1 1 0 0 1 1-1z"/></svg> </template>
CSS
.icon-seedling-filled {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203a7%207%200%200%201%206.95%206.155A6.97%206.97%200%200%201%2018%207h3a1%201%200%200%201%201%201v1a7%207%200%200%201-7%207h-2v4a1%201%200%200%201-2%200v-7H9a7%207%200%200%201-7-7V4a1%201%200%200%201%201-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203a7%207%200%200%201%206.95%206.155A6.97%206.97%200%200%201%2018%207h3a1%201%200%200%201%201%201v1a7%207%200%200%201-7%207h-2v4a1%201%200%200%201-2%200v-7H9a7%207%200%200%201-7-7V4a1%201%200%200%201%201-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/seedling-filled.svg?color=%231a73e8&size=48