bone-broken from Solar by 480 Design · Broken · Medicine · CC-BY-4.0 Attribution required.

Name
bone-broken
Set
Solar
Style
Broken
Category
Medicine
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More medicine icons from Solar

Use the bone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.3562 15.2061L10.9313 16.6311C10.5378 17.0246 10.562 17.674 10.7105 18.2103C10.9908 19.2235 10.6058 20.519 9.86257 21.2622C8.87884 22.2459 7.28391 22.2459 6.30018 21.2622C5.31645 20.2785 5.31646 18.6835 6.30018 17.6998C5.31646 18.6835 3.72152 18.6835 2.73779 17.6998C1.75407 16.7161 1.75407 15.1212 2.73779 14.1374C3.48101 13.3942 4.77646 13.0092 5.7897 13.2895C6.32603 13.438 6.97541 13.4622 7.3689 13.0687L13.0687 7.3689C13.4622 6.97541 13.438 6.32603 13.2895 5.7897C13.0092 4.77646 13.3942 3.48102 14.1374 2.73779C15.1212 1.75407 16.7161 1.75407 17.6998 2.73779C18.6835 3.72152 18.6835 5.31646 17.6998 6.30018C18.6835 5.31646 20.2785 5.31646 21.2622 6.30018C22.2459 7.28391 22.2459 8.87884 21.2622 9.86257C20.519 10.6058 19.2235 10.9908 18.2103 10.7105C17.674 10.562 17.0246 10.5378 16.6311 10.9313L15.2061 12.3562"/></svg>

React

import type { SVGProps } from "react";

export function SolarBoneBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12.3562 15.2061L10.9313 16.6311C10.5378 17.0246 10.562 17.674 10.7105 18.2103C10.9908 19.2235 10.6058 20.519 9.86257 21.2622C8.87884 22.2459 7.28391 22.2459 6.30018 21.2622C5.31645 20.2785 5.31646 18.6835 6.30018 17.6998C5.31646 18.6835 3.72152 18.6835 2.73779 17.6998C1.75407 16.7161 1.75407 15.1212 2.73779 14.1374C3.48101 13.3942 4.77646 13.0092 5.7897 13.2895C6.32603 13.438 6.97541 13.4622 7.3689 13.0687L13.0687 7.3689C13.4622 6.97541 13.438 6.32603 13.2895 5.7897C13.0092 4.77646 13.3942 3.48102 14.1374 2.73779C15.1212 1.75407 16.7161 1.75407 17.6998 2.73779C18.6835 3.72152 18.6835 5.31646 17.6998 6.30018C18.6835 5.31646 20.2785 5.31646 21.2622 6.30018C22.2459 7.28391 22.2459 8.87884 21.2622 9.86257C20.519 10.6058 19.2235 10.9908 18.2103 10.7105C17.674 10.562 17.0246 10.5378 16.6311 10.9313L15.2061 12.3562"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.3562 15.2061L10.9313 16.6311C10.5378 17.0246 10.562 17.674 10.7105 18.2103C10.9908 19.2235 10.6058 20.519 9.86257 21.2622C8.87884 22.2459 7.28391 22.2459 6.30018 21.2622C5.31645 20.2785 5.31646 18.6835 6.30018 17.6998C5.31646 18.6835 3.72152 18.6835 2.73779 17.6998C1.75407 16.7161 1.75407 15.1212 2.73779 14.1374C3.48101 13.3942 4.77646 13.0092 5.7897 13.2895C6.32603 13.438 6.97541 13.4622 7.3689 13.0687L13.0687 7.3689C13.4622 6.97541 13.438 6.32603 13.2895 5.7897C13.0092 4.77646 13.3942 3.48102 14.1374 2.73779C15.1212 1.75407 16.7161 1.75407 17.6998 2.73779C18.6835 3.72152 18.6835 5.31646 17.6998 6.30018C18.6835 5.31646 20.2785 5.31646 21.2622 6.30018C22.2459 7.28391 22.2459 8.87884 21.2622 9.86257C20.519 10.6058 19.2235 10.9908 18.2103 10.7105C17.674 10.562 17.0246 10.5378 16.6311 10.9313L15.2061 12.3562"/></svg>
</template>

CSS

.icon-bone-broken {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.3562%2015.2061L10.9313%2016.6311C10.5378%2017.0246%2010.562%2017.674%2010.7105%2018.2103C10.9908%2019.2235%2010.6058%2020.519%209.86257%2021.2622C8.87884%2022.2459%207.28391%2022.2459%206.30018%2021.2622C5.31645%2020.2785%205.31646%2018.6835%206.30018%2017.6998C5.31646%2018.6835%203.72152%2018.6835%202.73779%2017.6998C1.75407%2016.7161%201.75407%2015.1212%202.73779%2014.1374C3.48101%2013.3942%204.77646%2013.0092%205.7897%2013.2895C6.32603%2013.438%206.97541%2013.4622%207.3689%2013.0687L13.0687%207.3689C13.4622%206.97541%2013.438%206.32603%2013.2895%205.7897C13.0092%204.77646%2013.3942%203.48102%2014.1374%202.73779C15.1212%201.75407%2016.7161%201.75407%2017.6998%202.73779C18.6835%203.72152%2018.6835%205.31646%2017.6998%206.30018C18.6835%205.31646%2020.2785%205.31646%2021.2622%206.30018C22.2459%207.28391%2022.2459%208.87884%2021.2622%209.86257C20.519%2010.6058%2019.2235%2010.9908%2018.2103%2010.7105C17.674%2010.562%2017.0246%2010.5378%2016.6311%2010.9313L15.2061%2012.3562%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.3562%2015.2061L10.9313%2016.6311C10.5378%2017.0246%2010.562%2017.674%2010.7105%2018.2103C10.9908%2019.2235%2010.6058%2020.519%209.86257%2021.2622C8.87884%2022.2459%207.28391%2022.2459%206.30018%2021.2622C5.31645%2020.2785%205.31646%2018.6835%206.30018%2017.6998C5.31646%2018.6835%203.72152%2018.6835%202.73779%2017.6998C1.75407%2016.7161%201.75407%2015.1212%202.73779%2014.1374C3.48101%2013.3942%204.77646%2013.0092%205.7897%2013.2895C6.32603%2013.438%206.97541%2013.4622%207.3689%2013.0687L13.0687%207.3689C13.4622%206.97541%2013.438%206.32603%2013.2895%205.7897C13.0092%204.77646%2013.3942%203.48102%2014.1374%202.73779C15.1212%201.75407%2016.7161%201.75407%2017.6998%202.73779C18.6835%203.72152%2018.6835%205.31646%2017.6998%206.30018C18.6835%205.31646%2020.2785%205.31646%2021.2622%206.30018C22.2459%207.28391%2022.2459%208.87884%2021.2622%209.86257C20.519%2010.6058%2019.2235%2010.9908%2018.2103%2010.7105C17.674%2010.562%2017.0246%2010.5378%2016.6311%2010.9313L15.2061%2012.3562%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/bone-broken.svg?color=%231a73e8&size=48