bone crack icon
bone-crack from Reicon by REICON · Outline · Medicine · MIT Free for personal and commercial use.
- Name
- bone-crack
- Set
- Reicon
- Style
- Outline
- Category
- Medicine
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More medicine icons from Reicon
Use the bone crack 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="M18.23 2.207a3.26 3.26 0 0 1 .943 2.62a3.269 3.269 0 0 1 2.62 5.566c-.92.919-2.489 1.398-3.783 1.04a1.7 1.7 0 0 0-.577-.068c-.16.014-.234.06-.272.097l-5.7 5.7c-.037.037-.082.111-.096.271c-.015.163.01.366.068.577c.358 1.294-.121 2.864-1.04 3.782a3.269 3.269 0 0 1-5.566-2.619a3.27 3.27 0 0 1-2.62-5.566c.92-.919 2.489-1.398 3.783-1.04c.21.058.414.083.577.068c.16-.014.234-.06.272-.097l5.7-5.7c.037-.037.082-.111.096-.271a1.7 1.7 0 0 0-.068-.577c-.358-1.294.121-2.864 1.04-3.783a3.27 3.27 0 0 1 4.623 0m-3.562 1.061A1.769 1.769 0 1 1 17.17 5.77a.75.75 0 1 0 1.06 1.06a1.769 1.769 0 1 1 2.502 2.502c-.568.568-1.59.858-2.322.656a3.2 3.2 0 0 0-1.109-.117c-.397.035-.844.174-1.2.53l-1.395 1.394l-1.602.34v-.489a.75.75 0 0 0-.987-.711l-1.135.378v-.797L13.6 7.899c.356-.356.495-.803.53-1.2a3.2 3.2 0 0 0-.117-1.11c-.202-.732.088-1.753.656-2.32m-5.186 8.748L7.9 13.599c-.356.356-.803.495-1.2.53a3.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.75.75 0 1 1 1.062 1.06a1.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.2l2.36-2.36l-.252.053a.75.75 0 0 1-.905-.733v-.374l-1.134.378a.75.75 0 0 1-.988-.711z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBoneCrack(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="M18.23 2.207a3.26 3.26 0 0 1 .943 2.62a3.269 3.269 0 0 1 2.62 5.566c-.92.919-2.489 1.398-3.783 1.04a1.7 1.7 0 0 0-.577-.068c-.16.014-.234.06-.272.097l-5.7 5.7c-.037.037-.082.111-.096.271c-.015.163.01.366.068.577c.358 1.294-.121 2.864-1.04 3.782a3.269 3.269 0 0 1-5.566-2.619a3.27 3.27 0 0 1-2.62-5.566c.92-.919 2.489-1.398 3.783-1.04c.21.058.414.083.577.068c.16-.014.234-.06.272-.097l5.7-5.7c.037-.037.082-.111.096-.271a1.7 1.7 0 0 0-.068-.577c-.358-1.294.121-2.864 1.04-3.783a3.27 3.27 0 0 1 4.623 0m-3.562 1.061A1.769 1.769 0 1 1 17.17 5.77a.75.75 0 1 0 1.06 1.06a1.769 1.769 0 1 1 2.502 2.502c-.568.568-1.59.858-2.322.656a3.2 3.2 0 0 0-1.109-.117c-.397.035-.844.174-1.2.53l-1.395 1.394l-1.602.34v-.489a.75.75 0 0 0-.987-.711l-1.135.378v-.797L13.6 7.899c.356-.356.495-.803.53-1.2a3.2 3.2 0 0 0-.117-1.11c-.202-.732.088-1.753.656-2.32m-5.186 8.748L7.9 13.599c-.356.356-.803.495-1.2.53a3.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.75.75 0 1 1 1.062 1.06a1.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.2l2.36-2.36l-.252.053a.75.75 0 0 1-.905-.733v-.374l-1.134.378a.75.75 0 0 1-.988-.711z" 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="M18.23 2.207a3.26 3.26 0 0 1 .943 2.62a3.269 3.269 0 0 1 2.62 5.566c-.92.919-2.489 1.398-3.783 1.04a1.7 1.7 0 0 0-.577-.068c-.16.014-.234.06-.272.097l-5.7 5.7c-.037.037-.082.111-.096.271c-.015.163.01.366.068.577c.358 1.294-.121 2.864-1.04 3.782a3.269 3.269 0 0 1-5.566-2.619a3.27 3.27 0 0 1-2.62-5.566c.92-.919 2.489-1.398 3.783-1.04c.21.058.414.083.577.068c.16-.014.234-.06.272-.097l5.7-5.7c.037-.037.082-.111.096-.271a1.7 1.7 0 0 0-.068-.577c-.358-1.294.121-2.864 1.04-3.783a3.27 3.27 0 0 1 4.623 0m-3.562 1.061A1.769 1.769 0 1 1 17.17 5.77a.75.75 0 1 0 1.06 1.06a1.769 1.769 0 1 1 2.502 2.502c-.568.568-1.59.858-2.322.656a3.2 3.2 0 0 0-1.109-.117c-.397.035-.844.174-1.2.53l-1.395 1.394l-1.602.34v-.489a.75.75 0 0 0-.987-.711l-1.135.378v-.797L13.6 7.899c.356-.356.495-.803.53-1.2a3.2 3.2 0 0 0-.117-1.11c-.202-.732.088-1.753.656-2.32m-5.186 8.748L7.9 13.599c-.356.356-.803.495-1.2.53a3.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.75.75 0 1 1 1.062 1.06a1.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.2l2.36-2.36l-.252.053a.75.75 0 0 1-.905-.733v-.374l-1.134.378a.75.75 0 0 1-.988-.711z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-bone-crack {
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%22M18.23%202.207a3.26%203.26%200%200%201%20.943%202.62a3.269%203.269%200%200%201%202.62%205.566c-.92.919-2.489%201.398-3.783%201.04a1.7%201.7%200%200%200-.577-.068c-.16.014-.234.06-.272.097l-5.7%205.7c-.037.037-.082.111-.096.271c-.015.163.01.366.068.577c.358%201.294-.121%202.864-1.04%203.782a3.269%203.269%200%200%201-5.566-2.619a3.27%203.27%200%200%201-2.62-5.566c.92-.919%202.489-1.398%203.783-1.04c.21.058.414.083.577.068c.16-.014.234-.06.272-.097l5.7-5.7c.037-.037.082-.111.096-.271a1.7%201.7%200%200%200-.068-.577c-.358-1.294.121-2.864%201.04-3.783a3.27%203.27%200%200%201%204.623%200m-3.562%201.061A1.769%201.769%200%201%201%2017.17%205.77a.75.75%200%201%200%201.06%201.06a1.769%201.769%200%201%201%202.502%202.502c-.568.568-1.59.858-2.322.656a3.2%203.2%200%200%200-1.109-.117c-.397.035-.844.174-1.2.53l-1.395%201.394l-1.602.34v-.489a.75.75%200%200%200-.987-.711l-1.135.378v-.797L13.6%207.899c.356-.356.495-.803.53-1.2a3.2%203.2%200%200%200-.117-1.11c-.202-.732.088-1.753.656-2.32m-5.186%208.748L7.9%2013.599c-.356.356-.803.495-1.2.53a3.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.75.75%200%201%201%201.062%201.06a1.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.2l2.36-2.36l-.252.053a.75.75%200%200%201-.905-.733v-.374l-1.134.378a.75.75%200%200%201-.988-.711z%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%22M18.23%202.207a3.26%203.26%200%200%201%20.943%202.62a3.269%203.269%200%200%201%202.62%205.566c-.92.919-2.489%201.398-3.783%201.04a1.7%201.7%200%200%200-.577-.068c-.16.014-.234.06-.272.097l-5.7%205.7c-.037.037-.082.111-.096.271c-.015.163.01.366.068.577c.358%201.294-.121%202.864-1.04%203.782a3.269%203.269%200%200%201-5.566-2.619a3.27%203.27%200%200%201-2.62-5.566c.92-.919%202.489-1.398%203.783-1.04c.21.058.414.083.577.068c.16-.014.234-.06.272-.097l5.7-5.7c.037-.037.082-.111.096-.271a1.7%201.7%200%200%200-.068-.577c-.358-1.294.121-2.864%201.04-3.783a3.27%203.27%200%200%201%204.623%200m-3.562%201.061A1.769%201.769%200%201%201%2017.17%205.77a.75.75%200%201%200%201.06%201.06a1.769%201.769%200%201%201%202.502%202.502c-.568.568-1.59.858-2.322.656a3.2%203.2%200%200%200-1.109-.117c-.397.035-.844.174-1.2.53l-1.395%201.394l-1.602.34v-.489a.75.75%200%200%200-.987-.711l-1.135.378v-.797L13.6%207.899c.356-.356.495-.803.53-1.2a3.2%203.2%200%200%200-.117-1.11c-.202-.732.088-1.753.656-2.32m-5.186%208.748L7.9%2013.599c-.356.356-.803.495-1.2.53a3.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.75.75%200%201%201%201.062%201.06a1.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.2l2.36-2.36l-.252.053a.75.75%200%200%201-.905-.733v-.374l-1.134.378a.75.75%200%200%201-.988-.711z%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/reicon/bone-crack.svg?color=%231a73e8&size=48