healing-sharp from Material Symbols by Google · Sharp · Images · Apache-2.0 Free for personal and commercial use.

Name
healing-sharp
Set
Material Symbols
Style
Sharp
Category
Images
Viewbox
24×24
License
Apache 2.0

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="M6.85 22.8L1.2 17.15L17.15 1.2l5.65 5.65zm5.85-4.45l5.65-5.65l4.45 4.45l-5.65 5.65zm.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.725L1.2 6.85L6.85 1.2l4.45 4.45zm7.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 MaterialSymbolsHealingSharp(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="M6.85 22.8L1.2 17.15L17.15 1.2l5.65 5.65zm5.85-4.45l5.65-5.65l4.45 4.45l-5.65 5.65zm.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.725L1.2 6.85L6.85 1.2l4.45 4.45zm7.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="M6.85 22.8L1.2 17.15L17.15 1.2l5.65 5.65zm5.85-4.45l5.65-5.65l4.45 4.45l-5.65 5.65zm.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.725L1.2 6.85L6.85 1.2l4.45 4.45zm7.088-.562Q13 10.425 13 10t-.288-.712T12 9t-.712.288T11 10t.288.713T12 11t.713-.288"/></svg>
</template>

CSS

.icon-healing-sharp {
  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%22M6.85%2022.8L1.2%2017.15L17.15%201.2l5.65%205.65zm5.85-4.45l5.65-5.65l4.45%204.45l-5.65%205.65zm.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.725L1.2%206.85L6.85%201.2l4.45%204.45zm7.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%22M6.85%2022.8L1.2%2017.15L17.15%201.2l5.65%205.65zm5.85-4.45l5.65-5.65l4.45%204.45l-5.65%205.65zm.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.725L1.2%206.85L6.85%201.2l4.45%204.45zm7.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-sharp.svg?color=%231a73e8&size=48