healing icon
healing from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- healing
- Set
- Material Symbols
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- healing-rounded
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the healing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.45 21.4L2.6 18.55q-.575-.575-.575-1.4t.575-1.4L15.75 2.6q.575-.575 1.4-.575t1.4.575l2.85 2.85q.575.575.575 1.4t-.575 1.4L8.25 21.4q-.575.575-1.4.575t-1.4-.575m7.25-3.05l5.65-5.65l3.05 3.05q.575.575.575 1.4t-.575 1.4l-2.85 2.85q-.575.575-1.4.575t-1.4-.575zm.013-3.637Q13 14.425 13 14t-.288-.712T12 13t-.712.288T11 14t.288.713T12 15t.713-.288M10 13q.425 0 .713-.288T11 12t-.288-.712T10 11t-.712.288T9 12t.288.713T10 13m4 0q.425 0 .713-.288T15 12t-.288-.712T14 11t-.712.288T13 12t.288.713T14 13m-8.375-1.725L2.6 8.25q-.575-.575-.575-1.4t.575-1.4L5.45 2.6q.575-.575 1.4-.575t1.4.575l3.05 3.05zm7.088-.562Q13 10.425 13 10t-.288-.712T12 9t-.712.288T11 10t.288.713T12 11t.713-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHealing(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="M5.45 21.4L2.6 18.55q-.575-.575-.575-1.4t.575-1.4L15.75 2.6q.575-.575 1.4-.575t1.4.575l2.85 2.85q.575.575.575 1.4t-.575 1.4L8.25 21.4q-.575.575-1.4.575t-1.4-.575m7.25-3.05l5.65-5.65l3.05 3.05q.575.575.575 1.4t-.575 1.4l-2.85 2.85q-.575.575-1.4.575t-1.4-.575zm.013-3.637Q13 14.425 13 14t-.288-.712T12 13t-.712.288T11 14t.288.713T12 15t.713-.288M10 13q.425 0 .713-.288T11 12t-.288-.712T10 11t-.712.288T9 12t.288.713T10 13m4 0q.425 0 .713-.288T15 12t-.288-.712T14 11t-.712.288T13 12t.288.713T14 13m-8.375-1.725L2.6 8.25q-.575-.575-.575-1.4t.575-1.4L5.45 2.6q.575-.575 1.4-.575t1.4.575l3.05 3.05zm7.088-.562Q13 10.425 13 10t-.288-.712T12 9t-.712.288T11 10t.288.713T12 11t.713-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.45 21.4L2.6 18.55q-.575-.575-.575-1.4t.575-1.4L15.75 2.6q.575-.575 1.4-.575t1.4.575l2.85 2.85q.575.575.575 1.4t-.575 1.4L8.25 21.4q-.575.575-1.4.575t-1.4-.575m7.25-3.05l5.65-5.65l3.05 3.05q.575.575.575 1.4t-.575 1.4l-2.85 2.85q-.575.575-1.4.575t-1.4-.575zm.013-3.637Q13 14.425 13 14t-.288-.712T12 13t-.712.288T11 14t.288.713T12 15t.713-.288M10 13q.425 0 .713-.288T11 12t-.288-.712T10 11t-.712.288T9 12t.288.713T10 13m4 0q.425 0 .713-.288T15 12t-.288-.712T14 11t-.712.288T13 12t.288.713T14 13m-8.375-1.725L2.6 8.25q-.575-.575-.575-1.4t.575-1.4L5.45 2.6q.575-.575 1.4-.575t1.4.575l3.05 3.05zm7.088-.562Q13 10.425 13 10t-.288-.712T12 9t-.712.288T11 10t.288.713T12 11t.713-.288"/></svg> </template>
CSS
.icon-healing {
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%22M5.45%2021.4L2.6%2018.55q-.575-.575-.575-1.4t.575-1.4L15.75%202.6q.575-.575%201.4-.575t1.4.575l2.85%202.85q.575.575.575%201.4t-.575%201.4L8.25%2021.4q-.575.575-1.4.575t-1.4-.575m7.25-3.05l5.65-5.65l3.05%203.05q.575.575.575%201.4t-.575%201.4l-2.85%202.85q-.575.575-1.4.575t-1.4-.575zm.013-3.637Q13%2014.425%2013%2014t-.288-.712T12%2013t-.712.288T11%2014t.288.713T12%2015t.713-.288M10%2013q.425%200%20.713-.288T11%2012t-.288-.712T10%2011t-.712.288T9%2012t.288.713T10%2013m4%200q.425%200%20.713-.288T15%2012t-.288-.712T14%2011t-.712.288T13%2012t.288.713T14%2013m-8.375-1.725L2.6%208.25q-.575-.575-.575-1.4t.575-1.4L5.45%202.6q.575-.575%201.4-.575t1.4.575l3.05%203.05zm7.088-.562Q13%2010.425%2013%2010t-.288-.712T12%209t-.712.288T11%2010t.288.713T12%2011t.713-.288%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%22M5.45%2021.4L2.6%2018.55q-.575-.575-.575-1.4t.575-1.4L15.75%202.6q.575-.575%201.4-.575t1.4.575l2.85%202.85q.575.575.575%201.4t-.575%201.4L8.25%2021.4q-.575.575-1.4.575t-1.4-.575m7.25-3.05l5.65-5.65l3.05%203.05q.575.575.575%201.4t-.575%201.4l-2.85%202.85q-.575.575-1.4.575t-1.4-.575zm.013-3.637Q13%2014.425%2013%2014t-.288-.712T12%2013t-.712.288T11%2014t.288.713T12%2015t.713-.288M10%2013q.425%200%20.713-.288T11%2012t-.288-.712T10%2011t-.712.288T9%2012t.288.713T10%2013m4%200q.425%200%20.713-.288T15%2012t-.288-.712T14%2011t-.712.288T13%2012t.288.713T14%2013m-8.375-1.725L2.6%208.25q-.575-.575-.575-1.4t.575-1.4L5.45%202.6q.575-.575%201.4-.575t1.4.575l3.05%203.05zm7.088-.562Q13%2010.425%2013%2010t-.288-.712T12%209t-.712.288T11%2010t.288.713T12%2011t.713-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/healing.svg?color=%231a73e8&size=48