clinic from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
clinic
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the clinic 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-width="1.5"><path stroke-linejoin="round" d="M2.351 13.214c-.353-2.298-.53-3.446-.095-4.465c.434-1.018 1.398-1.715 3.325-3.108L7.021 4.6C9.418 2.867 10.617 2 12 2s2.582.867 4.979 2.6l1.44 1.041c1.927 1.393 2.89 2.09 3.325 3.108c.434 1.019.258 2.167-.095 4.464l-.301 1.96c-.5 3.256-.751 4.884-1.919 5.856s-2.875.971-6.29.971H10.86c-3.415 0-5.122 0-6.29-.971c-1.168-.972-1.418-2.6-1.919-5.857z"/><path stroke-linecap="round" d="M12 10v6m-3-3h6"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsClinic(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" strokeWidth="1.5"><path strokeLinejoin="round" d="M2.351 13.214c-.353-2.298-.53-3.446-.095-4.465c.434-1.018 1.398-1.715 3.325-3.108L7.021 4.6C9.418 2.867 10.617 2 12 2s2.582.867 4.979 2.6l1.44 1.041c1.927 1.393 2.89 2.09 3.325 3.108c.434 1.019.258 2.167-.095 4.464l-.301 1.96c-.5 3.256-.751 4.884-1.919 5.856s-2.875.971-6.29.971H10.86c-3.415 0-5.122 0-6.29-.971c-1.168-.972-1.418-2.6-1.919-5.857z"/><path strokeLinecap="round" d="M12 10v6m-3-3h6"/></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-width="1.5"><path stroke-linejoin="round" d="M2.351 13.214c-.353-2.298-.53-3.446-.095-4.465c.434-1.018 1.398-1.715 3.325-3.108L7.021 4.6C9.418 2.867 10.617 2 12 2s2.582.867 4.979 2.6l1.44 1.041c1.927 1.393 2.89 2.09 3.325 3.108c.434 1.019.258 2.167-.095 4.464l-.301 1.96c-.5 3.256-.751 4.884-1.919 5.856s-2.875.971-6.29.971H10.86c-3.415 0-5.122 0-6.29-.971c-1.168-.972-1.418-2.6-1.919-5.857z"/><path stroke-linecap="round" d="M12 10v6m-3-3h6"/></g></svg>
</template>

CSS

.icon-clinic {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2.351%2013.214c-.353-2.298-.53-3.446-.095-4.465c.434-1.018%201.398-1.715%203.325-3.108L7.021%204.6C9.418%202.867%2010.617%202%2012%202s2.582.867%204.979%202.6l1.44%201.041c1.927%201.393%202.89%202.09%203.325%203.108c.434%201.019.258%202.167-.095%204.464l-.301%201.96c-.5%203.256-.751%204.884-1.919%205.856s-2.875.971-6.29.971H10.86c-3.415%200-5.122%200-6.29-.971c-1.168-.972-1.418-2.6-1.919-5.857z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2010v6m-3-3h6%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2.351%2013.214c-.353-2.298-.53-3.446-.095-4.465c.434-1.018%201.398-1.715%203.325-3.108L7.021%204.6C9.418%202.867%2010.617%202%2012%202s2.582.867%204.979%202.6l1.44%201.041c1.927%201.393%202.89%202.09%203.325%203.108c.434%201.019.258%202.167-.095%204.464l-.301%201.96c-.5%203.256-.751%204.884-1.919%205.856s-2.875.971-6.29.971H10.86c-3.415%200-5.122%200-6.29-.971c-1.168-.972-1.418-2.6-1.919-5.857z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2010v6m-3-3h6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/clinic.svg?color=%231a73e8&size=48