plant cattail icon
plant-cattail-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- plant-cattail-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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="M9 5a3 3 0 1 1 6 0v4a3 3 0 0 1-2.25 2.906v2.783l3.47-3.47a.75.75 0 1 1 1.06 1.061l-4.53 4.53v1.44a.75.75 0 0 1-1.5 0v-1.44l-4.53-4.53a.75.75 0 1 1 1.06-1.06l3.47 3.47v-2.784A3 3 0 0 1 9 9zm-1.478 9.497c-.59.142-1.137.312-1.63.507c-.799.314-1.495.707-2.005 1.182C3.377 16.662 3 17.274 3 18s.376 1.338.887 1.814c.51.474 1.206.867 2.004 1.182C7.492 21.626 9.652 22 12 22s4.508-.374 6.108-1.004c.799-.315 1.495-.708 2.005-1.182c.51-.476.887-1.088.887-1.814s-.376-1.338-.887-1.814c-.51-.475-1.206-.868-2.005-1.182a12 12 0 0 0-1.63-.507l-1.269 1.269c.892.155 1.687.373 2.35.634c.695.273 1.206.58 1.531.884c.325.302.41.544.41.716s-.085.414-.41.716c-.325.303-.836.61-1.531.884c-1.386.546-3.35.9-5.559.9s-4.173-.354-5.559-.9c-.695-.274-1.206-.58-1.532-.884c-.324-.302-.409-.544-.409-.716s.085-.414.41-.716c.325-.303.836-.61 1.531-.884a12.2 12.2 0 0 1 2.35-.634z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPlantCattail24Filled(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="M9 5a3 3 0 1 1 6 0v4a3 3 0 0 1-2.25 2.906v2.783l3.47-3.47a.75.75 0 1 1 1.06 1.061l-4.53 4.53v1.44a.75.75 0 0 1-1.5 0v-1.44l-4.53-4.53a.75.75 0 1 1 1.06-1.06l3.47 3.47v-2.784A3 3 0 0 1 9 9zm-1.478 9.497c-.59.142-1.137.312-1.63.507c-.799.314-1.495.707-2.005 1.182C3.377 16.662 3 17.274 3 18s.376 1.338.887 1.814c.51.474 1.206.867 2.004 1.182C7.492 21.626 9.652 22 12 22s4.508-.374 6.108-1.004c.799-.315 1.495-.708 2.005-1.182c.51-.476.887-1.088.887-1.814s-.376-1.338-.887-1.814c-.51-.475-1.206-.868-2.005-1.182a12 12 0 0 0-1.63-.507l-1.269 1.269c.892.155 1.687.373 2.35.634c.695.273 1.206.58 1.531.884c.325.302.41.544.41.716s-.085.414-.41.716c-.325.303-.836.61-1.531.884c-1.386.546-3.35.9-5.559.9s-4.173-.354-5.559-.9c-.695-.274-1.206-.58-1.532-.884c-.324-.302-.409-.544-.409-.716s.085-.414.41-.716c.325-.303.836-.61 1.531-.884a12.2 12.2 0 0 1 2.35-.634z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 5a3 3 0 1 1 6 0v4a3 3 0 0 1-2.25 2.906v2.783l3.47-3.47a.75.75 0 1 1 1.06 1.061l-4.53 4.53v1.44a.75.75 0 0 1-1.5 0v-1.44l-4.53-4.53a.75.75 0 1 1 1.06-1.06l3.47 3.47v-2.784A3 3 0 0 1 9 9zm-1.478 9.497c-.59.142-1.137.312-1.63.507c-.799.314-1.495.707-2.005 1.182C3.377 16.662 3 17.274 3 18s.376 1.338.887 1.814c.51.474 1.206.867 2.004 1.182C7.492 21.626 9.652 22 12 22s4.508-.374 6.108-1.004c.799-.315 1.495-.708 2.005-1.182c.51-.476.887-1.088.887-1.814s-.376-1.338-.887-1.814c-.51-.475-1.206-.868-2.005-1.182a12 12 0 0 0-1.63-.507l-1.269 1.269c.892.155 1.687.373 2.35.634c.695.273 1.206.58 1.531.884c.325.302.41.544.41.716s-.085.414-.41.716c-.325.303-.836.61-1.531.884c-1.386.546-3.35.9-5.559.9s-4.173-.354-5.559-.9c-.695-.274-1.206-.58-1.532-.884c-.324-.302-.409-.544-.409-.716s.085-.414.41-.716c.325-.303.836-.61 1.531-.884a12.2 12.2 0 0 1 2.35-.634z"/></svg> </template>
CSS
.icon-plant-cattail-24-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%22M9%205a3%203%200%201%201%206%200v4a3%203%200%200%201-2.25%202.906v2.783l3.47-3.47a.75.75%200%201%201%201.06%201.061l-4.53%204.53v1.44a.75.75%200%200%201-1.5%200v-1.44l-4.53-4.53a.75.75%200%201%201%201.06-1.06l3.47%203.47v-2.784A3%203%200%200%201%209%209zm-1.478%209.497c-.59.142-1.137.312-1.63.507c-.799.314-1.495.707-2.005%201.182C3.377%2016.662%203%2017.274%203%2018s.376%201.338.887%201.814c.51.474%201.206.867%202.004%201.182C7.492%2021.626%209.652%2022%2012%2022s4.508-.374%206.108-1.004c.799-.315%201.495-.708%202.005-1.182c.51-.476.887-1.088.887-1.814s-.376-1.338-.887-1.814c-.51-.475-1.206-.868-2.005-1.182a12%2012%200%200%200-1.63-.507l-1.269%201.269c.892.155%201.687.373%202.35.634c.695.273%201.206.58%201.531.884c.325.302.41.544.41.716s-.085.414-.41.716c-.325.303-.836.61-1.531.884c-1.386.546-3.35.9-5.559.9s-4.173-.354-5.559-.9c-.695-.274-1.206-.58-1.532-.884c-.324-.302-.409-.544-.409-.716s.085-.414.41-.716c.325-.303.836-.61%201.531-.884a12.2%2012.2%200%200%201%202.35-.634z%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%22M9%205a3%203%200%201%201%206%200v4a3%203%200%200%201-2.25%202.906v2.783l3.47-3.47a.75.75%200%201%201%201.06%201.061l-4.53%204.53v1.44a.75.75%200%200%201-1.5%200v-1.44l-4.53-4.53a.75.75%200%201%201%201.06-1.06l3.47%203.47v-2.784A3%203%200%200%201%209%209zm-1.478%209.497c-.59.142-1.137.312-1.63.507c-.799.314-1.495.707-2.005%201.182C3.377%2016.662%203%2017.274%203%2018s.376%201.338.887%201.814c.51.474%201.206.867%202.004%201.182C7.492%2021.626%209.652%2022%2012%2022s4.508-.374%206.108-1.004c.799-.315%201.495-.708%202.005-1.182c.51-.476.887-1.088.887-1.814s-.376-1.338-.887-1.814c-.51-.475-1.206-.868-2.005-1.182a12%2012%200%200%200-1.63-.507l-1.269%201.269c.892.155%201.687.373%202.35.634c.695.273%201.206.58%201.531.884c.325.302.41.544.41.716s-.085.414-.41.716c-.325.303-.836.61-1.531.884c-1.386.546-3.35.9-5.559.9s-4.173-.354-5.559-.9c-.695-.274-1.206-.58-1.532-.884c-.324-.302-.409-.544-.409-.716s.085-.414.41-.716c.325-.303.836-.61%201.531-.884a12.2%2012.2%200%200%201%202.35-.634z%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-filled.svg?color=%231a73e8&size=48