bone broken icon
bone-broken-outline from Solar by 480 Design · Outline · Medicine · CC-BY-4.0 Attribution required.
- Name
- bone-broken-outline
- Set
- Solar
- Style
- Outline
- Category
- Medicine
- Viewbox
- 24×24
- License
- CC BY 4.0
1 other variant in Solar
More medicine icons from Solar
adhesive-plaster-2-boldadhesive-plaster-boldbacteria-boldbenzene-ring-boldbone-boldbone-crack-boldbone-fracture-boldbones-boldbrain-bolddna-bolddropper-2-bolddropper-3-bolddropper-bolddropper-minimalistic-2-bolddropper-minimalistic-boldhealth-boldheart-pulse-2-boldheart-pulse-boldjar-of-pills-2-boldjar-of-pills-boldmedical-kit-boldpill-boldpills-2-boldpills-3-bold
Use the bone broken icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.173 4.827a3.27 3.27 0 0 0-5.566-2.62c-.919.92-1.398 2.489-1.04 3.783c.058.21.083.414.068.577c-.014.16-.06.234-.097.272l-1.28 1.279a.89.89 0 0 0 .28 1.446a5.52 5.52 0 0 1 2.898 2.899a.89.89 0 0 0 1.446.278l1.28-1.28c.037-.037.111-.082.271-.096c.163-.015.366.01.577.068c1.294.358 2.864-.121 3.782-1.04a3.269 3.269 0 0 0-2.619-5.566M17.17 3.268a1.77 1.77 0 0 0-2.502 0c-.568.568-.858 1.59-.656 2.322c.09.325.152.715.117 1.109c-.035.397-.174.844-.53 1.2l-.684.684a7 7 0 0 1 2.502 2.502l.684-.684c.356-.356.803-.495 1.2-.53a3.2 3.2 0 0 1 1.11.117c.732.202 1.753-.088 2.32-.656a1.77 1.77 0 0 0-2.5-2.501a.75.75 0 0 1-1.062-1.061a1.77 1.77 0 0 0 0-2.502" clip-rule="evenodd"/><path fill="currentColor" d="M17.127 17.126a.75.75 0 0 1 1.06 0l1.415 1.415a.75.75 0 0 1-1.06 1.06l-1.415-1.414a.75.75 0 0 1 0-1.06M6.874 5.813a.75.75 0 0 1-1.061 1.06L4.399 5.46a.75.75 0 1 1 1.06-1.06zM15 18.25a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 1 .75-.75M5 9.75a.75.75 0 0 0 0-1.5H4a.75.75 0 0 0 0 1.5zM18.25 15a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m-10-10a.75.75 0 0 0 1.5 0V4a.75.75 0 0 0-1.5 0z"/><path fill="currentColor" fill-rule="evenodd" d="M12.463 14.436a5.52 5.52 0 0 1-2.899-2.899a.89.89 0 0 0-1.446-.278l-1.28 1.28c-.037.037-.111.082-.271.096a1.7 1.7 0 0 1-.577-.068c-1.294-.358-2.864.121-3.783 1.04a3.27 3.27 0 0 0 2.62 5.566a3.269 3.269 0 0 0 5.566 2.62c.919-.92 1.398-2.489 1.04-3.783a1.7 1.7 0 0 1-.068-.577c.014-.16.06-.234.097-.272l1.28-1.279a.89.89 0 0 0-.28-1.446m-3.88-1.52l-.68.68l-.004.003l-.023.022c-.352.34-.788.474-1.177.508a3.2 3.2 0 0 1-1.11-.117c-.732-.202-1.753.088-2.32.656a1.769 1.769 0 1 0 2.5 2.502a.8.8 0 0 1 .249-.165l.006-.003a.75.75 0 0 1 .807 1.228a1.769 1.769 0 1 0 2.501 2.502c.568-.568.858-1.59.656-2.322a3.2 3.2 0 0 1-.117-1.109c.035-.397.174-.844.53-1.2l.684-.684a7 7 0 0 1-2.502-2.502" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarBoneBrokenOutline(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" fillRule="evenodd" d="M19.173 4.827a3.27 3.27 0 0 0-5.566-2.62c-.919.92-1.398 2.489-1.04 3.783c.058.21.083.414.068.577c-.014.16-.06.234-.097.272l-1.28 1.279a.89.89 0 0 0 .28 1.446a5.52 5.52 0 0 1 2.898 2.899a.89.89 0 0 0 1.446.278l1.28-1.28c.037-.037.111-.082.271-.096c.163-.015.366.01.577.068c1.294.358 2.864-.121 3.782-1.04a3.269 3.269 0 0 0-2.619-5.566M17.17 3.268a1.77 1.77 0 0 0-2.502 0c-.568.568-.858 1.59-.656 2.322c.09.325.152.715.117 1.109c-.035.397-.174.844-.53 1.2l-.684.684a7 7 0 0 1 2.502 2.502l.684-.684c.356-.356.803-.495 1.2-.53a3.2 3.2 0 0 1 1.11.117c.732.202 1.753-.088 2.32-.656a1.77 1.77 0 0 0-2.5-2.501a.75.75 0 0 1-1.062-1.061a1.77 1.77 0 0 0 0-2.502" clipRule="evenodd"/><path fill="currentColor" d="M17.127 17.126a.75.75 0 0 1 1.06 0l1.415 1.415a.75.75 0 0 1-1.06 1.06l-1.415-1.414a.75.75 0 0 1 0-1.06M6.874 5.813a.75.75 0 0 1-1.061 1.06L4.399 5.46a.75.75 0 1 1 1.06-1.06zM15 18.25a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 1 .75-.75M5 9.75a.75.75 0 0 0 0-1.5H4a.75.75 0 0 0 0 1.5zM18.25 15a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m-10-10a.75.75 0 0 0 1.5 0V4a.75.75 0 0 0-1.5 0z"/><path fill="currentColor" fillRule="evenodd" d="M12.463 14.436a5.52 5.52 0 0 1-2.899-2.899a.89.89 0 0 0-1.446-.278l-1.28 1.28c-.037.037-.111.082-.271.096a1.7 1.7 0 0 1-.577-.068c-1.294-.358-2.864.121-3.783 1.04a3.27 3.27 0 0 0 2.62 5.566a3.269 3.269 0 0 0 5.566 2.62c.919-.92 1.398-2.489 1.04-3.783a1.7 1.7 0 0 1-.068-.577c.014-.16.06-.234.097-.272l1.28-1.279a.89.89 0 0 0-.28-1.446m-3.88-1.52l-.68.68l-.004.003l-.023.022c-.352.34-.788.474-1.177.508a3.2 3.2 0 0 1-1.11-.117c-.732-.202-1.753.088-2.32.656a1.769 1.769 0 1 0 2.5 2.502a.8.8 0 0 1 .249-.165l.006-.003a.75.75 0 0 1 .807 1.228a1.769 1.769 0 1 0 2.501 2.502c.568-.568.858-1.59.656-2.322a3.2 3.2 0 0 1-.117-1.109c.035-.397.174-.844.53-1.2l.684-.684a7 7 0 0 1-2.502-2.502" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.173 4.827a3.27 3.27 0 0 0-5.566-2.62c-.919.92-1.398 2.489-1.04 3.783c.058.21.083.414.068.577c-.014.16-.06.234-.097.272l-1.28 1.279a.89.89 0 0 0 .28 1.446a5.52 5.52 0 0 1 2.898 2.899a.89.89 0 0 0 1.446.278l1.28-1.28c.037-.037.111-.082.271-.096c.163-.015.366.01.577.068c1.294.358 2.864-.121 3.782-1.04a3.269 3.269 0 0 0-2.619-5.566M17.17 3.268a1.77 1.77 0 0 0-2.502 0c-.568.568-.858 1.59-.656 2.322c.09.325.152.715.117 1.109c-.035.397-.174.844-.53 1.2l-.684.684a7 7 0 0 1 2.502 2.502l.684-.684c.356-.356.803-.495 1.2-.53a3.2 3.2 0 0 1 1.11.117c.732.202 1.753-.088 2.32-.656a1.77 1.77 0 0 0-2.5-2.501a.75.75 0 0 1-1.062-1.061a1.77 1.77 0 0 0 0-2.502" clip-rule="evenodd"/><path fill="currentColor" d="M17.127 17.126a.75.75 0 0 1 1.06 0l1.415 1.415a.75.75 0 0 1-1.06 1.06l-1.415-1.414a.75.75 0 0 1 0-1.06M6.874 5.813a.75.75 0 0 1-1.061 1.06L4.399 5.46a.75.75 0 1 1 1.06-1.06zM15 18.25a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 1 .75-.75M5 9.75a.75.75 0 0 0 0-1.5H4a.75.75 0 0 0 0 1.5zM18.25 15a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m-10-10a.75.75 0 0 0 1.5 0V4a.75.75 0 0 0-1.5 0z"/><path fill="currentColor" fill-rule="evenodd" d="M12.463 14.436a5.52 5.52 0 0 1-2.899-2.899a.89.89 0 0 0-1.446-.278l-1.28 1.28c-.037.037-.111.082-.271.096a1.7 1.7 0 0 1-.577-.068c-1.294-.358-2.864.121-3.783 1.04a3.27 3.27 0 0 0 2.62 5.566a3.269 3.269 0 0 0 5.566 2.62c.919-.92 1.398-2.489 1.04-3.783a1.7 1.7 0 0 1-.068-.577c.014-.16.06-.234.097-.272l1.28-1.279a.89.89 0 0 0-.28-1.446m-3.88-1.52l-.68.68l-.004.003l-.023.022c-.352.34-.788.474-1.177.508a3.2 3.2 0 0 1-1.11-.117c-.732-.202-1.753.088-2.32.656a1.769 1.769 0 1 0 2.5 2.502a.8.8 0 0 1 .249-.165l.006-.003a.75.75 0 0 1 .807 1.228a1.769 1.769 0 1 0 2.501 2.502c.568-.568.858-1.59.656-2.322a3.2 3.2 0 0 1-.117-1.109c.035-.397.174-.844.53-1.2l.684-.684a7 7 0 0 1-2.502-2.502" clip-rule="evenodd"/></svg> </template>
CSS
.icon-bone-broken-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.173%204.827a3.27%203.27%200%200%200-5.566-2.62c-.919.92-1.398%202.489-1.04%203.783c.058.21.083.414.068.577c-.014.16-.06.234-.097.272l-1.28%201.279a.89.89%200%200%200%20.28%201.446a5.52%205.52%200%200%201%202.898%202.899a.89.89%200%200%200%201.446.278l1.28-1.28c.037-.037.111-.082.271-.096c.163-.015.366.01.577.068c1.294.358%202.864-.121%203.782-1.04a3.269%203.269%200%200%200-2.619-5.566M17.17%203.268a1.77%201.77%200%200%200-2.502%200c-.568.568-.858%201.59-.656%202.322c.09.325.152.715.117%201.109c-.035.397-.174.844-.53%201.2l-.684.684a7%207%200%200%201%202.502%202.502l.684-.684c.356-.356.803-.495%201.2-.53a3.2%203.2%200%200%201%201.11.117c.732.202%201.753-.088%202.32-.656a1.77%201.77%200%200%200-2.5-2.501a.75.75%200%200%201-1.062-1.061a1.77%201.77%200%200%200%200-2.502%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.127%2017.126a.75.75%200%200%201%201.06%200l1.415%201.415a.75.75%200%200%201-1.06%201.06l-1.415-1.414a.75.75%200%200%201%200-1.06M6.874%205.813a.75.75%200%200%201-1.061%201.06L4.399%205.46a.75.75%200%201%201%201.06-1.06zM15%2018.25a.75.75%200%200%201%20.75.75v1a.75.75%200%200%201-1.5%200v-1a.75.75%200%200%201%20.75-.75M5%209.75a.75.75%200%200%200%200-1.5H4a.75.75%200%200%200%200%201.5zM18.25%2015a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75m-10-10a.75.75%200%200%200%201.5%200V4a.75.75%200%200%200-1.5%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.463%2014.436a5.52%205.52%200%200%201-2.899-2.899a.89.89%200%200%200-1.446-.278l-1.28%201.28c-.037.037-.111.082-.271.096a1.7%201.7%200%200%201-.577-.068c-1.294-.358-2.864.121-3.783%201.04a3.27%203.27%200%200%200%202.62%205.566a3.269%203.269%200%200%200%205.566%202.62c.919-.92%201.398-2.489%201.04-3.783a1.7%201.7%200%200%201-.068-.577c.014-.16.06-.234.097-.272l1.28-1.279a.89.89%200%200%200-.28-1.446m-3.88-1.52l-.68.68l-.004.003l-.023.022c-.352.34-.788.474-1.177.508a3.2%203.2%200%200%201-1.11-.117c-.732-.202-1.753.088-2.32.656a1.769%201.769%200%201%200%202.5%202.502a.8.8%200%200%201%20.249-.165l.006-.003a.75.75%200%200%201%20.807%201.228a1.769%201.769%200%201%200%202.501%202.502c.568-.568.858-1.59.656-2.322a3.2%203.2%200%200%201-.117-1.109c.035-.397.174-.844.53-1.2l.684-.684a7%207%200%200%201-2.502-2.502%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.173%204.827a3.27%203.27%200%200%200-5.566-2.62c-.919.92-1.398%202.489-1.04%203.783c.058.21.083.414.068.577c-.014.16-.06.234-.097.272l-1.28%201.279a.89.89%200%200%200%20.28%201.446a5.52%205.52%200%200%201%202.898%202.899a.89.89%200%200%200%201.446.278l1.28-1.28c.037-.037.111-.082.271-.096c.163-.015.366.01.577.068c1.294.358%202.864-.121%203.782-1.04a3.269%203.269%200%200%200-2.619-5.566M17.17%203.268a1.77%201.77%200%200%200-2.502%200c-.568.568-.858%201.59-.656%202.322c.09.325.152.715.117%201.109c-.035.397-.174.844-.53%201.2l-.684.684a7%207%200%200%201%202.502%202.502l.684-.684c.356-.356.803-.495%201.2-.53a3.2%203.2%200%200%201%201.11.117c.732.202%201.753-.088%202.32-.656a1.77%201.77%200%200%200-2.5-2.501a.75.75%200%200%201-1.062-1.061a1.77%201.77%200%200%200%200-2.502%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.127%2017.126a.75.75%200%200%201%201.06%200l1.415%201.415a.75.75%200%200%201-1.06%201.06l-1.415-1.414a.75.75%200%200%201%200-1.06M6.874%205.813a.75.75%200%200%201-1.061%201.06L4.399%205.46a.75.75%200%201%201%201.06-1.06zM15%2018.25a.75.75%200%200%201%20.75.75v1a.75.75%200%200%201-1.5%200v-1a.75.75%200%200%201%20.75-.75M5%209.75a.75.75%200%200%200%200-1.5H4a.75.75%200%200%200%200%201.5zM18.25%2015a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75m-10-10a.75.75%200%200%200%201.5%200V4a.75.75%200%200%200-1.5%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.463%2014.436a5.52%205.52%200%200%201-2.899-2.899a.89.89%200%200%200-1.446-.278l-1.28%201.28c-.037.037-.111.082-.271.096a1.7%201.7%200%200%201-.577-.068c-1.294-.358-2.864.121-3.783%201.04a3.27%203.27%200%200%200%202.62%205.566a3.269%203.269%200%200%200%205.566%202.62c.919-.92%201.398-2.489%201.04-3.783a1.7%201.7%200%200%201-.068-.577c.014-.16.06-.234.097-.272l1.28-1.279a.89.89%200%200%200-.28-1.446m-3.88-1.52l-.68.68l-.004.003l-.023.022c-.352.34-.788.474-1.177.508a3.2%203.2%200%200%201-1.11-.117c-.732-.202-1.753.088-2.32.656a1.769%201.769%200%201%200%202.5%202.502a.8.8%200%200%201%20.249-.165l.006-.003a.75.75%200%200%201%20.807%201.228a1.769%201.769%200%201%200%202.501%202.502c.568-.568.858-1.59.656-2.322a3.2%203.2%200%200%201-.117-1.109c.035-.397.174-.844.53-1.2l.684-.684a7%207%200%200%201-2.502-2.502%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/solar/bone-broken-outline.svg?color=%231a73e8&size=48