maslow pyramids icon
maslow-pyramids from IconPark by ByteDance · Color · Charts · Apache-2.0 Free for personal and commercial use.
- Name
- maslow-pyramids
- Set
- IconPark
- Style
- Color
- Category
- Charts
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More charts icons from IconPark
Use the maslow pyramids icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" fill-rule="evenodd" stroke-linejoin="round" d="M24 4L15 19.9803H33L24 4Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M24 19.9805L24.0083 44.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.3466 25.9746L1.99998 42.0001H17.0045"/><path stroke-linecap="round" d="M9.10008 30.9951H17.0044"/><path stroke-linecap="round" stroke-linejoin="round" d="M36.7477 25.9746L46.0943 42.0001H31"/><path stroke-linecap="round" d="M39.0943 30.9951H31.1002"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkMaslowPyramids(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path fill="#2F88FF" fillRule="evenodd" strokeLinejoin="round" d="M24 4L15 19.9803H33L24 4Z" clipRule="evenodd"/><path strokeLinecap="round" d="M24 19.9805L24.0083 44.0001"/><path strokeLinecap="round" strokeLinejoin="round" d="M11.3466 25.9746L1.99998 42.0001H17.0045"/><path strokeLinecap="round" d="M9.10008 30.9951H17.0044"/><path strokeLinecap="round" strokeLinejoin="round" d="M36.7477 25.9746L46.0943 42.0001H31"/><path strokeLinecap="round" d="M39.0943 30.9951H31.1002"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" fill-rule="evenodd" stroke-linejoin="round" d="M24 4L15 19.9803H33L24 4Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M24 19.9805L24.0083 44.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.3466 25.9746L1.99998 42.0001H17.0045"/><path stroke-linecap="round" d="M9.10008 30.9951H17.0044"/><path stroke-linecap="round" stroke-linejoin="round" d="M36.7477 25.9746L46.0943 42.0001H31"/><path stroke-linecap="round" d="M39.0943 30.9951H31.1002"/></g></svg> </template>
CSS
.icon-maslow-pyramids {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%204L15%2019.9803H33L24%204Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2019.9805L24.0083%2044.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.3466%2025.9746L1.99998%2042.0001H17.0045%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.10008%2030.9951H17.0044%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36.7477%2025.9746L46.0943%2042.0001H31%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M39.0943%2030.9951H31.1002%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%204L15%2019.9803H33L24%204Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2019.9805L24.0083%2044.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.3466%2025.9746L1.99998%2042.0001H17.0045%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.10008%2030.9951H17.0044%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36.7477%2025.9746L46.0943%2042.0001H31%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M39.0943%2030.9951H31.1002%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/maslow-pyramids.svg?color=%231a73e8&size=48