deaf-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Conditions · MIT Free for personal and commercial use.

Name
deaf-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Conditions
Viewbox
24×24
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 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.907 5c-2.402 0-4.389 1.592-4.94 3.697l-1.934-.506C6.818 5.188 9.613 3 12.907 3C16.793 3 20 6.056 20 9.895c0 1.463-.38 2.572-1.002 3.444c-.606.849-1.396 1.403-2.072 1.834l-.46.29c-.496.308-.873.543-1.18.837c-.325.313-.508.641-.508 1.174c0 1.978-1.649 3.526-3.612 3.526s-3.611-1.548-3.611-3.526h2c0 .812.69 1.526 1.611 1.526c.922 0 1.611-.714 1.611-1.526c0-1.161.47-1.989 1.124-2.616c.474-.455 1.086-.834 1.606-1.156l.344-.215c.63-.402 1.146-.788 1.52-1.31c.355-.499.629-1.191.629-2.282C18 7.222 15.751 5 12.907 5"/><path d="M12.954 8c-.432 0-.827.126-1.153.338L10.71 6.662A4.1 4.1 0 0 1 12.953 6C15.158 6 17 7.736 17 9.947c0 .934-.277 1.643-.732 2.192L14.73 10.86c.137-.164.271-.413.271-.914C15 8.903 14.115 8 12.954 8m-6.48 5L4 10.526L5.526 9L8 11.474L10.474 9L12 10.526L9.526 13L12 15.474L10.474 17L8 14.526L5.526 17L4 15.474z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDeafOutline24px(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" fillRule="evenodd" clipRule="evenodd"><path d="M12.907 5c-2.402 0-4.389 1.592-4.94 3.697l-1.934-.506C6.818 5.188 9.613 3 12.907 3C16.793 3 20 6.056 20 9.895c0 1.463-.38 2.572-1.002 3.444c-.606.849-1.396 1.403-2.072 1.834l-.46.29c-.496.308-.873.543-1.18.837c-.325.313-.508.641-.508 1.174c0 1.978-1.649 3.526-3.612 3.526s-3.611-1.548-3.611-3.526h2c0 .812.69 1.526 1.611 1.526c.922 0 1.611-.714 1.611-1.526c0-1.161.47-1.989 1.124-2.616c.474-.455 1.086-.834 1.606-1.156l.344-.215c.63-.402 1.146-.788 1.52-1.31c.355-.499.629-1.191.629-2.282C18 7.222 15.751 5 12.907 5"/><path d="M12.954 8c-.432 0-.827.126-1.153.338L10.71 6.662A4.1 4.1 0 0 1 12.953 6C15.158 6 17 7.736 17 9.947c0 .934-.277 1.643-.732 2.192L14.73 10.86c.137-.164.271-.413.271-.914C15 8.903 14.115 8 12.954 8m-6.48 5L4 10.526L5.526 9L8 11.474L10.474 9L12 10.526L9.526 13L12 15.474L10.474 17L8 14.526L5.526 17L4 15.474z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.907 5c-2.402 0-4.389 1.592-4.94 3.697l-1.934-.506C6.818 5.188 9.613 3 12.907 3C16.793 3 20 6.056 20 9.895c0 1.463-.38 2.572-1.002 3.444c-.606.849-1.396 1.403-2.072 1.834l-.46.29c-.496.308-.873.543-1.18.837c-.325.313-.508.641-.508 1.174c0 1.978-1.649 3.526-3.612 3.526s-3.611-1.548-3.611-3.526h2c0 .812.69 1.526 1.611 1.526c.922 0 1.611-.714 1.611-1.526c0-1.161.47-1.989 1.124-2.616c.474-.455 1.086-.834 1.606-1.156l.344-.215c.63-.402 1.146-.788 1.52-1.31c.355-.499.629-1.191.629-2.282C18 7.222 15.751 5 12.907 5"/><path d="M12.954 8c-.432 0-.827.126-1.153.338L10.71 6.662A4.1 4.1 0 0 1 12.953 6C15.158 6 17 7.736 17 9.947c0 .934-.277 1.643-.732 2.192L14.73 10.86c.137-.164.271-.413.271-.914C15 8.903 14.115 8 12.954 8m-6.48 5L4 10.526L5.526 9L8 11.474L10.474 9L12 10.526L9.526 13L12 15.474L10.474 17L8 14.526L5.526 17L4 15.474z"/></g></svg>
</template>

CSS

.icon-deaf-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.907%205c-2.402%200-4.389%201.592-4.94%203.697l-1.934-.506C6.818%205.188%209.613%203%2012.907%203C16.793%203%2020%206.056%2020%209.895c0%201.463-.38%202.572-1.002%203.444c-.606.849-1.396%201.403-2.072%201.834l-.46.29c-.496.308-.873.543-1.18.837c-.325.313-.508.641-.508%201.174c0%201.978-1.649%203.526-3.612%203.526s-3.611-1.548-3.611-3.526h2c0%20.812.69%201.526%201.611%201.526c.922%200%201.611-.714%201.611-1.526c0-1.161.47-1.989%201.124-2.616c.474-.455%201.086-.834%201.606-1.156l.344-.215c.63-.402%201.146-.788%201.52-1.31c.355-.499.629-1.191.629-2.282C18%207.222%2015.751%205%2012.907%205%22%2F%3E%3Cpath%20d%3D%22M12.954%208c-.432%200-.827.126-1.153.338L10.71%206.662A4.1%204.1%200%200%201%2012.953%206C15.158%206%2017%207.736%2017%209.947c0%20.934-.277%201.643-.732%202.192L14.73%2010.86c.137-.164.271-.413.271-.914C15%208.903%2014.115%208%2012.954%208m-6.48%205L4%2010.526L5.526%209L8%2011.474L10.474%209L12%2010.526L9.526%2013L12%2015.474L10.474%2017L8%2014.526L5.526%2017L4%2015.474z%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.907%205c-2.402%200-4.389%201.592-4.94%203.697l-1.934-.506C6.818%205.188%209.613%203%2012.907%203C16.793%203%2020%206.056%2020%209.895c0%201.463-.38%202.572-1.002%203.444c-.606.849-1.396%201.403-2.072%201.834l-.46.29c-.496.308-.873.543-1.18.837c-.325.313-.508.641-.508%201.174c0%201.978-1.649%203.526-3.612%203.526s-3.611-1.548-3.611-3.526h2c0%20.812.69%201.526%201.611%201.526c.922%200%201.611-.714%201.611-1.526c0-1.161.47-1.989%201.124-2.616c.474-.455%201.086-.834%201.606-1.156l.344-.215c.63-.402%201.146-.788%201.52-1.31c.355-.499.629-1.191.629-2.282C18%207.222%2015.751%205%2012.907%205%22%2F%3E%3Cpath%20d%3D%22M12.954%208c-.432%200-.827.126-1.153.338L10.71%206.662A4.1%204.1%200%200%201%2012.953%206C15.158%206%2017%207.736%2017%209.947c0%20.934-.277%201.643-.732%202.192L14.73%2010.86c.137-.164.271-.413.271-.914C15%208.903%2014.115%208%2012.954%208m-6.48%205L4%2010.526L5.526%209L8%2011.474L10.474%209L12%2010.526L9.526%2013L12%2015.474L10.474%2017L8%2014.526L5.526%2017L4%2015.474z%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-outline-24px.svg?color=%231a73e8&size=48