cochlear implant icon

cochlear-implant from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.

Name
cochlear-implant
Set
Health Icons
Style
Filled
Category
Devices
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More devices icons from Health Icons

Use the cochlear implant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="m20.755 10.324l-.51-.556l-1.73.865l-.93.62c-1.56-.8-3.329-1.187-5.067-1.183c-2.425.006-4.88.774-6.702 2.366c-1.85 1.615-2.98 4.023-2.797 7.123l1.997-.118c-.147-2.5.746-4.302 2.116-5.499c1.397-1.22 3.358-1.867 5.39-1.872c2.032-.004 4.044.634 5.53 1.866c1.463 1.214 2.465 3.041 2.465 5.564c0 3.04-1.575 4.66-3.404 6.244q-.218.189-.445.382l-.001.001c-.775.662-1.605 1.37-2.252 2.162c-.809.989-1.397 2.174-1.397 3.711c0 2.092-.79 3.233-1.7 3.778c-.953.57-2.244.616-3.449.106a4.6 4.6 0 0 1-2.638-2.968c-.417-1.435-.27-3.425 1.155-5.92l-1.737-.992c-1.626 2.845-1.942 5.396-1.338 7.471a6.6 6.6 0 0 0 3.778 4.25c1.683.713 3.661.723 5.256-.231c1.636-.98 2.672-2.853 2.672-5.494c0-.963.35-1.715.946-2.445c.524-.64 1.19-1.21 1.963-1.872l.002-.002l.494-.425q.327-.281.656-.583l.537.4l-.021.024l.773.662c.902.773 1.724 1.329 2.54 1.562c.897.256 1.693.1 2.43-.334c.67-.394 1.306-1.028 1.962-1.722q.304-.323.631-.677c.445-.479.93-1.003 1.495-1.578c.938.474 2.112.32 2.896-.464l4.243-4.243a2.5 2.5 0 1 0-3.536-3.535l-4.242 4.242a2.5 2.5 0 0 0-.64 2.447c-.653.661-1.22 1.273-1.71 1.8q-.317.344-.59.635c-.673.711-1.13 1.14-1.523 1.371c-.326.192-.56.222-.867.135c-.254-.073-.58-.236-1.014-.545c1.709-2.188 2.7-4.645 2.638-7.314c-.07-2.998-1.465-6.095-4.325-9.215"/><path d="M43.018 16.5a6.5 6.5 0 0 1-7.005 6.48l1.936-1.936a3.987 3.987 0 0 0-5.639-5.639l-2.199 2.2A6.5 6.5 0 1 1 43.018 16.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCochlearImplant(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="m20.755 10.324l-.51-.556l-1.73.865l-.93.62c-1.56-.8-3.329-1.187-5.067-1.183c-2.425.006-4.88.774-6.702 2.366c-1.85 1.615-2.98 4.023-2.797 7.123l1.997-.118c-.147-2.5.746-4.302 2.116-5.499c1.397-1.22 3.358-1.867 5.39-1.872c2.032-.004 4.044.634 5.53 1.866c1.463 1.214 2.465 3.041 2.465 5.564c0 3.04-1.575 4.66-3.404 6.244q-.218.189-.445.382l-.001.001c-.775.662-1.605 1.37-2.252 2.162c-.809.989-1.397 2.174-1.397 3.711c0 2.092-.79 3.233-1.7 3.778c-.953.57-2.244.616-3.449.106a4.6 4.6 0 0 1-2.638-2.968c-.417-1.435-.27-3.425 1.155-5.92l-1.737-.992c-1.626 2.845-1.942 5.396-1.338 7.471a6.6 6.6 0 0 0 3.778 4.25c1.683.713 3.661.723 5.256-.231c1.636-.98 2.672-2.853 2.672-5.494c0-.963.35-1.715.946-2.445c.524-.64 1.19-1.21 1.963-1.872l.002-.002l.494-.425q.327-.281.656-.583l.537.4l-.021.024l.773.662c.902.773 1.724 1.329 2.54 1.562c.897.256 1.693.1 2.43-.334c.67-.394 1.306-1.028 1.962-1.722q.304-.323.631-.677c.445-.479.93-1.003 1.495-1.578c.938.474 2.112.32 2.896-.464l4.243-4.243a2.5 2.5 0 1 0-3.536-3.535l-4.242 4.242a2.5 2.5 0 0 0-.64 2.447c-.653.661-1.22 1.273-1.71 1.8q-.317.344-.59.635c-.673.711-1.13 1.14-1.523 1.371c-.326.192-.56.222-.867.135c-.254-.073-.58-.236-1.014-.545c1.709-2.188 2.7-4.645 2.638-7.314c-.07-2.998-1.465-6.095-4.325-9.215"/><path d="M43.018 16.5a6.5 6.5 0 0 1-7.005 6.48l1.936-1.936a3.987 3.987 0 0 0-5.639-5.639l-2.199 2.2A6.5 6.5 0 1 1 43.018 16.5"/></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="m20.755 10.324l-.51-.556l-1.73.865l-.93.62c-1.56-.8-3.329-1.187-5.067-1.183c-2.425.006-4.88.774-6.702 2.366c-1.85 1.615-2.98 4.023-2.797 7.123l1.997-.118c-.147-2.5.746-4.302 2.116-5.499c1.397-1.22 3.358-1.867 5.39-1.872c2.032-.004 4.044.634 5.53 1.866c1.463 1.214 2.465 3.041 2.465 5.564c0 3.04-1.575 4.66-3.404 6.244q-.218.189-.445.382l-.001.001c-.775.662-1.605 1.37-2.252 2.162c-.809.989-1.397 2.174-1.397 3.711c0 2.092-.79 3.233-1.7 3.778c-.953.57-2.244.616-3.449.106a4.6 4.6 0 0 1-2.638-2.968c-.417-1.435-.27-3.425 1.155-5.92l-1.737-.992c-1.626 2.845-1.942 5.396-1.338 7.471a6.6 6.6 0 0 0 3.778 4.25c1.683.713 3.661.723 5.256-.231c1.636-.98 2.672-2.853 2.672-5.494c0-.963.35-1.715.946-2.445c.524-.64 1.19-1.21 1.963-1.872l.002-.002l.494-.425q.327-.281.656-.583l.537.4l-.021.024l.773.662c.902.773 1.724 1.329 2.54 1.562c.897.256 1.693.1 2.43-.334c.67-.394 1.306-1.028 1.962-1.722q.304-.323.631-.677c.445-.479.93-1.003 1.495-1.578c.938.474 2.112.32 2.896-.464l4.243-4.243a2.5 2.5 0 1 0-3.536-3.535l-4.242 4.242a2.5 2.5 0 0 0-.64 2.447c-.653.661-1.22 1.273-1.71 1.8q-.317.344-.59.635c-.673.711-1.13 1.14-1.523 1.371c-.326.192-.56.222-.867.135c-.254-.073-.58-.236-1.014-.545c1.709-2.188 2.7-4.645 2.638-7.314c-.07-2.998-1.465-6.095-4.325-9.215"/><path d="M43.018 16.5a6.5 6.5 0 0 1-7.005 6.48l1.936-1.936a3.987 3.987 0 0 0-5.639-5.639l-2.199 2.2A6.5 6.5 0 1 1 43.018 16.5"/></g></svg>
</template>

