personal injury icon

personal-injury-outline-rounded from Material Symbols by Google · Outline Rounded · Activities · Apache-2.0 Free for personal and commercial use.

Name
personal-injury-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the personal injury icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10q-1.65 0-2.825-1.175T8 6t1.175-2.825T12 2t2.825 1.175T16 6t-1.175 2.825T12 10m0-2q.825 0 1.413-.587T14 6t-.587-1.412T12 4t-1.412.588T10 6t.588 1.413T12 8m0 3q1.9 0 3.513.45t2.887 1.1q.75.4 1.175 1.113T20 15.225V20q0 .825-.587 1.413T18 22H9.75q-1.15 0-1.95-.8T7 19.25t.8-1.95t1.95-.8h2.825l1.55-3.3q-.5-.1-1.025-.15T12 13q-1.8 0-3.2.437t-2.275.913q-.25.125-.387.363T6 15.225V21q0 .425-.288.713T5 22t-.712-.288T4 21v-5.775q0-.85.425-1.562T5.6 12.55q1.275-.65 2.888-1.1T12 11m-2.25 9h1.2l.7-1.5h-1.9q-.3 0-.525.225T9 19.25t.225.525t.525.225m3.4 0H18v-4.775q0-.275-.137-.512t-.363-.363q-.3-.15-.65-.312t-.75-.313zM12 16.65"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPersonalInjuryOutlineRounded(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 10q-1.65 0-2.825-1.175T8 6t1.175-2.825T12 2t2.825 1.175T16 6t-1.175 2.825T12 10m0-2q.825 0 1.413-.587T14 6t-.587-1.412T12 4t-1.412.588T10 6t.588 1.413T12 8m0 3q1.9 0 3.513.45t2.887 1.1q.75.4 1.175 1.113T20 15.225V20q0 .825-.587 1.413T18 22H9.75q-1.15 0-1.95-.8T7 19.25t.8-1.95t1.95-.8h2.825l1.55-3.3q-.5-.1-1.025-.15T12 13q-1.8 0-3.2.437t-2.275.913q-.25.125-.387.363T6 15.225V21q0 .425-.288.713T5 22t-.712-.288T4 21v-5.775q0-.85.425-1.562T5.6 12.55q1.275-.65 2.888-1.1T12 11m-2.25 9h1.2l.7-1.5h-1.9q-.3 0-.525.225T9 19.25t.225.525t.525.225m3.4 0H18v-4.775q0-.275-.137-.512t-.363-.363q-.3-.15-.65-.312t-.75-.313zM12 16.65"/></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 10q-1.65 0-2.825-1.175T8 6t1.175-2.825T12 2t2.825 1.175T16 6t-1.175 2.825T12 10m0-2q.825 0 1.413-.587T14 6t-.587-1.412T12 4t-1.412.588T10 6t.588 1.413T12 8m0 3q1.9 0 3.513.45t2.887 1.1q.75.4 1.175 1.113T20 15.225V20q0 .825-.587 1.413T18 22H9.75q-1.15 0-1.95-.8T7 19.25t.8-1.95t1.95-.8h2.825l1.55-3.3q-.5-.1-1.025-.15T12 13q-1.8 0-3.2.437t-2.275.913q-.25.125-.387.363T6 15.225V21q0 .425-.288.713T5 22t-.712-.288T4 21v-5.775q0-.85.425-1.562T5.6 12.55q1.275-.65 2.888-1.1T12 11m-2.25 9h1.2l.7-1.5h-1.9q-.3 0-.525.225T9 19.25t.225.525t.525.225m3.4 0H18v-4.775q0-.275-.137-.512t-.363-.363q-.3-.15-.65-.312t-.75-.313zM12 16.65"/></svg>
</template>

CSS

.icon-personal-injury-outline-rounded {
  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%2010q-1.65%200-2.825-1.175T8%206t1.175-2.825T12%202t2.825%201.175T16%206t-1.175%202.825T12%2010m0-2q.825%200%201.413-.587T14%206t-.587-1.412T12%204t-1.412.588T10%206t.588%201.413T12%208m0%203q1.9%200%203.513.45t2.887%201.1q.75.4%201.175%201.113T20%2015.225V20q0%20.825-.587%201.413T18%2022H9.75q-1.15%200-1.95-.8T7%2019.25t.8-1.95t1.95-.8h2.825l1.55-3.3q-.5-.1-1.025-.15T12%2013q-1.8%200-3.2.437t-2.275.913q-.25.125-.387.363T6%2015.225V21q0%20.425-.288.713T5%2022t-.712-.288T4%2021v-5.775q0-.85.425-1.562T5.6%2012.55q1.275-.65%202.888-1.1T12%2011m-2.25%209h1.2l.7-1.5h-1.9q-.3%200-.525.225T9%2019.25t.225.525t.525.225m3.4%200H18v-4.775q0-.275-.137-.512t-.363-.363q-.3-.15-.65-.312t-.75-.313zM12%2016.65%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%2010q-1.65%200-2.825-1.175T8%206t1.175-2.825T12%202t2.825%201.175T16%206t-1.175%202.825T12%2010m0-2q.825%200%201.413-.587T14%206t-.587-1.412T12%204t-1.412.588T10%206t.588%201.413T12%208m0%203q1.9%200%203.513.45t2.887%201.1q.75.4%201.175%201.113T20%2015.225V20q0%20.825-.587%201.413T18%2022H9.75q-1.15%200-1.95-.8T7%2019.25t.8-1.95t1.95-.8h2.825l1.55-3.3q-.5-.1-1.025-.15T12%2013q-1.8%200-3.2.437t-2.275.913q-.25.125-.387.363T6%2015.225V21q0%20.425-.288.713T5%2022t-.712-.288T4%2021v-5.775q0-.85.425-1.562T5.6%2012.55q1.275-.65%202.888-1.1T12%2011m-2.25%209h1.2l.7-1.5h-1.9q-.3%200-.525.225T9%2019.25t.225.525t.525.225m3.4%200H18v-4.775q0-.275-.137-.512t-.363-.363q-.3-.15-.65-.312t-.75-.313zM12%2016.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/personal-injury-outline-rounded.svg?color=%231a73e8&size=48