handicapped icon
handicapped-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- handicapped-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Use the handicapped icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.726 19.115l-.909-4.912a3.2 3.2 0 0 0-1.118-1.797a3.13 3.13 0 0 0-1.997-.66h-1.637V8.703a2.3 2.3 0 0 0-.39-1.308a.8.8 0 0 0 .18-.1a3 3 0 0 0 1.288-3.105a3.1 3.1 0 0 0-.829-1.548a3.05 3.05 0 0 0-1.547-.828a2.995 2.995 0 0 0-3.605 2.995c-.005.69.228 1.36.66 1.897q-.365.15-.68.39L8.555 8.221A2.72 2.72 0 0 0 7.447 9.95a6.34 6.34 0 0 0 2.076 12.3h.08a6.06 6.06 0 0 0 5.422-3.325a6.5 6.5 0 0 0 .748-2.466h.48l.599 3.485c.092.438.34.829.699 1.098c.326.26.73.404 1.148.41c.29.014.577-.044.838-.17c.269-.115.505-.293.69-.52a1.86 1.86 0 0 0 .399-.788c.092-.277.126-.569.1-.859m-6.99-.918a4.54 4.54 0 0 1-4.093 2.525h-.07a4.852 4.852 0 0 1-1.996-9.235l.489 3.624c.02.495.222.965.569 1.318a1.94 1.94 0 0 0 1.388.57a1.9 1.9 0 0 0 1.358-.57c.36-.368.564-.862.569-1.377v-3.425a4.8 4.8 0 0 1 1.777 1.737a4.99 4.99 0 0 1 .02 4.833z"/></svg>
React
import type { SVGProps } from "react";
export function MageHandicappedFill(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="m20.726 19.115l-.909-4.912a3.2 3.2 0 0 0-1.118-1.797a3.13 3.13 0 0 0-1.997-.66h-1.637V8.703a2.3 2.3 0 0 0-.39-1.308a.8.8 0 0 0 .18-.1a3 3 0 0 0 1.288-3.105a3.1 3.1 0 0 0-.829-1.548a3.05 3.05 0 0 0-1.547-.828a2.995 2.995 0 0 0-3.605 2.995c-.005.69.228 1.36.66 1.897q-.365.15-.68.39L8.555 8.221A2.72 2.72 0 0 0 7.447 9.95a6.34 6.34 0 0 0 2.076 12.3h.08a6.06 6.06 0 0 0 5.422-3.325a6.5 6.5 0 0 0 .748-2.466h.48l.599 3.485c.092.438.34.829.699 1.098c.326.26.73.404 1.148.41c.29.014.577-.044.838-.17c.269-.115.505-.293.69-.52a1.86 1.86 0 0 0 .399-.788c.092-.277.126-.569.1-.859m-6.99-.918a4.54 4.54 0 0 1-4.093 2.525h-.07a4.852 4.852 0 0 1-1.996-9.235l.489 3.624c.02.495.222.965.569 1.318a1.94 1.94 0 0 0 1.388.57a1.9 1.9 0 0 0 1.358-.57c.36-.368.564-.862.569-1.377v-3.425a4.8 4.8 0 0 1 1.777 1.737a4.99 4.99 0 0 1 .02 4.833z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.726 19.115l-.909-4.912a3.2 3.2 0 0 0-1.118-1.797a3.13 3.13 0 0 0-1.997-.66h-1.637V8.703a2.3 2.3 0 0 0-.39-1.308a.8.8 0 0 0 .18-.1a3 3 0 0 0 1.288-3.105a3.1 3.1 0 0 0-.829-1.548a3.05 3.05 0 0 0-1.547-.828a2.995 2.995 0 0 0-3.605 2.995c-.005.69.228 1.36.66 1.897q-.365.15-.68.39L8.555 8.221A2.72 2.72 0 0 0 7.447 9.95a6.34 6.34 0 0 0 2.076 12.3h.08a6.06 6.06 0 0 0 5.422-3.325a6.5 6.5 0 0 0 .748-2.466h.48l.599 3.485c.092.438.34.829.699 1.098c.326.26.73.404 1.148.41c.29.014.577-.044.838-.17c.269-.115.505-.293.69-.52a1.86 1.86 0 0 0 .399-.788c.092-.277.126-.569.1-.859m-6.99-.918a4.54 4.54 0 0 1-4.093 2.525h-.07a4.852 4.852 0 0 1-1.996-9.235l.489 3.624c.02.495.222.965.569 1.318a1.94 1.94 0 0 0 1.388.57a1.9 1.9 0 0 0 1.358-.57c.36-.368.564-.862.569-1.377v-3.425a4.8 4.8 0 0 1 1.777 1.737a4.99 4.99 0 0 1 .02 4.833z"/></svg> </template>
CSS
.icon-handicapped-fill {
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%22m20.726%2019.115l-.909-4.912a3.2%203.2%200%200%200-1.118-1.797a3.13%203.13%200%200%200-1.997-.66h-1.637V8.703a2.3%202.3%200%200%200-.39-1.308a.8.8%200%200%200%20.18-.1a3%203%200%200%200%201.288-3.105a3.1%203.1%200%200%200-.829-1.548a3.05%203.05%200%200%200-1.547-.828a2.995%202.995%200%200%200-3.605%202.995c-.005.69.228%201.36.66%201.897q-.365.15-.68.39L8.555%208.221A2.72%202.72%200%200%200%207.447%209.95a6.34%206.34%200%200%200%202.076%2012.3h.08a6.06%206.06%200%200%200%205.422-3.325a6.5%206.5%200%200%200%20.748-2.466h.48l.599%203.485c.092.438.34.829.699%201.098c.326.26.73.404%201.148.41c.29.014.577-.044.838-.17c.269-.115.505-.293.69-.52a1.86%201.86%200%200%200%20.399-.788c.092-.277.126-.569.1-.859m-6.99-.918a4.54%204.54%200%200%201-4.093%202.525h-.07a4.852%204.852%200%200%201-1.996-9.235l.489%203.624c.02.495.222.965.569%201.318a1.94%201.94%200%200%200%201.388.57a1.9%201.9%200%200%200%201.358-.57c.36-.368.564-.862.569-1.377v-3.425a4.8%204.8%200%200%201%201.777%201.737a4.99%204.99%200%200%201%20.02%204.833z%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%22m20.726%2019.115l-.909-4.912a3.2%203.2%200%200%200-1.118-1.797a3.13%203.13%200%200%200-1.997-.66h-1.637V8.703a2.3%202.3%200%200%200-.39-1.308a.8.8%200%200%200%20.18-.1a3%203%200%200%200%201.288-3.105a3.1%203.1%200%200%200-.829-1.548a3.05%203.05%200%200%200-1.547-.828a2.995%202.995%200%200%200-3.605%202.995c-.005.69.228%201.36.66%201.897q-.365.15-.68.39L8.555%208.221A2.72%202.72%200%200%200%207.447%209.95a6.34%206.34%200%200%200%202.076%2012.3h.08a6.06%206.06%200%200%200%205.422-3.325a6.5%206.5%200%200%200%20.748-2.466h.48l.599%203.485c.092.438.34.829.699%201.098c.326.26.73.404%201.148.41c.29.014.577-.044.838-.17c.269-.115.505-.293.69-.52a1.86%201.86%200%200%200%20.399-.788c.092-.277.126-.569.1-.859m-6.99-.918a4.54%204.54%200%200%201-4.093%202.525h-.07a4.852%204.852%200%200%201-1.996-9.235l.489%203.624c.02.495.222.965.569%201.318a1.94%201.94%200%200%200%201.388.57a1.9%201.9%200%200%200%201.358-.57c.36-.368.564-.862.569-1.377v-3.425a4.8%204.8%200%200%201%201.777%201.737a4.99%204.99%200%200%201%20.02%204.833z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/handicapped-fill.svg?color=%231a73e8&size=48