handicapped icon
handicapped from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- handicapped
- Set
- Mage Icons
- Style
- Outline
- 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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14.572 12.51h2.125a2.36 2.36 0 0 1 1.527.5c.432.345.731.829.848 1.37l.898 4.89c.04.174.04.355 0 .53a1.1 1.1 0 0 1-.24.47a1.1 1.1 0 0 1-.418.32c-.163.076-.34.114-.52.11a1.18 1.18 0 0 1-.758-.25a1.12 1.12 0 0 1-.429-.67l-.698-4.08H15.13"/><path d="M8.135 10.5c-6.127 1.55-5.269 10.88 1.407 11c4.62.06 6.986-5.41 4.6-8.81"/><path d="M14.332 8.71V13a5.54 5.54 0 0 0-3.183-2.49v4.56a1.194 1.194 0 0 1-1.188 1.2a1.196 1.196 0 0 1-1.197-1.2l-.599-4.38a2 2 0 0 1 .828-1.88l1.597-1.13c1.247-.96 3.742-.82 3.742 1.03"/><path d="M13.195 7.06a2.27 2.27 0 0 0 2.102-1.408a2.28 2.28 0 0 0-.494-2.484A2.274 2.274 0 0 0 10.92 4.78c0 .604.24 1.184.667 1.612a2.27 2.27 0 0 0 1.608.668"/></g></svg>
React
import type { SVGProps } from "react";
export function MageHandicapped(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M14.572 12.51h2.125a2.36 2.36 0 0 1 1.527.5c.432.345.731.829.848 1.37l.898 4.89c.04.174.04.355 0 .53a1.1 1.1 0 0 1-.24.47a1.1 1.1 0 0 1-.418.32c-.163.076-.34.114-.52.11a1.18 1.18 0 0 1-.758-.25a1.12 1.12 0 0 1-.429-.67l-.698-4.08H15.13"/><path d="M8.135 10.5c-6.127 1.55-5.269 10.88 1.407 11c4.62.06 6.986-5.41 4.6-8.81"/><path d="M14.332 8.71V13a5.54 5.54 0 0 0-3.183-2.49v4.56a1.194 1.194 0 0 1-1.188 1.2a1.196 1.196 0 0 1-1.197-1.2l-.599-4.38a2 2 0 0 1 .828-1.88l1.597-1.13c1.247-.96 3.742-.82 3.742 1.03"/><path d="M13.195 7.06a2.27 2.27 0 0 0 2.102-1.408a2.28 2.28 0 0 0-.494-2.484A2.274 2.274 0 0 0 10.92 4.78c0 .604.24 1.184.667 1.612a2.27 2.27 0 0 0 1.608.668"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14.572 12.51h2.125a2.36 2.36 0 0 1 1.527.5c.432.345.731.829.848 1.37l.898 4.89c.04.174.04.355 0 .53a1.1 1.1 0 0 1-.24.47a1.1 1.1 0 0 1-.418.32c-.163.076-.34.114-.52.11a1.18 1.18 0 0 1-.758-.25a1.12 1.12 0 0 1-.429-.67l-.698-4.08H15.13"/><path d="M8.135 10.5c-6.127 1.55-5.269 10.88 1.407 11c4.62.06 6.986-5.41 4.6-8.81"/><path d="M14.332 8.71V13a5.54 5.54 0 0 0-3.183-2.49v4.56a1.194 1.194 0 0 1-1.188 1.2a1.196 1.196 0 0 1-1.197-1.2l-.599-4.38a2 2 0 0 1 .828-1.88l1.597-1.13c1.247-.96 3.742-.82 3.742 1.03"/><path d="M13.195 7.06a2.27 2.27 0 0 0 2.102-1.408a2.28 2.28 0 0 0-.494-2.484A2.274 2.274 0 0 0 10.92 4.78c0 .604.24 1.184.667 1.612a2.27 2.27 0 0 0 1.608.668"/></g></svg> </template>
CSS
.icon-handicapped {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.572%2012.51h2.125a2.36%202.36%200%200%201%201.527.5c.432.345.731.829.848%201.37l.898%204.89c.04.174.04.355%200%20.53a1.1%201.1%200%200%201-.24.47a1.1%201.1%200%200%201-.418.32c-.163.076-.34.114-.52.11a1.18%201.18%200%200%201-.758-.25a1.12%201.12%200%200%201-.429-.67l-.698-4.08H15.13%22%2F%3E%3Cpath%20d%3D%22M8.135%2010.5c-6.127%201.55-5.269%2010.88%201.407%2011c4.62.06%206.986-5.41%204.6-8.81%22%2F%3E%3Cpath%20d%3D%22M14.332%208.71V13a5.54%205.54%200%200%200-3.183-2.49v4.56a1.194%201.194%200%200%201-1.188%201.2a1.196%201.196%200%200%201-1.197-1.2l-.599-4.38a2%202%200%200%201%20.828-1.88l1.597-1.13c1.247-.96%203.742-.82%203.742%201.03%22%2F%3E%3Cpath%20d%3D%22M13.195%207.06a2.27%202.27%200%200%200%202.102-1.408a2.28%202.28%200%200%200-.494-2.484A2.274%202.274%200%200%200%2010.92%204.78c0%20.604.24%201.184.667%201.612a2.27%202.27%200%200%200%201.608.668%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.572%2012.51h2.125a2.36%202.36%200%200%201%201.527.5c.432.345.731.829.848%201.37l.898%204.89c.04.174.04.355%200%20.53a1.1%201.1%200%200%201-.24.47a1.1%201.1%200%200%201-.418.32c-.163.076-.34.114-.52.11a1.18%201.18%200%200%201-.758-.25a1.12%201.12%200%200%201-.429-.67l-.698-4.08H15.13%22%2F%3E%3Cpath%20d%3D%22M8.135%2010.5c-6.127%201.55-5.269%2010.88%201.407%2011c4.62.06%206.986-5.41%204.6-8.81%22%2F%3E%3Cpath%20d%3D%22M14.332%208.71V13a5.54%205.54%200%200%200-3.183-2.49v4.56a1.194%201.194%200%200%201-1.188%201.2a1.196%201.196%200%200%201-1.197-1.2l-.599-4.38a2%202%200%200%201%20.828-1.88l1.597-1.13c1.247-.96%203.742-.82%203.742%201.03%22%2F%3E%3Cpath%20d%3D%22M13.195%207.06a2.27%202.27%200%200%200%202.102-1.408a2.28%202.28%200%200%200-.494-2.484A2.274%202.274%200%200%200%2010.92%204.78c0%20.604.24%201.184.667%201.612a2.27%202.27%200%200%200%201.608.668%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/handicapped.svg?color=%231a73e8&size=48