plant-cattail-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
plant-cattail-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M10 2a2 2 0 0 0-2 2v4a2 2 0 0 0 1.5 1.937v2.356L6.354 9.146a.5.5 0 1 0-.708.708L9.5 13.707v.793a.5.5 0 0 0 1 0v-.793l3.854-3.853a.5.5 0 0 0-.708-.708L10.5 12.293V9.937A2 2 0 0 0 12 8V4a2 2 0 0 0-2-2M9 4a1 1 0 0 1 2 0v4a1 1 0 1 1-2 0zm-3.776 8.766c.444-.171.944-.317 1.486-.435l.856.856c-.754.122-1.426.298-1.983.512c-.554.213-.969.455-1.236.698S4 14.844 4 15s.08.36.347.603s.682.485 1.236.698C6.69 16.726 8.25 17 10 17s3.311-.274 4.417-.699c.554-.213.969-.455 1.236-.698S16 15.156 16 15s-.08-.36-.347-.603s-.682-.485-1.236-.698a10 10 0 0 0-1.983-.512l.856-.856c.543.118 1.042.264 1.486.434c.621.24 1.159.537 1.55.892c.39.355.674.808.674 1.343s-.284.988-.674 1.343s-.929.652-1.55.891C13.529 17.714 11.84 18 10 18s-3.529-.286-4.776-.766c-.621-.239-1.159-.536-1.55-.891C3.284 15.988 3 15.534 3 15c0-.535.284-.988.674-1.343s.929-.652 1.55-.892"/></svg>

React

import type { SVGProps } from "react";

export function FluentPlantCattail20Regular(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="M10 2a2 2 0 0 0-2 2v4a2 2 0 0 0 1.5 1.937v2.356L6.354 9.146a.5.5 0 1 0-.708.708L9.5 13.707v.793a.5.5 0 0 0 1 0v-.793l3.854-3.853a.5.5 0 0 0-.708-.708L10.5 12.293V9.937A2 2 0 0 0 12 8V4a2 2 0 0 0-2-2M9 4a1 1 0 0 1 2 0v4a1 1 0 1 1-2 0zm-3.776 8.766c.444-.171.944-.317 1.486-.435l.856.856c-.754.122-1.426.298-1.983.512c-.554.213-.969.455-1.236.698S4 14.844 4 15s.08.36.347.603s.682.485 1.236.698C6.69 16.726 8.25 17 10 17s3.311-.274 4.417-.699c.554-.213.969-.455 1.236-.698S16 15.156 16 15s-.08-.36-.347-.603s-.682-.485-1.236-.698a10 10 0 0 0-1.983-.512l.856-.856c.543.118 1.042.264 1.486.434c.621.24 1.159.537 1.55.892c.39.355.674.808.674 1.343s-.284.988-.674 1.343s-.929.652-1.55.891C13.529 17.714 11.84 18 10 18s-3.529-.286-4.776-.766c-.621-.239-1.159-.536-1.55-.891C3.284 15.988 3 15.534 3 15c0-.535.284-.988.674-1.343s.929-.652 1.55-.892"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a2 2 0 0 0-2 2v4a2 2 0 0 0 1.5 1.937v2.356L6.354 9.146a.5.5 0 1 0-.708.708L9.5 13.707v.793a.5.5 0 0 0 1 0v-.793l3.854-3.853a.5.5 0 0 0-.708-.708L10.5 12.293V9.937A2 2 0 0 0 12 8V4a2 2 0 0 0-2-2M9 4a1 1 0 0 1 2 0v4a1 1 0 1 1-2 0zm-3.776 8.766c.444-.171.944-.317 1.486-.435l.856.856c-.754.122-1.426.298-1.983.512c-.554.213-.969.455-1.236.698S4 14.844 4 15s.08.36.347.603s.682.485 1.236.698C6.69 16.726 8.25 17 10 17s3.311-.274 4.417-.699c.554-.213.969-.455 1.236-.698S16 15.156 16 15s-.08-.36-.347-.603s-.682-.485-1.236-.698a10 10 0 0 0-1.983-.512l.856-.856c.543.118 1.042.264 1.486.434c.621.24 1.159.537 1.55.892c.39.355.674.808.674 1.343s-.284.988-.674 1.343s-.929.652-1.55.891C13.529 17.714 11.84 18 10 18s-3.529-.286-4.776-.766c-.621-.239-1.159-.536-1.55-.891C3.284 15.988 3 15.534 3 15c0-.535.284-.988.674-1.343s.929-.652 1.55-.892"/></svg>
</template>

CSS

.icon-plant-cattail-20-regular {
  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%22M10%202a2%202%200%200%200-2%202v4a2%202%200%200%200%201.5%201.937v2.356L6.354%209.146a.5.5%200%201%200-.708.708L9.5%2013.707v.793a.5.5%200%200%200%201%200v-.793l3.854-3.853a.5.5%200%200%200-.708-.708L10.5%2012.293V9.937A2%202%200%200%200%2012%208V4a2%202%200%200%200-2-2M9%204a1%201%200%200%201%202%200v4a1%201%200%201%201-2%200zm-3.776%208.766c.444-.171.944-.317%201.486-.435l.856.856c-.754.122-1.426.298-1.983.512c-.554.213-.969.455-1.236.698S4%2014.844%204%2015s.08.36.347.603s.682.485%201.236.698C6.69%2016.726%208.25%2017%2010%2017s3.311-.274%204.417-.699c.554-.213.969-.455%201.236-.698S16%2015.156%2016%2015s-.08-.36-.347-.603s-.682-.485-1.236-.698a10%2010%200%200%200-1.983-.512l.856-.856c.543.118%201.042.264%201.486.434c.621.24%201.159.537%201.55.892c.39.355.674.808.674%201.343s-.284.988-.674%201.343s-.929.652-1.55.891C13.529%2017.714%2011.84%2018%2010%2018s-3.529-.286-4.776-.766c-.621-.239-1.159-.536-1.55-.891C3.284%2015.988%203%2015.534%203%2015c0-.535.284-.988.674-1.343s.929-.652%201.55-.892%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%22M10%202a2%202%200%200%200-2%202v4a2%202%200%200%200%201.5%201.937v2.356L6.354%209.146a.5.5%200%201%200-.708.708L9.5%2013.707v.793a.5.5%200%200%200%201%200v-.793l3.854-3.853a.5.5%200%200%200-.708-.708L10.5%2012.293V9.937A2%202%200%200%200%2012%208V4a2%202%200%200%200-2-2M9%204a1%201%200%200%201%202%200v4a1%201%200%201%201-2%200zm-3.776%208.766c.444-.171.944-.317%201.486-.435l.856.856c-.754.122-1.426.298-1.983.512c-.554.213-.969.455-1.236.698S4%2014.844%204%2015s.08.36.347.603s.682.485%201.236.698C6.69%2016.726%208.25%2017%2010%2017s3.311-.274%204.417-.699c.554-.213.969-.455%201.236-.698S16%2015.156%2016%2015s-.08-.36-.347-.603s-.682-.485-1.236-.698a10%2010%200%200%200-1.983-.512l.856-.856c.543.118%201.042.264%201.486.434c.621.24%201.159.537%201.55.892c.39.355.674.808.674%201.343s-.284.988-.674%201.343s-.929.652-1.55.891C13.529%2017.714%2011.84%2018%2010%2018s-3.529-.286-4.776-.766c-.621-.239-1.159-.536-1.55-.891C3.284%2015.988%203%2015.534%203%2015c0-.535.284-.988.674-1.343s.929-.652%201.55-.892%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-regular.svg?color=%231a73e8&size=48