CSS

.icon-cochlear-implant {
  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%22m20.755%2010.324l-.51-.556l-1.73.865l-.93.62c-1.56-.8-3.329-1.187-5.067-1.183c-2.425.006-4.88.774-6.702%202.366c-1.85%201.615-2.98%204.023-2.797%207.123l1.997-.118c-.147-2.5.746-4.302%202.116-5.499c1.397-1.22%203.358-1.867%205.39-1.872c2.032-.004%204.044.634%205.53%201.866c1.463%201.214%202.465%203.041%202.465%205.564c0%203.04-1.575%204.66-3.404%206.244q-.218.189-.445.382l-.001.001c-.775.662-1.605%201.37-2.252%202.162c-.809.989-1.397%202.174-1.397%203.711c0%202.092-.79%203.233-1.7%203.778c-.953.57-2.244.616-3.449.106a4.6%204.6%200%200%201-2.638-2.968c-.417-1.435-.27-3.425%201.155-5.92l-1.737-.992c-1.626%202.845-1.942%205.396-1.338%207.471a6.6%206.6%200%200%200%203.778%204.25c1.683.713%203.661.723%205.256-.231c1.636-.98%202.672-2.853%202.672-5.494c0-.963.35-1.715.946-2.445c.524-.64%201.19-1.21%201.963-1.872l.002-.002l.494-.425q.327-.281.656-.583l.537.4l-.021.024l.773.662c.902.773%201.724%201.329%202.54%201.562c.897.256%201.693.1%202.43-.334c.67-.394%201.306-1.028%201.962-1.722q.304-.323.631-.677c.445-.479.93-1.003%201.495-1.578c.938.474%202.112.32%202.896-.464l4.243-4.243a2.5%202.5%200%201%200-3.536-3.535l-4.242%204.242a2.5%202.5%200%200%200-.64%202.447c-.653.661-1.22%201.273-1.71%201.8q-.317.344-.59.635c-.673.711-1.13%201.14-1.523%201.371c-.326.192-.56.222-.867.135c-.254-.073-.58-.236-1.014-.545c1.709-2.188%202.7-4.645%202.638-7.314c-.07-2.998-1.465-6.095-4.325-9.215%22%2F%3E%3Cpath%20d%3D%22M43.018%2016.5a6.5%206.5%200%200%201-7.005%206.48l1.936-1.936a3.987%203.987%200%200%200-5.639-5.639l-2.199%202.2A6.5%206.5%200%201%201%2043.018%2016.5%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%22m20.755%2010.324l-.51-.556l-1.73.865l-.93.62c-1.56-.8-3.329-1.187-5.067-1.183c-2.425.006-4.88.774-6.702%202.366c-1.85%201.615-2.98%204.023-2.797%207.123l1.997-.118c-.147-2.5.746-4.302%202.116-5.499c1.397-1.22%203.358-1.867%205.39-1.872c2.032-.004%204.044.634%205.53%201.866c1.463%201.214%202.465%203.041%202.465%205.564c0%203.04-1.575%204.66-3.404%206.244q-.218.189-.445.382l-.001.001c-.775.662-1.605%201.37-2.252%202.162c-.809.989-1.397%202.174-1.397%203.711c0%202.092-.79%203.233-1.7%203.778c-.953.57-2.244.616-3.449.106a4.6%204.6%200%200%201-2.638-2.968c-.417-1.435-.27-3.425%201.155-5.92l-1.737-.992c-1.626%202.845-1.942%205.396-1.338%207.471a6.6%206.6%200%200%200%203.778%204.25c1.683.713%203.661.723%205.256-.231c1.636-.98%202.672-2.853%202.672-5.494c0-.963.35-1.715.946-2.445c.524-.64%201.19-1.21%201.963-1.872l.002-.002l.494-.425q.327-.281.656-.583l.537.4l-.021.024l.773.662c.902.773%201.724%201.329%202.54%201.562c.897.256%201.693.1%202.43-.334c.67-.394%201.306-1.028%201.962-1.722q.304-.323.631-.677c.445-.479.93-1.003%201.495-1.578c.938.474%202.112.32%202.896-.464l4.243-4.243a2.5%202.5%200%201%200-3.536-3.535l-4.242%204.242a2.5%202.5%200%200%200-.64%202.447c-.653.661-1.22%201.273-1.71%201.8q-.317.344-.59.635c-.673.711-1.13%201.14-1.523%201.371c-.326.192-.56.222-.867.135c-.254-.073-.58-.236-1.014-.545c1.709-2.188%202.7-4.645%202.638-7.314c-.07-2.998-1.465-6.095-4.325-9.215%22%2F%3E%3Cpath%20d%3D%22M43.018%2016.5a6.5%206.5%200%200%201-7.005%206.48l1.936-1.936a3.987%203.987%200%200%200-5.639-5.639l-2.199%202.2A6.5%206.5%200%201%201%2043.018%2016.5%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/cochlear-implant.svg?color=%231a73e8&size=48