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

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

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-4.02 4.019q-.465.46-1.133.46t-1.128-.46l-2.023-2.023q-.46-.466-.46-1.134T3.697 16l4.039-4.038L3.754 7.98q-.46-.46-.479-1.131t.44-1.13L5.72 3.715q.466-.46 1.134-.46t1.128.46l4 4l4-4q.466-.46 1.134-.46t1.127.46l2.023 2.023q.46.465.46 1.133q0 .669-.46 1.128l-4.019 4.02l4 4q.479.47.479 1.145q0 .676-.46 1.135l-1.946 1.946q-.478.479-1.16.489q-.68.01-1.159-.47zm.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.85l-4-4Q7.1 4.25 6.85 4.25t-.423.173L4.423 6.427q-.173.173-.173.423t.173.423zm1.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.75l4.019 4.019q.173.173.423.173t.423-.173l2.004-2.004q.173-.173.173-.423t-.173-.423l-4.02-4.02zm1.97-.88"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHealingOutline(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-4.02 4.019q-.465.46-1.133.46t-1.128-.46l-2.023-2.023q-.46-.466-.46-1.134T3.697 16l4.039-4.038L3.754 7.98q-.46-.46-.479-1.131t.44-1.13L5.72 3.715q.466-.46 1.134-.46t1.128.46l4 4l4-4q.466-.46 1.134-.46t1.127.46l2.023 2.023q.46.465.46 1.133q0 .669-.46 1.128l-4.019 4.02l4 4q.479.47.479 1.145q0 .676-.46 1.135l-1.946 1.946q-.478.479-1.16.489q-.68.01-1.159-.47zm.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.85l-4-4Q7.1 4.25 6.85 4.25t-.423.173L4.423 6.427q-.173.173-.173.423t.173.423zm1.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.75l4.019 4.019q.173.173.423.173t.423-.173l2.004-2.004q.173-.173.173-.423t-.173-.423l-4.02-4.02zm1.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-4.02 4.019q-.465.46-1.133.46t-1.128-.46l-2.023-2.023q-.46-.466-.46-1.134T3.697 16l4.039-4.038L3.754 7.98q-.46-.46-.479-1.131t.44-1.13L5.72 3.715q.466-.46 1.134-.46t1.128.46l4 4l4-4q.466-.46 1.134-.46t1.127.46l2.023 2.023q.46.465.46 1.133q0 .669-.46 1.128l-4.019 4.02l4 4q.479.47.479 1.145q0 .676-.46 1.135l-1.946 1.946q-.478.479-1.16.489q-.68.01-1.159-.47zm.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.85l-4-4Q7.1 4.25 6.85 4.25t-.423.173L4.423 6.427q-.173.173-.173.423t.173.423zm1.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.75l4.019 4.019q.173.173.423.173t.423-.173l2.004-2.004q.173-.173.173-.423t-.173-.423l-4.02-4.02zm1.97-.88"/></svg>
</template>

CSS

.icon-healing-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%22currentColor%22%20d%3D%22m12%2016.266l-4.02%204.019q-.465.46-1.133.46t-1.128-.46l-2.023-2.023q-.46-.466-.46-1.134T3.697%2016l4.039-4.038L3.754%207.98q-.46-.46-.479-1.131t.44-1.13L5.72%203.715q.466-.46%201.134-.46t1.128.46l4%204l4-4q.466-.46%201.134-.46t1.127.46l2.023%202.023q.46.465.46%201.133q0%20.669-.46%201.128l-4.019%204.02l4%204q.479.47.479%201.145q0%20.676-.46%201.135l-1.946%201.946q-.478.479-1.16.489q-.68.01-1.159-.47zm.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.85l-4-4Q7.1%204.25%206.85%204.25t-.423.173L4.423%206.427q-.173.173-.173.423t.173.423zm1.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.75l4.019%204.019q.173.173.423.173t.423-.173l2.004-2.004q.173-.173.173-.423t-.173-.423l-4.02-4.02zm1.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-4.02%204.019q-.465.46-1.133.46t-1.128-.46l-2.023-2.023q-.46-.466-.46-1.134T3.697%2016l4.039-4.038L3.754%207.98q-.46-.46-.479-1.131t.44-1.13L5.72%203.715q.466-.46%201.134-.46t1.128.46l4%204l4-4q.466-.46%201.134-.46t1.127.46l2.023%202.023q.46.465.46%201.133q0%20.669-.46%201.128l-4.019%204.02l4%204q.479.47.479%201.145q0%20.676-.46%201.135l-1.946%201.946q-.478.479-1.16.489q-.68.01-1.159-.47zm.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.85l-4-4Q7.1%204.25%206.85%204.25t-.423.173L4.423%206.427q-.173.173-.173.423t.173.423zm1.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.75l4.019%204.019q.173.173.423.173t.423-.173l2.004-2.004q.173-.173.173-.423t-.173-.423l-4.02-4.02zm1.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.svg?color=%231a73e8&size=48