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

Name
bone-outline
Set
Flowbite Icons
Style
Outline
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M16.888 7.112c.179-.775-.12-1.669-.715-2.265c-1.014-1.013-2.564-1.013-3.577 0s-1.013 2.563 0 3.576l-4.173 4.173c-1.013-1.013-2.563-1.013-3.576 0s-1.013 2.563 0 3.577c.596.596 1.49.894 2.265.715c-.179.775.12 1.669.715 2.265c1.014 1.013 2.564 1.013 3.577 0s1.013-2.563 0-3.576l4.173-4.173c1.013 1.013 2.563 1.013 3.576 0s1.013-2.563 0-3.577c-.596-.596-1.49-.894-2.265-.715"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteBoneOutline(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" strokeMiterlimit="10" strokeWidth="2" d="M16.888 7.112c.179-.775-.12-1.669-.715-2.265c-1.014-1.013-2.564-1.013-3.577 0s-1.013 2.563 0 3.576l-4.173 4.173c-1.013-1.013-2.563-1.013-3.576 0s-1.013 2.563 0 3.577c.596.596 1.49.894 2.265.715c-.179.775.12 1.669.715 2.265c1.014 1.013 2.564 1.013 3.577 0s1.013-2.563 0-3.576l4.173-4.173c1.013 1.013 2.563 1.013 3.576 0s1.013-2.563 0-3.577c-.596-.596-1.49-.894-2.265-.715"/></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-miterlimit="10" stroke-width="2" d="M16.888 7.112c.179-.775-.12-1.669-.715-2.265c-1.014-1.013-2.564-1.013-3.577 0s-1.013 2.563 0 3.576l-4.173 4.173c-1.013-1.013-2.563-1.013-3.576 0s-1.013 2.563 0 3.577c.596.596 1.49.894 2.265.715c-.179.775.12 1.669.715 2.265c1.014 1.013 2.564 1.013 3.577 0s1.013-2.563 0-3.576l4.173-4.173c1.013 1.013 2.563 1.013 3.576 0s1.013-2.563 0-3.577c-.596-.596-1.49-.894-2.265-.715"/></svg>
</template>

CSS

.icon-bone-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M16.888%207.112c.179-.775-.12-1.669-.715-2.265c-1.014-1.013-2.564-1.013-3.577%200s-1.013%202.563%200%203.576l-4.173%204.173c-1.013-1.013-2.563-1.013-3.576%200s-1.013%202.563%200%203.577c.596.596%201.49.894%202.265.715c-.179.775.12%201.669.715%202.265c1.014%201.013%202.564%201.013%203.577%200s1.013-2.563%200-3.576l4.173-4.173c1.013%201.013%202.563%201.013%203.576%200s1.013-2.563%200-3.577c-.596-.596-1.49-.894-2.265-.715%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-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M16.888%207.112c.179-.775-.12-1.669-.715-2.265c-1.014-1.013-2.564-1.013-3.577%200s-1.013%202.563%200%203.576l-4.173%204.173c-1.013-1.013-2.563-1.013-3.576%200s-1.013%202.563%200%203.577c.596.596%201.49.894%202.265.715c-.179.775.12%201.669.715%202.265c1.014%201.013%202.564%201.013%203.577%200s1.013-2.563%200-3.576l4.173-4.173c1.013%201.013%202.563%201.013%203.576%200s1.013-2.563%200-3.577c-.596-.596-1.49-.894-2.265-.715%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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