bone icon
bone from Reicon by REICON · Outline · Medicine · MIT Free for personal and commercial use.
- Name
- bone
- Set
- Reicon
- Style
- Outline
- Category
- Medicine
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All bone icons →boneBoxIcons v2boneBoxIcons v2 SolidboneFont Awesome 6 SolidboneFont Awesome Solidbone-outlineFlowbite IconsboneFluent EmojiboneFluent Emoji FlatboneFluent Emoji High ContrastboneIconParkboneIconPark OutlineboneLine AwesomeboneLucideboneMaterial Design Iconsbone-fillMingCute IconboneNoto EmojiboneOpenMojibonePhosphorbone-boldSolarboneTabler IconsboneTDesign IconsboneTwitter Emoji
More medicine icons from Reicon
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" fill-rule="evenodd" d="M17.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-5.7 5.7c-.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.2l5.7-5.7c.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.502m2.003 1.559a3.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-5.7 5.7c-.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-.272l5.7-5.7c.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.566" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBone(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="M17.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-5.7 5.7c-.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.2l5.7-5.7c.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.502m2.003 1.559a3.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-5.7 5.7c-.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-.272l5.7-5.7c.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.566" 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="M17.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-5.7 5.7c-.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.2l5.7-5.7c.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.502m2.003 1.559a3.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-5.7 5.7c-.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-.272l5.7-5.7c.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.566" clip-rule="evenodd"/></svg> </template>
CSS
.icon-bone {
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%22M17.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-5.7%205.7c-.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.2l5.7-5.7c.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.502m2.003%201.559a3.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-5.7%205.7c-.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-.272l5.7-5.7c.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.566%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%22M17.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-5.7%205.7c-.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.2l5.7-5.7c.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.502m2.003%201.559a3.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-5.7%205.7c-.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-.272l5.7-5.7c.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.566%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.svg?color=%231a73e8&size=48