nurse-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
nurse-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Use the nurse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.002 4c2.866 0 6.7 1.365 9.532 3.155a1 1 0 0 1 .45 1.024l-2 11A1 1 0 0 1 19 20H5a1 1 0 0 1-.984-.821l-2-11a1 1 0 0 1 .45-1.024C5.3 5.363 9.19 3.995 12.002 4M12 9a1 1 0 0 0-1 1v1h-1a1 1 0 0 0-.993.883L9 12a1 1 0 0 0 1 1h1v1a1 1 0 0 0 .883.993L12 15a1 1 0 0 0 1-1v-1h1a1 1 0 0 0 .993-.883L15 12a1 1 0 0 0-1-1h-1v-1a1 1 0 0 0-.883-.993z"/></svg>

React

import type { SVGProps } from "react";

export function TablerNurseFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.002 4c2.866 0 6.7 1.365 9.532 3.155a1 1 0 0 1 .45 1.024l-2 11A1 1 0 0 1 19 20H5a1 1 0 0 1-.984-.821l-2-11a1 1 0 0 1 .45-1.024C5.3 5.363 9.19 3.995 12.002 4M12 9a1 1 0 0 0-1 1v1h-1a1 1 0 0 0-.993.883L9 12a1 1 0 0 0 1 1h1v1a1 1 0 0 0 .883.993L12 15a1 1 0 0 0 1-1v-1h1a1 1 0 0 0 .993-.883L15 12a1 1 0 0 0-1-1h-1v-1a1 1 0 0 0-.883-.993z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.002 4c2.866 0 6.7 1.365 9.532 3.155a1 1 0 0 1 .45 1.024l-2 11A1 1 0 0 1 19 20H5a1 1 0 0 1-.984-.821l-2-11a1 1 0 0 1 .45-1.024C5.3 5.363 9.19 3.995 12.002 4M12 9a1 1 0 0 0-1 1v1h-1a1 1 0 0 0-.993.883L9 12a1 1 0 0 0 1 1h1v1a1 1 0 0 0 .883.993L12 15a1 1 0 0 0 1-1v-1h1a1 1 0 0 0 .993-.883L15 12a1 1 0 0 0-1-1h-1v-1a1 1 0 0 0-.883-.993z"/></svg>
</template>

CSS

.icon-nurse-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.002%204c2.866%200%206.7%201.365%209.532%203.155a1%201%200%200%201%20.45%201.024l-2%2011A1%201%200%200%201%2019%2020H5a1%201%200%200%201-.984-.821l-2-11a1%201%200%200%201%20.45-1.024C5.3%205.363%209.19%203.995%2012.002%204M12%209a1%201%200%200%200-1%201v1h-1a1%201%200%200%200-.993.883L9%2012a1%201%200%200%200%201%201h1v1a1%201%200%200%200%20.883.993L12%2015a1%201%200%200%200%201-1v-1h1a1%201%200%200%200%20.993-.883L15%2012a1%201%200%200%200-1-1h-1v-1a1%201%200%200%200-.883-.993z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.002%204c2.866%200%206.7%201.365%209.532%203.155a1%201%200%200%201%20.45%201.024l-2%2011A1%201%200%200%201%2019%2020H5a1%201%200%200%201-.984-.821l-2-11a1%201%200%200%201%20.45-1.024C5.3%205.363%209.19%203.995%2012.002%204M12%209a1%201%200%200%200-1%201v1h-1a1%201%200%200%200-.993.883L9%2012a1%201%200%200%200%201%201h1v1a1%201%200%200%200%20.883.993L12%2015a1%201%200%200%200%201-1v-1h1a1%201%200%200%200%20.993-.883L15%2012a1%201%200%200%200-1-1h-1v-1a1%201%200%200%200-.883-.993z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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