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

Name
plant-cattail-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 2a3 3 0 0 0-3 3v4c0 1.398.956 2.573 2.25 2.906v2.783l-3.47-3.47a.75.75 0 0 0-1.06 1.061l4.53 4.53v1.44a.75.75 0 0 0 1.5 0v-1.44l4.53-4.53a.75.75 0 1 0-1.06-1.06l-3.47 3.47v-2.784A3 3 0 0 0 15 9V5a3 3 0 0 0-3-3m-1.5 3a1.5 1.5 0 0 1 3 0v4a1.5 1.5 0 0 1-3 0zM5.891 15.004a12 12 0 0 1 1.631-.507l1.269 1.269a12.2 12.2 0 0 0-2.35.634c-.695.273-1.206.58-1.532.884c-.324.302-.409.544-.409.716s.085.414.41.716c.325.303.836.61 1.531.884c1.386.546 3.35.9 5.559.9s4.173-.354 5.559-.9c.695-.274 1.206-.58 1.531-.884c.325-.302.41-.544.41-.716s-.085-.414-.41-.716c-.325-.303-.836-.61-1.531-.884a12.2 12.2 0 0 0-2.35-.634l1.269-1.269c.59.142 1.137.312 1.63.507c.799.314 1.495.707 2.005 1.182c.51.476.887 1.088.887 1.814s-.376 1.338-.887 1.814c-.51.474-1.206.867-2.005 1.182c-1.6.63-3.76 1.004-6.108 1.004s-4.508-.374-6.109-1.004c-.798-.315-1.494-.708-2.004-1.182C3.377 19.338 3 18.726 3 18s.376-1.338.887-1.814c.51-.475 1.206-.868 2.004-1.182"/></svg>

React

import type { SVGProps } from "react";

