leaf two icon
leaf-two-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- leaf-two-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the leaf two icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.167 2C1.523 2 1 2.523 1 3.167v3.004a4.17 4.17 0 0 0 4.315 4.168A5.5 5.5 0 0 1 5 8.5c0-.544.08-1.07.226-1.567l-1.08-1.08a.5.5 0 1 1 .707-.707l.784.783a5.52 5.52 0 0 1 2.691-2.484A4.16 4.16 0 0 0 5.171 2zm4.817 9.31l-1.783 1.784a.5.5 0 0 0 .708.707l1.783-1.785A4.5 4.5 0 0 0 15 8.5V5.227C15 4.55 14.45 4 13.773 4H10.5a4.5 4.5 0 0 0-3.516 7.31m3.873-2.461l-2.454 2.454a3.5 3.5 0 0 1-.707-.708l2.454-2.453a.5.5 0 1 1 .707.707"/></svg>
React
import type { SVGProps } from "react";
export function FluentLeafTwo16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.167 2C1.523 2 1 2.523 1 3.167v3.004a4.17 4.17 0 0 0 4.315 4.168A5.5 5.5 0 0 1 5 8.5c0-.544.08-1.07.226-1.567l-1.08-1.08a.5.5 0 1 1 .707-.707l.784.783a5.52 5.52 0 0 1 2.691-2.484A4.16 4.16 0 0 0 5.171 2zm4.817 9.31l-1.783 1.784a.5.5 0 0 0 .708.707l1.783-1.785A4.5 4.5 0 0 0 15 8.5V5.227C15 4.55 14.45 4 13.773 4H10.5a4.5 4.5 0 0 0-3.516 7.31m3.873-2.461l-2.454 2.454a3.5 3.5 0 0 1-.707-.708l2.454-2.453a.5.5 0 1 1 .707.707"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.167 2C1.523 2 1 2.523 1 3.167v3.004a4.17 4.17 0 0 0 4.315 4.168A5.5 5.5 0 0 1 5 8.5c0-.544.08-1.07.226-1.567l-1.08-1.08a.5.5 0 1 1 .707-.707l.784.783a5.52 5.52 0 0 1 2.691-2.484A4.16 4.16 0 0 0 5.171 2zm4.817 9.31l-1.783 1.784a.5.5 0 0 0 .708.707l1.783-1.785A4.5 4.5 0 0 0 15 8.5V5.227C15 4.55 14.45 4 13.773 4H10.5a4.5 4.5 0 0 0-3.516 7.31m3.873-2.461l-2.454 2.454a3.5 3.5 0 0 1-.707-.708l2.454-2.453a.5.5 0 1 1 .707.707"/></svg> </template>
CSS
.icon-leaf-two-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.167%202C1.523%202%201%202.523%201%203.167v3.004a4.17%204.17%200%200%200%204.315%204.168A5.5%205.5%200%200%201%205%208.5c0-.544.08-1.07.226-1.567l-1.08-1.08a.5.5%200%201%201%20.707-.707l.784.783a5.52%205.52%200%200%201%202.691-2.484A4.16%204.16%200%200%200%205.171%202zm4.817%209.31l-1.783%201.784a.5.5%200%200%200%20.708.707l1.783-1.785A4.5%204.5%200%200%200%2015%208.5V5.227C15%204.55%2014.45%204%2013.773%204H10.5a4.5%204.5%200%200%200-3.516%207.31m3.873-2.461l-2.454%202.454a3.5%203.5%200%200%201-.707-.708l2.454-2.453a.5.5%200%201%201%20.707.707%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.167%202C1.523%202%201%202.523%201%203.167v3.004a4.17%204.17%200%200%200%204.315%204.168A5.5%205.5%200%200%201%205%208.5c0-.544.08-1.07.226-1.567l-1.08-1.08a.5.5%200%201%201%20.707-.707l.784.783a5.52%205.52%200%200%201%202.691-2.484A4.16%204.16%200%200%200%205.171%202zm4.817%209.31l-1.783%201.784a.5.5%200%200%200%20.708.707l1.783-1.785A4.5%204.5%200%200%200%2015%208.5V5.227C15%204.55%2014.45%204%2013.773%204H10.5a4.5%204.5%200%200%200-3.516%207.31m3.873-2.461l-2.454%202.454a3.5%203.5%200%200%201-.707-.708l2.454-2.453a.5.5%200%201%201%20.707.707%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/leaf-two-16-filled.svg?color=%231a73e8&size=48