hierarchy icon
hierarchy-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- hierarchy-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the hierarchy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.25 8.5a3.25 3.25 0 1 0 0-6.5a3.25 3.25 0 0 0 0 6.5M5 22a3 3 0 1 0 0-6a3 3 0 0 0 0 6m14 0a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M19.17 15.98a6.93 6.93 0 0 0-6.54-4.65h-.03l-3.53.01c-1.52.02-2.88-1.01-3.29-2.49V7.01c0-.42-.34-.76-.77-.76s-.76.34-.76.76v11.22c0 .42.34.76.76.76s.77-.34.77-.76v-6.62c.88.78 2.03 1.26 3.28 1.26h.02l3.53-.01h.02c2.29 0 4.34 1.45 5.09 3.62a.78.78 0 0 0 .98.48c.4-.14.61-.58.47-.98"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconHierarchyFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.25 8.5a3.25 3.25 0 1 0 0-6.5a3.25 3.25 0 0 0 0 6.5M5 22a3 3 0 1 0 0-6a3 3 0 0 0 0 6m14 0a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M19.17 15.98a6.93 6.93 0 0 0-6.54-4.65h-.03l-3.53.01c-1.52.02-2.88-1.01-3.29-2.49V7.01c0-.42-.34-.76-.77-.76s-.76.34-.76.76v11.22c0 .42.34.76.76.76s.77-.34.77-.76v-6.62c.88.78 2.03 1.26 3.28 1.26h.02l3.53-.01h.02c2.29 0 4.34 1.45 5.09 3.62a.78.78 0 0 0 .98.48c.4-.14.61-.58.47-.98"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.25 8.5a3.25 3.25 0 1 0 0-6.5a3.25 3.25 0 0 0 0 6.5M5 22a3 3 0 1 0 0-6a3 3 0 0 0 0 6m14 0a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M19.17 15.98a6.93 6.93 0 0 0-6.54-4.65h-.03l-3.53.01c-1.52.02-2.88-1.01-3.29-2.49V7.01c0-.42-.34-.76-.77-.76s-.76.34-.76.76v11.22c0 .42.34.76.76.76s.77-.34.77-.76v-6.62c.88.78 2.03 1.26 3.28 1.26h.02l3.53-.01h.02c2.29 0 4.34 1.45 5.09 3.62a.78.78 0 0 0 .98.48c.4-.14.61-.58.47-.98"/></g></svg> </template>
CSS
.icon-hierarchy-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.25%208.5a3.25%203.25%200%201%200%200-6.5a3.25%203.25%200%200%200%200%206.5M5%2022a3%203%200%201%200%200-6a3%203%200%200%200%200%206m14%200a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3Cpath%20d%3D%22M19.17%2015.98a6.93%206.93%200%200%200-6.54-4.65h-.03l-3.53.01c-1.52.02-2.88-1.01-3.29-2.49V7.01c0-.42-.34-.76-.77-.76s-.76.34-.76.76v11.22c0%20.42.34.76.76.76s.77-.34.77-.76v-6.62c.88.78%202.03%201.26%203.28%201.26h.02l3.53-.01h.02c2.29%200%204.34%201.45%205.09%203.62a.78.78%200%200%200%20.98.48c.4-.14.61-.58.47-.98%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.25%208.5a3.25%203.25%200%201%200%200-6.5a3.25%203.25%200%200%200%200%206.5M5%2022a3%203%200%201%200%200-6a3%203%200%200%200%200%206m14%200a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3Cpath%20d%3D%22M19.17%2015.98a6.93%206.93%200%200%200-6.54-4.65h-.03l-3.53.01c-1.52.02-2.88-1.01-3.29-2.49V7.01c0-.42-.34-.76-.77-.76s-.76.34-.76.76v11.22c0%20.42.34.76.76.76s.77-.34.77-.76v-6.62c.88.78%202.03%201.26%203.28%201.26h.02l3.53-.01h.02c2.29%200%204.34%201.45%205.09%203.62a.78.78%200%200%200%20.98.48c.4-.14.61-.58.47-.98%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/hierarchy-filled.svg?color=%231a73e8&size=48