low income level icon
low-income-level-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Symbols · MIT Free for personal and commercial use.
- Name
- low-income-level-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Symbols
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More symbols icons from Health Icons
Use the low income level icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M14.52 9.066a11.6 11.6 0 0 1-6.377.001a14.3 14.3 0 0 0-2.27 3.322c-.63 1.299-.92 2.495-.867 3.44c.05.859.371 1.527 1.13 2.052c.848.587 2.43 1.118 5.22 1.118c1.205 0 2.182-.101 2.971-.264l1.766 1.583c-1.209.433-2.766.68-4.737.68c-11.981 0-8.78-8.979-4.486-13.498L5.036 4.8a9 9 0 0 1 1.139-.613q.31-.143.669-.285C8.046 3.429 9.644 3 11.356 3c1.627 0 3.141.387 4.31.832q.085.03.166.063c.81.32 1.44.662 1.804.905L15.79 7.5c1.672 1.709 3.194 4.157 3.702 6.5h-2.06a10 10 0 0 0-.65-1.675a13.6 13.6 0 0 0-2.261-3.26m-.99-1.807a9.7 9.7 0 0 1-4.406-.001l-.262-.386c.918.086 1.874.048 2.771-.211a26 26 0 0 1 2.744-.64zm1.97-2.312c-1.048-.036-2.571.063-3.988.223c-.283.032-.578.087-.88.143c-1.082.2-2.238.415-3.132-.366c.572-.147 2.149-.439 3.937-.447h.075c1.819 0 3.417.298 3.988.447" clip-rule="evenodd"/><path d="m15.71 18.632l1-1.117l.893.8V15h1.5v3.314l.892-.8l1 1.117L18.354 21z"/><path fill-rule="evenodd" d="M10.75 18v-.523a2.07 2.07 0 0 1-1.632-1.352a.75.75 0 1 1 1.414-.5c.04.116.118.214.218.28v-1.053a2.063 2.063 0 0 1 0-4.078v-.524h1.5v.524c.76.115 1.383.646 1.632 1.351a.75.75 0 1 1-1.414.5a.56.56 0 0 0-.218-.28v1.053a2.063 2.063 0 0 1 0 4.079V18zm1.75-2.562c0 .194-.1.366-.25.467v-.935c.15.1.25.272.25.467m-2-2.626c0-.194.1-.366.25-.467v.935a.56.56 0 0 1-.25-.467" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsLowIncomeLevelOutline24px(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 fillRule="evenodd" d="M14.52 9.066a11.6 11.6 0 0 1-6.377.001a14.3 14.3 0 0 0-2.27 3.322c-.63 1.299-.92 2.495-.867 3.44c.05.859.371 1.527 1.13 2.052c.848.587 2.43 1.118 5.22 1.118c1.205 0 2.182-.101 2.971-.264l1.766 1.583c-1.209.433-2.766.68-4.737.68c-11.981 0-8.78-8.979-4.486-13.498L5.036 4.8a9 9 0 0 1 1.139-.613q.31-.143.669-.285C8.046 3.429 9.644 3 11.356 3c1.627 0 3.141.387 4.31.832q.085.03.166.063c.81.32 1.44.662 1.804.905L15.79 7.5c1.672 1.709 3.194 4.157 3.702 6.5h-2.06a10 10 0 0 0-.65-1.675a13.6 13.6 0 0 0-2.261-3.26m-.99-1.807a9.7 9.7 0 0 1-4.406-.001l-.262-.386c.918.086 1.874.048 2.771-.211a26 26 0 0 1 2.744-.64zm1.97-2.312c-1.048-.036-2.571.063-3.988.223c-.283.032-.578.087-.88.143c-1.082.2-2.238.415-3.132-.366c.572-.147 2.149-.439 3.937-.447h.075c1.819 0 3.417.298 3.988.447" clipRule="evenodd"/><path d="m15.71 18.632l1-1.117l.893.8V15h1.5v3.314l.892-.8l1 1.117L18.354 21z"/><path fillRule="evenodd" d="M10.75 18v-.523a2.07 2.07 0 0 1-1.632-1.352a.75.75 0 1 1 1.414-.5c.04.116.118.214.218.28v-1.053a2.063 2.063 0 0 1 0-4.078v-.524h1.5v.524c.76.115 1.383.646 1.632 1.351a.75.75 0 1 1-1.414.5a.56.56 0 0 0-.218-.28v1.053a2.063 2.063 0 0 1 0 4.079V18zm1.75-2.562c0 .194-.1.366-.25.467v-.935c.15.1.25.272.25.467m-2-2.626c0-.194.1-.366.25-.467v.935a.56.56 0 0 1-.25-.467" clipRule="evenodd"/></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 fill-rule="evenodd" d="M14.52 9.066a11.6 11.6 0 0 1-6.377.001a14.3 14.3 0 0 0-2.27 3.322c-.63 1.299-.92 2.495-.867 3.44c.05.859.371 1.527 1.13 2.052c.848.587 2.43 1.118 5.22 1.118c1.205 0 2.182-.101 2.971-.264l1.766 1.583c-1.209.433-2.766.68-4.737.68c-11.981 0-8.78-8.979-4.486-13.498L5.036 4.8a9 9 0 0 1 1.139-.613q.31-.143.669-.285C8.046 3.429 9.644 3 11.356 3c1.627 0 3.141.387 4.31.832q.085.03.166.063c.81.32 1.44.662 1.804.905L15.79 7.5c1.672 1.709 3.194 4.157 3.702 6.5h-2.06a10 10 0 0 0-.65-1.675a13.6 13.6 0 0 0-2.261-3.26m-.99-1.807a9.7 9.7 0 0 1-4.406-.001l-.262-.386c.918.086 1.874.048 2.771-.211a26 26 0 0 1 2.744-.64zm1.97-2.312c-1.048-.036-2.571.063-3.988.223c-.283.032-.578.087-.88.143c-1.082.2-2.238.415-3.132-.366c.572-.147 2.149-.439 3.937-.447h.075c1.819 0 3.417.298 3.988.447" clip-rule="evenodd"/><path d="m15.71 18.632l1-1.117l.893.8V15h1.5v3.314l.892-.8l1 1.117L18.354 21z"/><path fill-rule="evenodd" d="M10.75 18v-.523a2.07 2.07 0 0 1-1.632-1.352a.75.75 0 1 1 1.414-.5c.04.116.118.214.218.28v-1.053a2.063 2.063 0 0 1 0-4.078v-.524h1.5v.524c.76.115 1.383.646 1.632 1.351a.75.75 0 1 1-1.414.5a.56.56 0 0 0-.218-.28v1.053a2.063 2.063 0 0 1 0 4.079V18zm1.75-2.562c0 .194-.1.366-.25.467v-.935c.15.1.25.272.25.467m-2-2.626c0-.194.1-.366.25-.467v.935a.56.56 0 0 1-.25-.467" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-low-income-level-outline-24px {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.52%209.066a11.6%2011.6%200%200%201-6.377.001a14.3%2014.3%200%200%200-2.27%203.322c-.63%201.299-.92%202.495-.867%203.44c.05.859.371%201.527%201.13%202.052c.848.587%202.43%201.118%205.22%201.118c1.205%200%202.182-.101%202.971-.264l1.766%201.583c-1.209.433-2.766.68-4.737.68c-11.981%200-8.78-8.979-4.486-13.498L5.036%204.8a9%209%200%200%201%201.139-.613q.31-.143.669-.285C8.046%203.429%209.644%203%2011.356%203c1.627%200%203.141.387%204.31.832q.085.03.166.063c.81.32%201.44.662%201.804.905L15.79%207.5c1.672%201.709%203.194%204.157%203.702%206.5h-2.06a10%2010%200%200%200-.65-1.675a13.6%2013.6%200%200%200-2.261-3.26m-.99-1.807a9.7%209.7%200%200%201-4.406-.001l-.262-.386c.918.086%201.874.048%202.771-.211a26%2026%200%200%201%202.744-.64zm1.97-2.312c-1.048-.036-2.571.063-3.988.223c-.283.032-.578.087-.88.143c-1.082.2-2.238.415-3.132-.366c.572-.147%202.149-.439%203.937-.447h.075c1.819%200%203.417.298%203.988.447%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m15.71%2018.632l1-1.117l.893.8V15h1.5v3.314l.892-.8l1%201.117L18.354%2021z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.75%2018v-.523a2.07%202.07%200%200%201-1.632-1.352a.75.75%200%201%201%201.414-.5c.04.116.118.214.218.28v-1.053a2.063%202.063%200%200%201%200-4.078v-.524h1.5v.524c.76.115%201.383.646%201.632%201.351a.75.75%200%201%201-1.414.5a.56.56%200%200%200-.218-.28v1.053a2.063%202.063%200%200%201%200%204.079V18zm1.75-2.562c0%20.194-.1.366-.25.467v-.935c.15.1.25.272.25.467m-2-2.626c0-.194.1-.366.25-.467v.935a.56.56%200%200%201-.25-.467%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.52%209.066a11.6%2011.6%200%200%201-6.377.001a14.3%2014.3%200%200%200-2.27%203.322c-.63%201.299-.92%202.495-.867%203.44c.05.859.371%201.527%201.13%202.052c.848.587%202.43%201.118%205.22%201.118c1.205%200%202.182-.101%202.971-.264l1.766%201.583c-1.209.433-2.766.68-4.737.68c-11.981%200-8.78-8.979-4.486-13.498L5.036%204.8a9%209%200%200%201%201.139-.613q.31-.143.669-.285C8.046%203.429%209.644%203%2011.356%203c1.627%200%203.141.387%204.31.832q.085.03.166.063c.81.32%201.44.662%201.804.905L15.79%207.5c1.672%201.709%203.194%204.157%203.702%206.5h-2.06a10%2010%200%200%200-.65-1.675a13.6%2013.6%200%200%200-2.261-3.26m-.99-1.807a9.7%209.7%200%200%201-4.406-.001l-.262-.386c.918.086%201.874.048%202.771-.211a26%2026%200%200%201%202.744-.64zm1.97-2.312c-1.048-.036-2.571.063-3.988.223c-.283.032-.578.087-.88.143c-1.082.2-2.238.415-3.132-.366c.572-.147%202.149-.439%203.937-.447h.075c1.819%200%203.417.298%203.988.447%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m15.71%2018.632l1-1.117l.893.8V15h1.5v3.314l.892-.8l1%201.117L18.354%2021z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.75%2018v-.523a2.07%202.07%200%200%201-1.632-1.352a.75.75%200%201%201%201.414-.5c.04.116.118.214.218.28v-1.053a2.063%202.063%200%200%201%200-4.078v-.524h1.5v.524c.76.115%201.383.646%201.632%201.351a.75.75%200%201%201-1.414.5a.56.56%200%200%200-.218-.28v1.053a2.063%202.063%200%200%201%200%204.079V18zm1.75-2.562c0%20.194-.1.366-.25.467v-.935c.15.1.25.272.25.467m-2-2.626c0-.194.1-.366.25-.467v.935a.56.56%200%200%201-.25-.467%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/low-income-level-outline-24px.svg?color=%231a73e8&size=48