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

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

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

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="m12 16.266l-5.15 5.15l-4.284-4.285l5.169-5.17l-5.131-5.13L6.85 2.585l5.13 5.13l5.132-5.13l4.284 4.284l-5.15 5.15l5.15 5.15l-4.246 4.247zm.578-5.307q.23-.233.23-.578t-.234-.574t-.577-.23t-.575.233t-.23.578t.233.575t.578.23t.575-.234m-4.155.314l2.85-2.85L6.85 4L4 6.85zm1.965 1.535q.345 0 .574-.233t.23-.578t-.233-.575t-.578-.23t-.574.234t-.23.577t.233.575t.578.23m2.19 1.382q.23-.233.23-.578t-.234-.574t-.577-.23t-.575.233t-.23.578t.233.574t.578.23t.575-.233m1.04-1.382q.345 0 .575-.233t.23-.578t-.233-.575t-.578-.23t-.575.234t-.23.577t.234.575t.578.23m-.911 2.75L17.15 20L20 17.15l-4.442-4.442zm1.97-.88"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHealingOutlineSharp(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="m12 16.266l-5.15 5.15l-4.284-4.285l5.169-5.17l-5.131-5.13L6.85 2.585l5.13 5.13l5.132-5.13l4.284 4.284l-5.15 5.15l5.15 5.15l-4.246 4.247zm.578-5.307q.23-.233.23-.578t-.234-.574t-.577-.23t-.575.233t-.23.578t.233.575t.578.23t.575-.234m-4.155.314l2.85-2.85L6.85 4L4 6.85zm1.965 1.535q.345 0 .574-.233t.23-.578t-.233-.575t-.578-.23t-.574.234t-.23.577t.233.575t.578.23m2.19 1.382q.23-.233.23-.578t-.234-.574t-.577-.23t-.575.233t-.23.578t.233.574t.578.23t.575-.233m1.04-1.382q.345 0 .575-.233t.23-.578t-.233-.575t-.578-.23t-.575.234t-.23.577t.234.575t.578.23m-.911 2.75L17.15 20L20 17.15l-4.442-4.442zm1.97-.88"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 16.266l-5.15 5.15l-4.284-4.285l5.169-5.17l-5.131-5.13L6.85 2.585l5.13 5.13l5.132-5.13l4.284 4.284l-5.15 5.15l5.15 5.15l-4.246 4.247zm.578-5.307q.23-.233.23-.578t-.234-.574t-.577-.23t-.575.233t-.23.578t.233.575t.578.23t.575-.234m-4.155.314l2.85-2.85L6.85 4L4 6.85zm1.965 1.535q.345 0 .574-.233t.23-.578t-.233-.575t-.578-.23t-.574.234t-.23.577t.233.575t.578.23m2.19 1.382q.23-.233.23-.578t-.234-.574t-.577-.23t-.575.233t-.23.578t.233.574t.578.23t.575-.233m1.04-1.382q.345 0 .575-.233t.23-.578t-.233-.575t-.578-.23t-.575.234t-.23.577t.234.575t.578.23m-.911 2.75L17.15 20L20 17.15l-4.442-4.442zm1.97-.88"/></svg>
</template>

CSS

.icon-healing-outline-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%22m12%2016.266l-5.15%205.15l-4.284-4.285l5.169-5.17l-5.131-5.13L6.85%202.585l5.13%205.13l5.132-5.13l4.284%204.284l-5.15%205.15l5.15%205.15l-4.246%204.247zm.578-5.307q.23-.233.23-.578t-.234-.574t-.577-.23t-.575.233t-.23.578t.233.575t.578.23t.575-.234m-4.155.314l2.85-2.85L6.85%204L4%206.85zm1.965%201.535q.345%200%20.574-.233t.23-.578t-.233-.575t-.578-.23t-.574.234t-.23.577t.233.575t.578.23m2.19%201.382q.23-.233.23-.578t-.234-.574t-.577-.23t-.575.233t-.23.578t.233.574t.578.23t.575-.233m1.04-1.382q.345%200%20.575-.233t.23-.578t-.233-.575t-.578-.23t-.575.234t-.23.577t.234.575t.578.23m-.911%202.75L17.15%2020L20%2017.15l-4.442-4.442zm1.97-.88%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%22m12%2016.266l-5.15%205.15l-4.284-4.285l5.169-5.17l-5.131-5.13L6.85%202.585l5.13%205.13l5.132-5.13l4.284%204.284l-5.15%205.15l5.15%205.15l-4.246%204.247zm.578-5.307q.23-.233.23-.578t-.234-.574t-.577-.23t-.575.233t-.23.578t.233.575t.578.23t.575-.234m-4.155.314l2.85-2.85L6.85%204L4%206.85zm1.965%201.535q.345%200%20.574-.233t.23-.578t-.233-.575t-.578-.23t-.574.234t-.23.577t.233.575t.578.23m2.19%201.382q.23-.233.23-.578t-.234-.574t-.577-.23t-.575.233t-.23.578t.233.574t.578.23t.575-.233m1.04-1.382q.345%200%20.575-.233t.23-.578t-.233-.575t-.578-.23t-.575.234t-.23.577t.234.575t.578.23m-.911%202.75L17.15%2020L20%2017.15l-4.442-4.442zm1.97-.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/healing-outline-sharp.svg?color=%231a73e8&size=48