user nurse icon
user-nurse from Font Awesome Solid by Dave Gandy · Solid · Medical · CC-BY-4.0 Attribution required.
- Name
- user-nurse
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Medical
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More medical icons from Font Awesome Solid
Use the user nurse icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 108.9c0-12.7 7.5-24.2 19.2-29.3l96-42c8.2-3.6 17.5-3.6 25.7 0l96 42c11.6 5.1 19.1 16.6 19.1 29.3V208c0 70.7-57.3 128-128 128s-128-57.3-128-128zM400 192H240v16c0 44.2 35.8 80 80 80s80-35.8 80-80zM304 80v16h-16c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h16v16c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-16h16c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-16V80c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8m-65.4 307c-6.5-4.9-15.2-6.2-22.6-2.8c-61.4 28.2-104.1 90.2-104.1 162.1c0 16.4 13.3 29.7 29.7 29.7h356.6c16.4 0 29.7-13.3 29.7-29.7c0-72-42.7-134-104.1-162.1c-7.4-3.4-16.1-2.1-22.6 2.8l-67 50.2c-8.5 6.4-20.3 6.4-28.8 0l-67-50.2z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidUserNurse(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 108.9c0-12.7 7.5-24.2 19.2-29.3l96-42c8.2-3.6 17.5-3.6 25.7 0l96 42c11.6 5.1 19.1 16.6 19.1 29.3V208c0 70.7-57.3 128-128 128s-128-57.3-128-128zM400 192H240v16c0 44.2 35.8 80 80 80s80-35.8 80-80zM304 80v16h-16c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h16v16c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-16h16c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-16V80c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8m-65.4 307c-6.5-4.9-15.2-6.2-22.6-2.8c-61.4 28.2-104.1 90.2-104.1 162.1c0 16.4 13.3 29.7 29.7 29.7h356.6c16.4 0 29.7-13.3 29.7-29.7c0-72-42.7-134-104.1-162.1c-7.4-3.4-16.1-2.1-22.6 2.8l-67 50.2c-8.5 6.4-20.3 6.4-28.8 0l-67-50.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 108.9c0-12.7 7.5-24.2 19.2-29.3l96-42c8.2-3.6 17.5-3.6 25.7 0l96 42c11.6 5.1 19.1 16.6 19.1 29.3V208c0 70.7-57.3 128-128 128s-128-57.3-128-128zM400 192H240v16c0 44.2 35.8 80 80 80s80-35.8 80-80zM304 80v16h-16c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h16v16c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-16h16c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-16V80c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8m-65.4 307c-6.5-4.9-15.2-6.2-22.6-2.8c-61.4 28.2-104.1 90.2-104.1 162.1c0 16.4 13.3 29.7 29.7 29.7h356.6c16.4 0 29.7-13.3 29.7-29.7c0-72-42.7-134-104.1-162.1c-7.4-3.4-16.1-2.1-22.6 2.8l-67 50.2c-8.5 6.4-20.3 6.4-28.8 0l-67-50.2z"/></svg> </template>
CSS
.icon-user-nurse {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20108.9c0-12.7%207.5-24.2%2019.2-29.3l96-42c8.2-3.6%2017.5-3.6%2025.7%200l96%2042c11.6%205.1%2019.1%2016.6%2019.1%2029.3V208c0%2070.7-57.3%20128-128%20128s-128-57.3-128-128zM400%20192H240v16c0%2044.2%2035.8%2080%2080%2080s80-35.8%2080-80zM304%2080v16h-16c-4.4%200-8%203.6-8%208v16c0%204.4%203.6%208%208%208h16v16c0%204.4%203.6%208%208%208h16c4.4%200%208-3.6%208-8v-16h16c4.4%200%208-3.6%208-8v-16c0-4.4-3.6-8-8-8h-16V80c0-4.4-3.6-8-8-8h-16c-4.4%200-8%203.6-8%208m-65.4%20307c-6.5-4.9-15.2-6.2-22.6-2.8c-61.4%2028.2-104.1%2090.2-104.1%20162.1c0%2016.4%2013.3%2029.7%2029.7%2029.7h356.6c16.4%200%2029.7-13.3%2029.7-29.7c0-72-42.7-134-104.1-162.1c-7.4-3.4-16.1-2.1-22.6%202.8l-67%2050.2c-8.5%206.4-20.3%206.4-28.8%200l-67-50.2z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20108.9c0-12.7%207.5-24.2%2019.2-29.3l96-42c8.2-3.6%2017.5-3.6%2025.7%200l96%2042c11.6%205.1%2019.1%2016.6%2019.1%2029.3V208c0%2070.7-57.3%20128-128%20128s-128-57.3-128-128zM400%20192H240v16c0%2044.2%2035.8%2080%2080%2080s80-35.8%2080-80zM304%2080v16h-16c-4.4%200-8%203.6-8%208v16c0%204.4%203.6%208%208%208h16v16c0%204.4%203.6%208%208%208h16c4.4%200%208-3.6%208-8v-16h16c4.4%200%208-3.6%208-8v-16c0-4.4-3.6-8-8-8h-16V80c0-4.4-3.6-8-8-8h-16c-4.4%200-8%203.6-8%208m-65.4%20307c-6.5-4.9-15.2-6.2-22.6-2.8c-61.4%2028.2-104.1%2090.2-104.1%20162.1c0%2016.4%2013.3%2029.7%2029.7%2029.7h356.6c16.4%200%2029.7-13.3%2029.7-29.7c0-72-42.7-134-104.1-162.1c-7.4-3.4-16.1-2.1-22.6%202.8l-67%2050.2c-8.5%206.4-20.3%206.4-28.8%200l-67-50.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/user-nurse.svg?color=%231a73e8&size=48