user injured icon
user-injured from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.
- Name
- user-injured
- Set
- Line Awesome
- Style
- Line
- Category
- Users & People
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- user-injured-solid
The same icon in other sets
More users & people icons from Line Awesome
Use the user injured icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-3.9 0-7 3.1-7 7a6.96 6.96 0 0 0 3.064 5.809C8.838 19.182 6.463 22.194 6.1 25.9c-.1.5.1 1.1.5 1.5c.3.4.9.6 1.4.6h9c1.7 0 3-1.3 3-3s-1.3-3-3-3h-3.809l-.796-2.125A7.9 7.9 0 0 1 16 19c4.4 0 8 3.6 8 8h2c0-4.107-2.51-7.655-6.07-9.19A6.96 6.96 0 0 0 23 12c0-3.9-3.1-7-7-7m0 2c.419 0 .818.063 1.205.156L13.65 10h-2.244c.76-1.779 2.51-3 4.594-3m3.176 1.14A4.9 4.9 0 0 1 20.594 10h-3.742zM11 12h10c0 2.8-2.2 5-5 5s-5-2.2-5-5m-.305 9.041L12.555 26H8.1a7.98 7.98 0 0 1 2.595-4.959M13.941 24H17c.6 0 1 .4 1 1s-.4 1-1 1h-2.309z"/></svg>
React
import type { SVGProps } from "react";
export function LaUserInjured(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-3.9 0-7 3.1-7 7a6.96 6.96 0 0 0 3.064 5.809C8.838 19.182 6.463 22.194 6.1 25.9c-.1.5.1 1.1.5 1.5c.3.4.9.6 1.4.6h9c1.7 0 3-1.3 3-3s-1.3-3-3-3h-3.809l-.796-2.125A7.9 7.9 0 0 1 16 19c4.4 0 8 3.6 8 8h2c0-4.107-2.51-7.655-6.07-9.19A6.96 6.96 0 0 0 23 12c0-3.9-3.1-7-7-7m0 2c.419 0 .818.063 1.205.156L13.65 10h-2.244c.76-1.779 2.51-3 4.594-3m3.176 1.14A4.9 4.9 0 0 1 20.594 10h-3.742zM11 12h10c0 2.8-2.2 5-5 5s-5-2.2-5-5m-.305 9.041L12.555 26H8.1a7.98 7.98 0 0 1 2.595-4.959M13.941 24H17c.6 0 1 .4 1 1s-.4 1-1 1h-2.309z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-3.9 0-7 3.1-7 7a6.96 6.96 0 0 0 3.064 5.809C8.838 19.182 6.463 22.194 6.1 25.9c-.1.5.1 1.1.5 1.5c.3.4.9.6 1.4.6h9c1.7 0 3-1.3 3-3s-1.3-3-3-3h-3.809l-.796-2.125A7.9 7.9 0 0 1 16 19c4.4 0 8 3.6 8 8h2c0-4.107-2.51-7.655-6.07-9.19A6.96 6.96 0 0 0 23 12c0-3.9-3.1-7-7-7m0 2c.419 0 .818.063 1.205.156L13.65 10h-2.244c.76-1.779 2.51-3 4.594-3m3.176 1.14A4.9 4.9 0 0 1 20.594 10h-3.742zM11 12h10c0 2.8-2.2 5-5 5s-5-2.2-5-5m-.305 9.041L12.555 26H8.1a7.98 7.98 0 0 1 2.595-4.959M13.941 24H17c.6 0 1 .4 1 1s-.4 1-1 1h-2.309z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205c-3.9%200-7%203.1-7%207a6.96%206.96%200%200%200%203.064%205.809C8.838%2019.182%206.463%2022.194%206.1%2025.9c-.1.5.1%201.1.5%201.5c.3.4.9.6%201.4.6h9c1.7%200%203-1.3%203-3s-1.3-3-3-3h-3.809l-.796-2.125A7.9%207.9%200%200%201%2016%2019c4.4%200%208%203.6%208%208h2c0-4.107-2.51-7.655-6.07-9.19A6.96%206.96%200%200%200%2023%2012c0-3.9-3.1-7-7-7m0%202c.419%200%20.818.063%201.205.156L13.65%2010h-2.244c.76-1.779%202.51-3%204.594-3m3.176%201.14A4.9%204.9%200%200%201%2020.594%2010h-3.742zM11%2012h10c0%202.8-2.2%205-5%205s-5-2.2-5-5m-.305%209.041L12.555%2026H8.1a7.98%207.98%200%200%201%202.595-4.959M13.941%2024H17c.6%200%201%20.4%201%201s-.4%201-1%201h-2.309z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205c-3.9%200-7%203.1-7%207a6.96%206.96%200%200%200%203.064%205.809C8.838%2019.182%206.463%2022.194%206.1%2025.9c-.1.5.1%201.1.5%201.5c.3.4.9.6%201.4.6h9c1.7%200%203-1.3%203-3s-1.3-3-3-3h-3.809l-.796-2.125A7.9%207.9%200%200%201%2016%2019c4.4%200%208%203.6%208%208h2c0-4.107-2.51-7.655-6.07-9.19A6.96%206.96%200%200%200%2023%2012c0-3.9-3.1-7-7-7m0%202c.419%200%20.818.063%201.205.156L13.65%2010h-2.244c.76-1.779%202.51-3%204.594-3m3.176%201.14A4.9%204.9%200%200%201%2020.594%2010h-3.742zM11%2012h10c0%202.8-2.2%205-5%205s-5-2.2-5-5m-.305%209.041L12.555%2026H8.1a7.98%207.98%200%200%201%202.595-4.959M13.941%2024H17c.6%200%201%20.4%201%201s-.4%201-1%201h-2.309z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/user-injured.svg?color=%231a73e8&size=48