angel-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
angel-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the angel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3.512 9A9 9 0 1 0 21 12c0-1.052-.18-2.062-.512-3M9.354 16c.705.622 1.632 1 2.646 1s1.94-.378 2.646-1M7 12c.3-.598.859-1 1.5-1s1.2.402 1.5 1m4 0c.3-.598.859-1 1.5-1s1.2.402 1.5 1m4-7c0 1.105-4.03 2-9 2s-9-.895-9-2s4.03-2 9-2s9 .895 9 2Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteAngelLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="2" d="M3.512 9A9 9 0 1 0 21 12c0-1.052-.18-2.062-.512-3M9.354 16c.705.622 1.632 1 2.646 1s1.94-.378 2.646-1M7 12c.3-.598.859-1 1.5-1s1.2.402 1.5 1m4 0c.3-.598.859-1 1.5-1s1.2.402 1.5 1m4-7c0 1.105-4.03 2-9 2s-9-.895-9-2s4.03-2 9-2s9 .895 9 2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3.512 9A9 9 0 1 0 21 12c0-1.052-.18-2.062-.512-3M9.354 16c.705.622 1.632 1 2.646 1s1.94-.378 2.646-1M7 12c.3-.598.859-1 1.5-1s1.2.402 1.5 1m4 0c.3-.598.859-1 1.5-1s1.2.402 1.5 1m4-7c0 1.105-4.03 2-9 2s-9-.895-9-2s4.03-2 9-2s9 .895 9 2Z"/></svg>
</template>

CSS

.icon-angel-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3.512%209A9%209%200%201%200%2021%2012c0-1.052-.18-2.062-.512-3M9.354%2016c.705.622%201.632%201%202.646%201s1.94-.378%202.646-1M7%2012c.3-.598.859-1%201.5-1s1.2.402%201.5%201m4%200c.3-.598.859-1%201.5-1s1.2.402%201.5%201m4-7c0%201.105-4.03%202-9%202s-9-.895-9-2s4.03-2%209-2s9%20.895%209%202Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3.512%209A9%209%200%201%200%2021%2012c0-1.052-.18-2.062-.512-3M9.354%2016c.705.622%201.632%201%202.646%201s1.94-.378%202.646-1M7%2012c.3-.598.859-1%201.5-1s1.2.402%201.5%201m4%200c.3-.598.859-1%201.5-1s1.2.402%201.5%201m4-7c0%201.105-4.03%202-9%202s-9-.895-9-2s4.03-2%209-2s9%20.895%209%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/angel-line.svg?color=%231a73e8&size=48