human capacity decrease icon
human-capacity-decrease from Material Design Icons by Pictogrammers · Filled · Account / User · Apache-2.0 Free for personal and commercial use.
- Name
- human-capacity-decrease
- Set
- Material Design Icons
- Style
- Filled
- Category
- Account / User
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- human-capacity-reduce
More account / user icons from Material Design Icons
accountaccount-alertaccount-arrow-downaccount-arrow-leftaccount-arrow-rightaccount-arrow-upaccount-badgeaccount-boxaccount-box-edit-outlineaccount-box-minus-outlineaccount-box-multipleaccount-box-plus-outlineaccount-cancelaccount-cardaccount-cashaccount-checkaccount-childaccount-child-circleaccount-circleaccount-clockaccount-cogaccount-convertaccount-cowboy-hataccount-credit-card
Use the human capacity decrease icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 4c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m4.78 3.58C19.93 7.21 19 7 18 7c-.67 0-1.31.1-1.92.28c.58.55.92 1.32.92 2.15V10h5v-.57c0-.81-.5-1.53-1.22-1.85M6 6c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m1.92 1.28C7.31 7.1 6.67 7 6 7c-1 0-1.93.21-2.78.58C2.5 7.9 2 8.62 2 9.43V10h5v-.57c0-.83.34-1.6.92-2.15M10 4c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m6 6H8v-.57c0-.81.5-1.53 1.22-1.85C10.07 7.21 11 7 12 7s1.93.21 2.78.58C15.5 7.9 16 8.62 16 9.43zm-1 6c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m6 6h-8v-.57c0-.81.5-1.53 1.22-1.85C15.07 19.21 16 19 17 19s1.93.21 2.78.58c.72.32 1.22 1.04 1.22 1.85zM5 16c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m6 6H3v-.57c0-.81.5-1.53 1.22-1.85C5.07 19.21 6 19 7 19s1.93.21 2.78.58c.72.32 1.22 1.04 1.22 1.85zm1.75-9v-2h-1.5v2H9l3 3l3-3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiHumanCapacityDecrease(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="M16 4c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m4.78 3.58C19.93 7.21 19 7 18 7c-.67 0-1.31.1-1.92.28c.58.55.92 1.32.92 2.15V10h5v-.57c0-.81-.5-1.53-1.22-1.85M6 6c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m1.92 1.28C7.31 7.1 6.67 7 6 7c-1 0-1.93.21-2.78.58C2.5 7.9 2 8.62 2 9.43V10h5v-.57c0-.83.34-1.6.92-2.15M10 4c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m6 6H8v-.57c0-.81.5-1.53 1.22-1.85C10.07 7.21 11 7 12 7s1.93.21 2.78.58C15.5 7.9 16 8.62 16 9.43zm-1 6c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m6 6h-8v-.57c0-.81.5-1.53 1.22-1.85C15.07 19.21 16 19 17 19s1.93.21 2.78.58c.72.32 1.22 1.04 1.22 1.85zM5 16c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m6 6H3v-.57c0-.81.5-1.53 1.22-1.85C5.07 19.21 6 19 7 19s1.93.21 2.78.58c.72.32 1.22 1.04 1.22 1.85zm1.75-9v-2h-1.5v2H9l3 3l3-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 4c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m4.78 3.58C19.93 7.21 19 7 18 7c-.67 0-1.31.1-1.92.28c.58.55.92 1.32.92 2.15V10h5v-.57c0-.81-.5-1.53-1.22-1.85M6 6c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m1.92 1.28C7.31 7.1 6.67 7 6 7c-1 0-1.93.21-2.78.58C2.5 7.9 2 8.62 2 9.43V10h5v-.57c0-.83.34-1.6.92-2.15M10 4c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m6 6H8v-.57c0-.81.5-1.53 1.22-1.85C10.07 7.21 11 7 12 7s1.93.21 2.78.58C15.5 7.9 16 8.62 16 9.43zm-1 6c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m6 6h-8v-.57c0-.81.5-1.53 1.22-1.85C15.07 19.21 16 19 17 19s1.93.21 2.78.58c.72.32 1.22 1.04 1.22 1.85zM5 16c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m6 6H3v-.57c0-.81.5-1.53 1.22-1.85C5.07 19.21 6 19 7 19s1.93.21 2.78.58c.72.32 1.22 1.04 1.22 1.85zm1.75-9v-2h-1.5v2H9l3 3l3-3z"/></svg> </template>
CSS
.icon-human-capacity-decrease {
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%22M16%204c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m4.78%203.58C19.93%207.21%2019%207%2018%207c-.67%200-1.31.1-1.92.28c.58.55.92%201.32.92%202.15V10h5v-.57c0-.81-.5-1.53-1.22-1.85M6%206c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m1.92%201.28C7.31%207.1%206.67%207%206%207c-1%200-1.93.21-2.78.58C2.5%207.9%202%208.62%202%209.43V10h5v-.57c0-.83.34-1.6.92-2.15M10%204c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m6%206H8v-.57c0-.81.5-1.53%201.22-1.85C10.07%207.21%2011%207%2012%207s1.93.21%202.78.58C15.5%207.9%2016%208.62%2016%209.43zm-1%206c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m6%206h-8v-.57c0-.81.5-1.53%201.22-1.85C15.07%2019.21%2016%2019%2017%2019s1.93.21%202.78.58c.72.32%201.22%201.04%201.22%201.85zM5%2016c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m6%206H3v-.57c0-.81.5-1.53%201.22-1.85C5.07%2019.21%206%2019%207%2019s1.93.21%202.78.58c.72.32%201.22%201.04%201.22%201.85zm1.75-9v-2h-1.5v2H9l3%203l3-3z%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%22M16%204c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m4.78%203.58C19.93%207.21%2019%207%2018%207c-.67%200-1.31.1-1.92.28c.58.55.92%201.32.92%202.15V10h5v-.57c0-.81-.5-1.53-1.22-1.85M6%206c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m1.92%201.28C7.31%207.1%206.67%207%206%207c-1%200-1.93.21-2.78.58C2.5%207.9%202%208.62%202%209.43V10h5v-.57c0-.83.34-1.6.92-2.15M10%204c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m6%206H8v-.57c0-.81.5-1.53%201.22-1.85C10.07%207.21%2011%207%2012%207s1.93.21%202.78.58C15.5%207.9%2016%208.62%2016%209.43zm-1%206c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m6%206h-8v-.57c0-.81.5-1.53%201.22-1.85C15.07%2019.21%2016%2019%2017%2019s1.93.21%202.78.58c.72.32%201.22%201.04%201.22%201.85zM5%2016c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m6%206H3v-.57c0-.81.5-1.53%201.22-1.85C5.07%2019.21%206%2019%207%2019s1.93.21%202.78.58c.72.32%201.22%201.04%201.22%201.85zm1.75-9v-2h-1.5v2H9l3%203l3-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/human-capacity-decrease.svg?color=%231a73e8&size=48