user injured icon
user-injured from Font Awesome Solid by Dave Gandy · Solid · Users & People · CC-BY-4.0 Attribution required.
- Name
- user-injured
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Users & People
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More users & people icons from Font Awesome Solid
Use the user injured icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M338.7 144H430c-10.7-24.6-29.5-44.9-52.9-57.6zm-.9-70.7C332 72.4 326 72 320 72c-49.2 0-91.5 29.6-110 72h80.6l47.1-70.7zM320 312c66.3 0 120-53.7 120-120H200c0 66.3 53.7 120 120 120m-125.3 93.8c-49.4 28.4-82.7 81.7-82.7 142.8c0 15.1 12.3 27.4 27.4 27.4h151l-95.8-170.2zm45.1-17.7l42.7 75.9H368c44.2 0 80 35.8 80 80c0 11.4-2.4 22.2-6.7 32h59.2c15.1 0 27.4-12.3 27.4-27.4c0-90.9-73.7-164.6-164.6-164.6h-86.9c-12.6 0-24.9 1.4-36.7 4.1zM309.5 512l36 64H368c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidUserInjured(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="M338.7 144H430c-10.7-24.6-29.5-44.9-52.9-57.6zm-.9-70.7C332 72.4 326 72 320 72c-49.2 0-91.5 29.6-110 72h80.6l47.1-70.7zM320 312c66.3 0 120-53.7 120-120H200c0 66.3 53.7 120 120 120m-125.3 93.8c-49.4 28.4-82.7 81.7-82.7 142.8c0 15.1 12.3 27.4 27.4 27.4h151l-95.8-170.2zm45.1-17.7l42.7 75.9H368c44.2 0 80 35.8 80 80c0 11.4-2.4 22.2-6.7 32h59.2c15.1 0 27.4-12.3 27.4-27.4c0-90.9-73.7-164.6-164.6-164.6h-86.9c-12.6 0-24.9 1.4-36.7 4.1zM309.5 512l36 64H368c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M338.7 144H430c-10.7-24.6-29.5-44.9-52.9-57.6zm-.9-70.7C332 72.4 326 72 320 72c-49.2 0-91.5 29.6-110 72h80.6l47.1-70.7zM320 312c66.3 0 120-53.7 120-120H200c0 66.3 53.7 120 120 120m-125.3 93.8c-49.4 28.4-82.7 81.7-82.7 142.8c0 15.1 12.3 27.4 27.4 27.4h151l-95.8-170.2zm45.1-17.7l42.7 75.9H368c44.2 0 80 35.8 80 80c0 11.4-2.4 22.2-6.7 32h59.2c15.1 0 27.4-12.3 27.4-27.4c0-90.9-73.7-164.6-164.6-164.6h-86.9c-12.6 0-24.9 1.4-36.7 4.1zM309.5 512l36 64H368c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> </template>
CSS
.icon-user-injured {
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%22M338.7%20144H430c-10.7-24.6-29.5-44.9-52.9-57.6zm-.9-70.7C332%2072.4%20326%2072%20320%2072c-49.2%200-91.5%2029.6-110%2072h80.6l47.1-70.7zM320%20312c66.3%200%20120-53.7%20120-120H200c0%2066.3%2053.7%20120%20120%20120m-125.3%2093.8c-49.4%2028.4-82.7%2081.7-82.7%20142.8c0%2015.1%2012.3%2027.4%2027.4%2027.4h151l-95.8-170.2zm45.1-17.7l42.7%2075.9H368c44.2%200%2080%2035.8%2080%2080c0%2011.4-2.4%2022.2-6.7%2032h59.2c15.1%200%2027.4-12.3%2027.4-27.4c0-90.9-73.7-164.6-164.6-164.6h-86.9c-12.6%200-24.9%201.4-36.7%204.1zM309.5%20512l36%2064H368c17.7%200%2032-14.3%2032-32s-14.3-32-32-32z%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%22M338.7%20144H430c-10.7-24.6-29.5-44.9-52.9-57.6zm-.9-70.7C332%2072.4%20326%2072%20320%2072c-49.2%200-91.5%2029.6-110%2072h80.6l47.1-70.7zM320%20312c66.3%200%20120-53.7%20120-120H200c0%2066.3%2053.7%20120%20120%20120m-125.3%2093.8c-49.4%2028.4-82.7%2081.7-82.7%20142.8c0%2015.1%2012.3%2027.4%2027.4%2027.4h151l-95.8-170.2zm45.1-17.7l42.7%2075.9H368c44.2%200%2080%2035.8%2080%2080c0%2011.4-2.4%2022.2-6.7%2032h59.2c15.1%200%2027.4-12.3%2027.4-27.4c0-90.9-73.7-164.6-164.6-164.6h-86.9c-12.6%200-24.9%201.4-36.7%204.1zM309.5%20512l36%2064H368c17.7%200%2032-14.3%2032-32s-14.3-32-32-32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/user-injured.svg?color=%231a73e8&size=48