bone-solid from Flowbite Icons by Themesberg · Solid · Food Beverage · MIT Free for personal and commercial use.

Name
bone-solid
Set
Flowbite Icons
Style
Solid
Category
Food Beverage
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More food beverage icons from Flowbite Icons

Use the bone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.14 11.889c-1.404 1.404-1.404 3.587 0 4.99a3.66 3.66 0 0 0 1.966 1.015A3.67 3.67 0 0 0 7.12 19.86c1.404 1.404 3.587 1.404 4.991 0c1.157-1.157 1.36-2.843.61-4.187l2.953-2.952c1.343.75 3.03.547 4.186-.61c1.404-1.404 1.404-3.587 0-4.99a3.67 3.67 0 0 0-1.966-1.016A3.67 3.67 0 0 0 16.88 4.14c-1.404-1.404-3.587-1.404-4.991 0c-1.157 1.157-1.36 2.843-.61 4.187l-2.952 2.952c-1.344-.75-3.03-.547-4.187.61"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteBoneSolid(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="M4.14 11.889c-1.404 1.404-1.404 3.587 0 4.99a3.66 3.66 0 0 0 1.966 1.015A3.67 3.67 0 0 0 7.12 19.86c1.404 1.404 3.587 1.404 4.991 0c1.157-1.157 1.36-2.843.61-4.187l2.953-2.952c1.343.75 3.03.547 4.186-.61c1.404-1.404 1.404-3.587 0-4.99a3.67 3.67 0 0 0-1.966-1.016A3.67 3.67 0 0 0 16.88 4.14c-1.404-1.404-3.587-1.404-4.991 0c-1.157 1.157-1.36 2.843-.61 4.187l-2.952 2.952c-1.344-.75-3.03-.547-4.187.61"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.14 11.889c-1.404 1.404-1.404 3.587 0 4.99a3.66 3.66 0 0 0 1.966 1.015A3.67 3.67 0 0 0 7.12 19.86c1.404 1.404 3.587 1.404 4.991 0c1.157-1.157 1.36-2.843.61-4.187l2.953-2.952c1.343.75 3.03.547 4.186-.61c1.404-1.404 1.404-3.587 0-4.99a3.67 3.67 0 0 0-1.966-1.016A3.67 3.67 0 0 0 16.88 4.14c-1.404-1.404-3.587-1.404-4.991 0c-1.157 1.157-1.36 2.843-.61 4.187l-2.952 2.952c-1.344-.75-3.03-.547-4.187.61"/></svg>
</template>

CSS

.icon-bone-solid {
  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%22M4.14%2011.889c-1.404%201.404-1.404%203.587%200%204.99a3.66%203.66%200%200%200%201.966%201.015A3.67%203.67%200%200%200%207.12%2019.86c1.404%201.404%203.587%201.404%204.991%200c1.157-1.157%201.36-2.843.61-4.187l2.953-2.952c1.343.75%203.03.547%204.186-.61c1.404-1.404%201.404-3.587%200-4.99a3.67%203.67%200%200%200-1.966-1.016A3.67%203.67%200%200%200%2016.88%204.14c-1.404-1.404-3.587-1.404-4.991%200c-1.157%201.157-1.36%202.843-.61%204.187l-2.952%202.952c-1.344-.75-3.03-.547-4.187.61%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%22M4.14%2011.889c-1.404%201.404-1.404%203.587%200%204.99a3.66%203.66%200%200%200%201.966%201.015A3.67%203.67%200%200%200%207.12%2019.86c1.404%201.404%203.587%201.404%204.991%200c1.157-1.157%201.36-2.843.61-4.187l2.953-2.952c1.343.75%203.03.547%204.186-.61c1.404-1.404%201.404-3.587%200-4.99a3.67%203.67%200%200%200-1.966-1.016A3.67%203.67%200%200%200%2016.88%204.14c-1.404-1.404-3.587-1.404-4.991%200c-1.157%201.157-1.36%202.843-.61%204.187l-2.952%202.952c-1.344-.75-3.03-.547-4.187.61%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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