traumatism icon
traumatism-outline from Health Icons by Resolve to Save Lives · Outline · People · MIT Free for personal and commercial use.
- Name
- traumatism-outline
- Set
- Health Icons
- Style
- Outline
- Category
- People
- Viewbox
- 48×48
- License
- MIT
- Aliases
- traumatism2x-outline
1 other variant in Health Icons
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-worker
Use the traumatism icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M21.57 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m0-2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m-9.762 5.945C13.083 15.206 15.228 15 16.57 15h10c3.734 0 6.223 1.602 7.76 3.62c1.208 1.583 1.757 3.37 2 4.16l.006.019c.035.114.06.194.08.252a3 3 0 0 1-.992 3.308A3 3 0 0 1 37 29v14a1 1 0 1 1-2 0V29a1 1 0 1 0-2 0v.667a1 1 0 1 1-2 0V29c0-.957.448-1.81 1.147-2.36a3 3 0 0 1-1.422-1.691q-.069-.207-.133-.411l.013.034l-.024-.069c-.264-.829-.509-1.574-1.022-2.247a2.9 2.9 0 0 0-.988-.847v19.742a3 3 0 0 1-5.986.293L21.855 34h-.568l-.73 7.444a3 3 0 0 1-5.986-.293V26.6q-.36-.462-.689-.905c-.935-1.257-1.799-2.551-2.319-3.764c-.434-1.014-1.124-3.121.245-4.987M16.57 17c-1.285 0-2.497.237-3.15 1.127c-.683.93-.418 2.087-.02 3.017c.424.988 1.17 2.128 2.086 3.359q.407.548.87 1.136l.049.062l1.695-1.777a34 34 0 0 0-1.785-2.268a1 1 0 0 1 1.51-1.312a34 34 0 0 1 1.677 2.111L24.712 17zm10.845.034a1 1 0 0 1-.122.157L20.7 24.099c.49.672.982 1.334 1.528 2.001a3 3 0 1 1-4.644 3.8c-.32-.392-.66-.783-1.013-1.183V41.15a1 1 0 0 0 1.995.097L19.474 32h4.194l.907 9.248a1 1 0 0 0 1.996-.097V18.91l1.145.169c1.742.256 2.77 1.092 3.434 1.964c.738.968 1.07 2.014 1.323 2.81l.014.043q.069.222.135.42a1 1 0 0 0 1.897-.633l-.09-.289l-.003-.008c-.24-.777-.705-2.269-1.685-3.556c-1.067-1.4-2.736-2.585-5.325-2.797m-8.12 8.535l-1.474 1.544c.447.503.893 1.011 1.31 1.52a1 1 0 1 0 1.548-1.266a43 43 0 0 1-1.383-1.799" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsTraumatismOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M21.57 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m0-2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m-9.762 5.945C13.083 15.206 15.228 15 16.57 15h10c3.734 0 6.223 1.602 7.76 3.62c1.208 1.583 1.757 3.37 2 4.16l.006.019c.035.114.06.194.08.252a3 3 0 0 1-.992 3.308A3 3 0 0 1 37 29v14a1 1 0 1 1-2 0V29a1 1 0 1 0-2 0v.667a1 1 0 1 1-2 0V29c0-.957.448-1.81 1.147-2.36a3 3 0 0 1-1.422-1.691q-.069-.207-.133-.411l.013.034l-.024-.069c-.264-.829-.509-1.574-1.022-2.247a2.9 2.9 0 0 0-.988-.847v19.742a3 3 0 0 1-5.986.293L21.855 34h-.568l-.73 7.444a3 3 0 0 1-5.986-.293V26.6q-.36-.462-.689-.905c-.935-1.257-1.799-2.551-2.319-3.764c-.434-1.014-1.124-3.121.245-4.987M16.57 17c-1.285 0-2.497.237-3.15 1.127c-.683.93-.418 2.087-.02 3.017c.424.988 1.17 2.128 2.086 3.359q.407.548.87 1.136l.049.062l1.695-1.777a34 34 0 0 0-1.785-2.268a1 1 0 0 1 1.51-1.312a34 34 0 0 1 1.677 2.111L24.712 17zm10.845.034a1 1 0 0 1-.122.157L20.7 24.099c.49.672.982 1.334 1.528 2.001a3 3 0 1 1-4.644 3.8c-.32-.392-.66-.783-1.013-1.183V41.15a1 1 0 0 0 1.995.097L19.474 32h4.194l.907 9.248a1 1 0 0 0 1.996-.097V18.91l1.145.169c1.742.256 2.77 1.092 3.434 1.964c.738.968 1.07 2.014 1.323 2.81l.014.043q.069.222.135.42a1 1 0 0 0 1.897-.633l-.09-.289l-.003-.008c-.24-.777-.705-2.269-1.685-3.556c-1.067-1.4-2.736-2.585-5.325-2.797m-8.12 8.535l-1.474 1.544c.447.503.893 1.011 1.31 1.52a1 1 0 1 0 1.548-1.266a43 43 0 0 1-1.383-1.799" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M21.57 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m0-2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m-9.762 5.945C13.083 15.206 15.228 15 16.57 15h10c3.734 0 6.223 1.602 7.76 3.62c1.208 1.583 1.757 3.37 2 4.16l.006.019c.035.114.06.194.08.252a3 3 0 0 1-.992 3.308A3 3 0 0 1 37 29v14a1 1 0 1 1-2 0V29a1 1 0 1 0-2 0v.667a1 1 0 1 1-2 0V29c0-.957.448-1.81 1.147-2.36a3 3 0 0 1-1.422-1.691q-.069-.207-.133-.411l.013.034l-.024-.069c-.264-.829-.509-1.574-1.022-2.247a2.9 2.9 0 0 0-.988-.847v19.742a3 3 0 0 1-5.986.293L21.855 34h-.568l-.73 7.444a3 3 0 0 1-5.986-.293V26.6q-.36-.462-.689-.905c-.935-1.257-1.799-2.551-2.319-3.764c-.434-1.014-1.124-3.121.245-4.987M16.57 17c-1.285 0-2.497.237-3.15 1.127c-.683.93-.418 2.087-.02 3.017c.424.988 1.17 2.128 2.086 3.359q.407.548.87 1.136l.049.062l1.695-1.777a34 34 0 0 0-1.785-2.268a1 1 0 0 1 1.51-1.312a34 34 0 0 1 1.677 2.111L24.712 17zm10.845.034a1 1 0 0 1-.122.157L20.7 24.099c.49.672.982 1.334 1.528 2.001a3 3 0 1 1-4.644 3.8c-.32-.392-.66-.783-1.013-1.183V41.15a1 1 0 0 0 1.995.097L19.474 32h4.194l.907 9.248a1 1 0 0 0 1.996-.097V18.91l1.145.169c1.742.256 2.77 1.092 3.434 1.964c.738.968 1.07 2.014 1.323 2.81l.014.043q.069.222.135.42a1 1 0 0 0 1.897-.633l-.09-.289l-.003-.008c-.24-.777-.705-2.269-1.685-3.556c-1.067-1.4-2.736-2.585-5.325-2.797m-8.12 8.535l-1.474 1.544c.447.503.893 1.011 1.31 1.52a1 1 0 1 0 1.548-1.266a43 43 0 0 1-1.383-1.799" clip-rule="evenodd"/></svg> </template>
CSS
.icon-traumatism-outline {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21.57%2013a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m0-2a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m-9.762%205.945C13.083%2015.206%2015.228%2015%2016.57%2015h10c3.734%200%206.223%201.602%207.76%203.62c1.208%201.583%201.757%203.37%202%204.16l.006.019c.035.114.06.194.08.252a3%203%200%200%201-.992%203.308A3%203%200%200%201%2037%2029v14a1%201%200%201%201-2%200V29a1%201%200%201%200-2%200v.667a1%201%200%201%201-2%200V29c0-.957.448-1.81%201.147-2.36a3%203%200%200%201-1.422-1.691q-.069-.207-.133-.411l.013.034l-.024-.069c-.264-.829-.509-1.574-1.022-2.247a2.9%202.9%200%200%200-.988-.847v19.742a3%203%200%200%201-5.986.293L21.855%2034h-.568l-.73%207.444a3%203%200%200%201-5.986-.293V26.6q-.36-.462-.689-.905c-.935-1.257-1.799-2.551-2.319-3.764c-.434-1.014-1.124-3.121.245-4.987M16.57%2017c-1.285%200-2.497.237-3.15%201.127c-.683.93-.418%202.087-.02%203.017c.424.988%201.17%202.128%202.086%203.359q.407.548.87%201.136l.049.062l1.695-1.777a34%2034%200%200%200-1.785-2.268a1%201%200%200%201%201.51-1.312a34%2034%200%200%201%201.677%202.111L24.712%2017zm10.845.034a1%201%200%200%201-.122.157L20.7%2024.099c.49.672.982%201.334%201.528%202.001a3%203%200%201%201-4.644%203.8c-.32-.392-.66-.783-1.013-1.183V41.15a1%201%200%200%200%201.995.097L19.474%2032h4.194l.907%209.248a1%201%200%200%200%201.996-.097V18.91l1.145.169c1.742.256%202.77%201.092%203.434%201.964c.738.968%201.07%202.014%201.323%202.81l.014.043q.069.222.135.42a1%201%200%200%200%201.897-.633l-.09-.289l-.003-.008c-.24-.777-.705-2.269-1.685-3.556c-1.067-1.4-2.736-2.585-5.325-2.797m-8.12%208.535l-1.474%201.544c.447.503.893%201.011%201.31%201.52a1%201%200%201%200%201.548-1.266a43%2043%200%200%201-1.383-1.799%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21.57%2013a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m0-2a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m-9.762%205.945C13.083%2015.206%2015.228%2015%2016.57%2015h10c3.734%200%206.223%201.602%207.76%203.62c1.208%201.583%201.757%203.37%202%204.16l.006.019c.035.114.06.194.08.252a3%203%200%200%201-.992%203.308A3%203%200%200%201%2037%2029v14a1%201%200%201%201-2%200V29a1%201%200%201%200-2%200v.667a1%201%200%201%201-2%200V29c0-.957.448-1.81%201.147-2.36a3%203%200%200%201-1.422-1.691q-.069-.207-.133-.411l.013.034l-.024-.069c-.264-.829-.509-1.574-1.022-2.247a2.9%202.9%200%200%200-.988-.847v19.742a3%203%200%200%201-5.986.293L21.855%2034h-.568l-.73%207.444a3%203%200%200%201-5.986-.293V26.6q-.36-.462-.689-.905c-.935-1.257-1.799-2.551-2.319-3.764c-.434-1.014-1.124-3.121.245-4.987M16.57%2017c-1.285%200-2.497.237-3.15%201.127c-.683.93-.418%202.087-.02%203.017c.424.988%201.17%202.128%202.086%203.359q.407.548.87%201.136l.049.062l1.695-1.777a34%2034%200%200%200-1.785-2.268a1%201%200%200%201%201.51-1.312a34%2034%200%200%201%201.677%202.111L24.712%2017zm10.845.034a1%201%200%200%201-.122.157L20.7%2024.099c.49.672.982%201.334%201.528%202.001a3%203%200%201%201-4.644%203.8c-.32-.392-.66-.783-1.013-1.183V41.15a1%201%200%200%200%201.995.097L19.474%2032h4.194l.907%209.248a1%201%200%200%200%201.996-.097V18.91l1.145.169c1.742.256%202.77%201.092%203.434%201.964c.738.968%201.07%202.014%201.323%202.81l.014.043q.069.222.135.42a1%201%200%200%200%201.897-.633l-.09-.289l-.003-.008c-.24-.777-.705-2.269-1.685-3.556c-1.067-1.4-2.736-2.585-5.325-2.797m-8.12%208.535l-1.474%201.544c.447.503.893%201.011%201.31%201.52a1%201%200%201%200%201.548-1.266a43%2043%200%200%201-1.383-1.799%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/traumatism-outline.svg?color=%231a73e8&size=48