intent request heal icon

intent-request-heal from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
intent-request-heal
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the intent request heal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 20q-1.2 0-2.1.9l-.4.5l-.4-.5c-.6-.6-1.4-.9-2.1-.9s-1.5.3-2.1.9c-1.2 1.2-1.2 3.1 0 4.3l4.6 4.8l4.6-4.8c1.2-1.2 1.2-3.1 0-4.3c-.5-.6-1.3-.9-2.1-.9"/><path fill="currentColor" d="M16.6 28.6L4 16L16 4l12.6 12.6l1.4-1.4L17.5 2.6c-.8-.8-2.1-.8-2.9 0l-12 11.9c-.8.8-.8 2.1 0 2.9L15.1 30z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIntentRequestHeal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 20q-1.2 0-2.1.9l-.4.5l-.4-.5c-.6-.6-1.4-.9-2.1-.9s-1.5.3-2.1.9c-1.2 1.2-1.2 3.1 0 4.3l4.6 4.8l4.6-4.8c1.2-1.2 1.2-3.1 0-4.3c-.5-.6-1.3-.9-2.1-.9"/><path fill="currentColor" d="M16.6 28.6L4 16L16 4l12.6 12.6l1.4-1.4L17.5 2.6c-.8-.8-2.1-.8-2.9 0l-12 11.9c-.8.8-.8 2.1 0 2.9L15.1 30z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 20q-1.2 0-2.1.9l-.4.5l-.4-.5c-.6-.6-1.4-.9-2.1-.9s-1.5.3-2.1.9c-1.2 1.2-1.2 3.1 0 4.3l4.6 4.8l4.6-4.8c1.2-1.2 1.2-3.1 0-4.3c-.5-.6-1.3-.9-2.1-.9"/><path fill="currentColor" d="M16.6 28.6L4 16L16 4l12.6 12.6l1.4-1.4L17.5 2.6c-.8-.8-2.1-.8-2.9 0l-12 11.9c-.8.8-.8 2.1 0 2.9L15.1 30z"/></svg>
</template>

CSS

.icon-intent-request-heal {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2020q-1.2%200-2.1.9l-.4.5l-.4-.5c-.6-.6-1.4-.9-2.1-.9s-1.5.3-2.1.9c-1.2%201.2-1.2%203.1%200%204.3l4.6%204.8l4.6-4.8c1.2-1.2%201.2-3.1%200-4.3c-.5-.6-1.3-.9-2.1-.9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.6%2028.6L4%2016L16%204l12.6%2012.6l1.4-1.4L17.5%202.6c-.8-.8-2.1-.8-2.9%200l-12%2011.9c-.8.8-.8%202.1%200%202.9L15.1%2030z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2020q-1.2%200-2.1.9l-.4.5l-.4-.5c-.6-.6-1.4-.9-2.1-.9s-1.5.3-2.1.9c-1.2%201.2-1.2%203.1%200%204.3l4.6%204.8l4.6-4.8c1.2-1.2%201.2-3.1%200-4.3c-.5-.6-1.3-.9-2.1-.9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.6%2028.6L4%2016L16%204l12.6%2012.6l1.4-1.4L17.5%202.6c-.8-.8-2.1-.8-2.9%200l-12%2011.9c-.8.8-.8%202.1%200%202.9L15.1%2030z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/intent-request-heal.svg?color=%231a73e8&size=48