deaf icon
deaf from Health Icons by Resolve to Save Lives · Filled · Conditions · MIT Free for personal and commercial use.
- Name
- deaf
- Set
- Health Icons
- Style
- Filled
- Category
- Conditions
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
More conditions icons from Health Icons
Use the deaf icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M16 18c0-6.075 4.925-11 11-11s11 4.925 11 11c0 3.807-1.933 7.163-4.876 9.139C30.628 28.815 28 31.454 28 34.911V35a6 6 0 0 1-12 0v-2h-2v2a8 8 0 1 0 16 0v-.089c0-2.404 1.87-4.52 4.24-6.112A12.99 12.99 0 0 0 40 18c0-7.18-5.82-13-13-13s-13 5.82-13 13z"/><path d="M28.634 11.193a7 7 0 0 0-4.812.57l.908 1.782a5 5 0 0 1 5.805 7.99l1.415 1.415a7 7 0 0 0-3.316-11.757M13.586 25l-5.293-5.293l1.414-1.414L15 23.586l5.293-5.293l1.414 1.414L16.414 25l5.293 5.293l-1.414 1.414L15 26.414l-5.293 5.293l-1.414-1.414z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDeaf(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M16 18c0-6.075 4.925-11 11-11s11 4.925 11 11c0 3.807-1.933 7.163-4.876 9.139C30.628 28.815 28 31.454 28 34.911V35a6 6 0 0 1-12 0v-2h-2v2a8 8 0 1 0 16 0v-.089c0-2.404 1.87-4.52 4.24-6.112A12.99 12.99 0 0 0 40 18c0-7.18-5.82-13-13-13s-13 5.82-13 13z"/><path d="M28.634 11.193a7 7 0 0 0-4.812.57l.908 1.782a5 5 0 0 1 5.805 7.99l1.415 1.415a7 7 0 0 0-3.316-11.757M13.586 25l-5.293-5.293l1.414-1.414L15 23.586l5.293-5.293l1.414 1.414L16.414 25l5.293 5.293l-1.414 1.414L15 26.414l-5.293 5.293l-1.414-1.414z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M16 18c0-6.075 4.925-11 11-11s11 4.925 11 11c0 3.807-1.933 7.163-4.876 9.139C30.628 28.815 28 31.454 28 34.911V35a6 6 0 0 1-12 0v-2h-2v2a8 8 0 1 0 16 0v-.089c0-2.404 1.87-4.52 4.24-6.112A12.99 12.99 0 0 0 40 18c0-7.18-5.82-13-13-13s-13 5.82-13 13z"/><path d="M28.634 11.193a7 7 0 0 0-4.812.57l.908 1.782a5 5 0 0 1 5.805 7.99l1.415 1.415a7 7 0 0 0-3.316-11.757M13.586 25l-5.293-5.293l1.414-1.414L15 23.586l5.293-5.293l1.414 1.414L16.414 25l5.293 5.293l-1.414 1.414L15 26.414l-5.293 5.293l-1.414-1.414z"/></g></svg> </template>
CSS
.icon-deaf {
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%22currentColor%22%3E%3Cpath%20d%3D%22M16%2018c0-6.075%204.925-11%2011-11s11%204.925%2011%2011c0%203.807-1.933%207.163-4.876%209.139C30.628%2028.815%2028%2031.454%2028%2034.911V35a6%206%200%200%201-12%200v-2h-2v2a8%208%200%201%200%2016%200v-.089c0-2.404%201.87-4.52%204.24-6.112A12.99%2012.99%200%200%200%2040%2018c0-7.18-5.82-13-13-13s-13%205.82-13%2013z%22%2F%3E%3Cpath%20d%3D%22M28.634%2011.193a7%207%200%200%200-4.812.57l.908%201.782a5%205%200%200%201%205.805%207.99l1.415%201.415a7%207%200%200%200-3.316-11.757M13.586%2025l-5.293-5.293l1.414-1.414L15%2023.586l5.293-5.293l1.414%201.414L16.414%2025l5.293%205.293l-1.414%201.414L15%2026.414l-5.293%205.293l-1.414-1.414z%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%22currentColor%22%3E%3Cpath%20d%3D%22M16%2018c0-6.075%204.925-11%2011-11s11%204.925%2011%2011c0%203.807-1.933%207.163-4.876%209.139C30.628%2028.815%2028%2031.454%2028%2034.911V35a6%206%200%200%201-12%200v-2h-2v2a8%208%200%201%200%2016%200v-.089c0-2.404%201.87-4.52%204.24-6.112A12.99%2012.99%200%200%200%2040%2018c0-7.18-5.82-13-13-13s-13%205.82-13%2013z%22%2F%3E%3Cpath%20d%3D%22M28.634%2011.193a7%207%200%200%200-4.812.57l.908%201.782a5%205%200%200%201%205.805%207.99l1.415%201.415a7%207%200%200%200-3.316-11.757M13.586%2025l-5.293-5.293l1.414-1.414L15%2023.586l5.293-5.293l1.414%201.414L16.414%2025l5.293%205.293l-1.414%201.414L15%2026.414l-5.293%205.293l-1.414-1.414z%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/deaf.svg?color=%231a73e8&size=48