plant cattail icon
plant-cattail-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- plant-cattail-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the plant cattail icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 4a2 2 0 1 1 4 0v4a2 2 0 0 1-1.5 1.937v2.356l3.146-3.147a.5.5 0 0 1 .708.708L10.5 13.707v.793a.5.5 0 0 1-1 0v-.793L5.646 9.854a.5.5 0 1 1 .708-.708L9.5 12.293V9.937A2 2 0 0 1 8 8zm-1.29 8.331c-.542.118-1.042.264-1.486.434c-.621.24-1.159.537-1.55.892C3.284 14.012 3 14.465 3 15s.284.988.674 1.343s.929.652 1.55.891C6.471 17.714 8.16 18 10 18s3.529-.286 4.776-.766c.621-.239 1.159-.536 1.55-.891c.39-.355.674-.809.674-1.343c0-.535-.284-.988-.674-1.343s-.929-.652-1.55-.892c-.444-.17-.944-.316-1.486-.434l-.856.856c.754.122 1.426.298 1.983.512c.554.213.969.455 1.236.698S16 14.844 16 15s-.08.36-.347.603s-.682.485-1.236.698C13.31 16.726 11.75 17 10 17s-3.311-.274-4.417-.699c-.554-.213-.969-.455-1.236-.698S4 15.156 4 15s.08-.36.347-.603s.682-.485 1.236-.698c.557-.214 1.23-.39 1.983-.512z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPlantCattail20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 4a2 2 0 1 1 4 0v4a2 2 0 0 1-1.5 1.937v2.356l3.146-3.147a.5.5 0 0 1 .708.708L10.5 13.707v.793a.5.5 0 0 1-1 0v-.793L5.646 9.854a.5.5 0 1 1 .708-.708L9.5 12.293V9.937A2 2 0 0 1 8 8zm-1.29 8.331c-.542.118-1.042.264-1.486.434c-.621.24-1.159.537-1.55.892C3.284 14.012 3 14.465 3 15s.284.988.674 1.343s.929.652 1.55.891C6.471 17.714 8.16 18 10 18s3.529-.286 4.776-.766c.621-.239 1.159-.536 1.55-.891c.39-.355.674-.809.674-1.343c0-.535-.284-.988-.674-1.343s-.929-.652-1.55-.892c-.444-.17-.944-.316-1.486-.434l-.856.856c.754.122 1.426.298 1.983.512c.554.213.969.455 1.236.698S16 14.844 16 15s-.08.36-.347.603s-.682.485-1.236.698C13.31 16.726 11.75 17 10 17s-3.311-.274-4.417-.699c-.554-.213-.969-.455-1.236-.698S4 15.156 4 15s.08-.36.347-.603s.682-.485 1.236-.698c.557-.214 1.23-.39 1.983-.512z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 4a2 2 0 1 1 4 0v4a2 2 0 0 1-1.5 1.937v2.356l3.146-3.147a.5.5 0 0 1 .708.708L10.5 13.707v.793a.5.5 0 0 1-1 0v-.793L5.646 9.854a.5.5 0 1 1 .708-.708L9.5 12.293V9.937A2 2 0 0 1 8 8zm-1.29 8.331c-.542.118-1.042.264-1.486.434c-.621.24-1.159.537-1.55.892C3.284 14.012 3 14.465 3 15s.284.988.674 1.343s.929.652 1.55.891C6.471 17.714 8.16 18 10 18s3.529-.286 4.776-.766c.621-.239 1.159-.536 1.55-.891c.39-.355.674-.809.674-1.343c0-.535-.284-.988-.674-1.343s-.929-.652-1.55-.892c-.444-.17-.944-.316-1.486-.434l-.856.856c.754.122 1.426.298 1.983.512c.554.213.969.455 1.236.698S16 14.844 16 15s-.08.36-.347.603s-.682.485-1.236.698C13.31 16.726 11.75 17 10 17s-3.311-.274-4.417-.699c-.554-.213-.969-.455-1.236-.698S4 15.156 4 15s.08-.36.347-.603s.682-.485 1.236-.698c.557-.214 1.23-.39 1.983-.512z"/></svg> </template>
CSS
.icon-plant-cattail-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%204a2%202%200%201%201%204%200v4a2%202%200%200%201-1.5%201.937v2.356l3.146-3.147a.5.5%200%200%201%20.708.708L10.5%2013.707v.793a.5.5%200%200%201-1%200v-.793L5.646%209.854a.5.5%200%201%201%20.708-.708L9.5%2012.293V9.937A2%202%200%200%201%208%208zm-1.29%208.331c-.542.118-1.042.264-1.486.434c-.621.24-1.159.537-1.55.892C3.284%2014.012%203%2014.465%203%2015s.284.988.674%201.343s.929.652%201.55.891C6.471%2017.714%208.16%2018%2010%2018s3.529-.286%204.776-.766c.621-.239%201.159-.536%201.55-.891c.39-.355.674-.809.674-1.343c0-.535-.284-.988-.674-1.343s-.929-.652-1.55-.892c-.444-.17-.944-.316-1.486-.434l-.856.856c.754.122%201.426.298%201.983.512c.554.213.969.455%201.236.698S16%2014.844%2016%2015s-.08.36-.347.603s-.682.485-1.236.698C13.31%2016.726%2011.75%2017%2010%2017s-3.311-.274-4.417-.699c-.554-.213-.969-.455-1.236-.698S4%2015.156%204%2015s.08-.36.347-.603s.682-.485%201.236-.698c.557-.214%201.23-.39%201.983-.512z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%204a2%202%200%201%201%204%200v4a2%202%200%200%201-1.5%201.937v2.356l3.146-3.147a.5.5%200%200%201%20.708.708L10.5%2013.707v.793a.5.5%200%200%201-1%200v-.793L5.646%209.854a.5.5%200%201%201%20.708-.708L9.5%2012.293V9.937A2%202%200%200%201%208%208zm-1.29%208.331c-.542.118-1.042.264-1.486.434c-.621.24-1.159.537-1.55.892C3.284%2014.012%203%2014.465%203%2015s.284.988.674%201.343s.929.652%201.55.891C6.471%2017.714%208.16%2018%2010%2018s3.529-.286%204.776-.766c.621-.239%201.159-.536%201.55-.891c.39-.355.674-.809.674-1.343c0-.535-.284-.988-.674-1.343s-.929-.652-1.55-.892c-.444-.17-.944-.316-1.486-.434l-.856.856c.754.122%201.426.298%201.983.512c.554.213.969.455%201.236.698S16%2014.844%2016%2015s-.08.36-.347.603s-.682.485-1.236.698C13.31%2016.726%2011.75%2017%2010%2017s-3.311-.274-4.417-.699c-.554-.213-.969-.455-1.236-.698S4%2015.156%204%2015s.08-.36.347-.603s.682-.485%201.236-.698c.557-.214%201.23-.39%201.983-.512z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/plant-cattail-20-filled.svg?color=%231a73e8&size=48