export function FluentPlantCattail24Regular(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="M12 2a3 3 0 0 0-3 3v4c0 1.398.956 2.573 2.25 2.906v2.783l-3.47-3.47a.75.75 0 0 0-1.06 1.061l4.53 4.53v1.44a.75.75 0 0 0 1.5 0v-1.44l4.53-4.53a.75.75 0 1 0-1.06-1.06l-3.47 3.47v-2.784A3 3 0 0 0 15 9V5a3 3 0 0 0-3-3m-1.5 3a1.5 1.5 0 0 1 3 0v4a1.5 1.5 0 0 1-3 0zM5.891 15.004a12 12 0 0 1 1.631-.507l1.269 1.269a12.2 12.2 0 0 0-2.35.634c-.695.273-1.206.58-1.532.884c-.324.302-.409.544-.409.716s.085.414.41.716c.325.303.836.61 1.531.884c1.386.546 3.35.9 5.559.9s4.173-.354 5.559-.9c.695-.274 1.206-.58 1.531-.884c.325-.302.41-.544.41-.716s-.085-.414-.41-.716c-.325-.303-.836-.61-1.531-.884a12.2 12.2 0 0 0-2.35-.634l1.269-1.269c.59.142 1.137.312 1.63.507c.799.314 1.495.707 2.005 1.182c.51.476.887 1.088.887 1.814s-.376 1.338-.887 1.814c-.51.474-1.206.867-2.005 1.182c-1.6.63-3.76 1.004-6.108 1.004s-4.508-.374-6.109-1.004c-.798-.315-1.494-.708-2.004-1.182C3.377 19.338 3 18.726 3 18s.376-1.338.887-1.814c.51-.475 1.206-.868 2.004-1.182"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a3 3 0 0 0-3 3v4c0 1.398.956 2.573 2.25 2.906v2.783l-3.47-3.47a.75.75 0 0 0-1.06 1.061l4.53 4.53v1.44a.75.75 0 0 0 1.5 0v-1.44l4.53-4.53a.75.75 0 1 0-1.06-1.06l-3.47 3.47v-2.784A3 3 0 0 0 15 9V5a3 3 0 0 0-3-3m-1.5 3a1.5 1.5 0 0 1 3 0v4a1.5 1.5 0 0 1-3 0zM5.891 15.004a12 12 0 0 1 1.631-.507l1.269 1.269a12.2 12.2 0 0 0-2.35.634c-.695.273-1.206.58-1.532.884c-.324.302-.409.544-.409.716s.085.414.41.716c.325.303.836.61 1.531.884c1.386.546 3.35.9 5.559.9s4.173-.354 5.559-.9c.695-.274 1.206-.58 1.531-.884c.325-.302.41-.544.41-.716s-.085-.414-.41-.716c-.325-.303-.836-.61-1.531-.884a12.2 12.2 0 0 0-2.35-.634l1.269-1.269c.59.142 1.137.312 1.63.507c.799.314 1.495.707 2.005 1.182c.51.476.887 1.088.887 1.814s-.376 1.338-.887 1.814c-.51.474-1.206.867-2.005 1.182c-1.6.63-3.76 1.004-6.108 1.004s-4.508-.374-6.109-1.004c-.798-.315-1.494-.708-2.004-1.182C3.377 19.338 3 18.726 3 18s.376-1.338.887-1.814c.51-.475 1.206-.868 2.004-1.182"/></svg>
</template>

CSS

.icon-plant-cattail-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a3%203%200%200%200-3%203v4c0%201.398.956%202.573%202.25%202.906v2.783l-3.47-3.47a.75.75%200%200%200-1.06%201.061l4.53%204.53v1.44a.75.75%200%200%200%201.5%200v-1.44l4.53-4.53a.75.75%200%201%200-1.06-1.06l-3.47%203.47v-2.784A3%203%200%200%200%2015%209V5a3%203%200%200%200-3-3m-1.5%203a1.5%201.5%200%200%201%203%200v4a1.5%201.5%200%200%201-3%200zM5.891%2015.004a12%2012%200%200%201%201.631-.507l1.269%201.269a12.2%2012.2%200%200%200-2.35.634c-.695.273-1.206.58-1.532.884c-.324.302-.409.544-.409.716s.085.414.41.716c.325.303.836.61%201.531.884c1.386.546%203.35.9%205.559.9s4.173-.354%205.559-.9c.695-.274%201.206-.58%201.531-.884c.325-.302.41-.544.41-.716s-.085-.414-.41-.716c-.325-.303-.836-.61-1.531-.884a12.2%2012.2%200%200%200-2.35-.634l1.269-1.269c.59.142%201.137.312%201.63.507c.799.314%201.495.707%202.005%201.182c.51.476.887%201.088.887%201.814s-.376%201.338-.887%201.814c-.51.474-1.206.867-2.005%201.182c-1.6.63-3.76%201.004-6.108%201.004s-4.508-.374-6.109-1.004c-.798-.315-1.494-.708-2.004-1.182C3.377%2019.338%203%2018.726%203%2018s.376-1.338.887-1.814c.51-.475%201.206-.868%202.004-1.182%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%22M12%202a3%203%200%200%200-3%203v4c0%201.398.956%202.573%202.25%202.906v2.783l-3.47-3.47a.75.75%200%200%200-1.06%201.061l4.53%204.53v1.44a.75.75%200%200%200%201.5%200v-1.44l4.53-4.53a.75.75%200%201%200-1.06-1.06l-3.47%203.47v-2.784A3%203%200%200%200%2015%209V5a3%203%200%200%200-3-3m-1.5%203a1.5%201.5%200%200%201%203%200v4a1.5%201.5%200%200%201-3%200zM5.891%2015.004a12%2012%200%200%201%201.631-.507l1.269%201.269a12.2%2012.2%200%200%200-2.35.634c-.695.273-1.206.58-1.532.884c-.324.302-.409.544-.409.716s.085.414.41.716c.325.303.836.61%201.531.884c1.386.546%203.35.9%205.559.9s4.173-.354%205.559-.9c.695-.274%201.206-.58%201.531-.884c.325-.302.41-.544.41-.716s-.085-.414-.41-.716c-.325-.303-.836-.61-1.531-.884a12.2%2012.2%200%200%200-2.35-.634l1.269-1.269c.59.142%201.137.312%201.63.507c.799.314%201.495.707%202.005%201.182c.51.476.887%201.088.887%201.814s-.376%201.338-.887%201.814c-.51.474-1.206.867-2.005%201.182c-1.6.63-3.76%201.004-6.108%201.004s-4.508-.374-6.109-1.004c-.798-.315-1.494-.708-2.004-1.182C3.377%2019.338%203%2018.726%203%2018s.376-1.338.887-1.814c.51-.475%201.206-.868%202.004-1.182%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/plant-cattail-24-regular.svg?color=%231a73e8&size=48