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

Name
angel-fill
Set
MingCute Icon
Style
Fill
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="currentColor" fill-rule="evenodd" d="M12 2c-2.536 0-4.862.228-6.58.61c-.852.189-1.61.428-2.178.726a2.9 2.9 0 0 0-.795.584C2.217 4.17 2 4.536 2 5s.216.83.447 1.08c.226.246.512.435.795.584q.11.058.23.112A9.95 9.95 0 0 0 2 12c0 5.523 4.477 10 10 10s10-4.477 10-10a9.95 9.95 0 0 0-1.471-5.224a5 5 0 0 0 .229-.112a3 3 0 0 0 .795-.584c.23-.25.447-.616.447-1.08s-.216-.83-.447-1.08a2.9 2.9 0 0 0-.795-.584c-.569-.298-1.326-.537-2.177-.726C16.862 2.228 14.536 2 12 2M5.853 5.438c-1.553-.345-1.553-.53 0-.876C7.391 4.22 9.565 4 12 4s4.609.22 6.147.562c1.553.345 1.553.53 0 .876C16.609 5.78 14.435 6 12 6s-4.609-.22-6.147-.562m4.163 9.812a1 1 0 1 0-1.324 1.5A5 5 0 0 0 12 18a5 5 0 0 0 3.308-1.25a1 1 0 0 0-1.324-1.5c-.53.468-1.223.75-1.984.75a3 3 0 0 1-1.984-.75M8.5 12c-.195 0-.444.124-.606.448a1 1 0 1 1-1.788-.896C6.542 10.681 7.413 10 8.5 10s1.957.68 2.394 1.552a1 1 0 0 1-1.788.896C8.944 12.124 8.696 12 8.5 12m6.394.448c.162-.324.41-.448.606-.448c.195 0 .444.124.606.448a1 1 0 1 0 1.788-.896C17.458 10.681 16.587 10 15.5 10s-1.957.68-2.394 1.552a1 1 0 0 0 1.788.896" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteAngelFill(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" fillRule="evenodd" d="M12 2c-2.536 0-4.862.228-6.58.61c-.852.189-1.61.428-2.178.726a2.9 2.9 0 0 0-.795.584C2.217 4.17 2 4.536 2 5s.216.83.447 1.08c.226.246.512.435.795.584q.11.058.23.112A9.95 9.95 0 0 0 2 12c0 5.523 4.477 10 10 10s10-4.477 10-10a9.95 9.95 0 0 0-1.471-5.224a5 5 0 0 0 .229-.112a3 3 0 0 0 .795-.584c.23-.25.447-.616.447-1.08s-.216-.83-.447-1.08a2.9 2.9 0 0 0-.795-.584c-.569-.298-1.326-.537-2.177-.726C16.862 2.228 14.536 2 12 2M5.853 5.438c-1.553-.345-1.553-.53 0-.876C7.391 4.22 9.565 4 12 4s4.609.22 6.147.562c1.553.345 1.553.53 0 .876C16.609 5.78 14.435 6 12 6s-4.609-.22-6.147-.562m4.163 9.812a1 1 0 1 0-1.324 1.5A5 5 0 0 0 12 18a5 5 0 0 0 3.308-1.25a1 1 0 0 0-1.324-1.5c-.53.468-1.223.75-1.984.75a3 3 0 0 1-1.984-.75M8.5 12c-.195 0-.444.124-.606.448a1 1 0 1 1-1.788-.896C6.542 10.681 7.413 10 8.5 10s1.957.68 2.394 1.552a1 1 0 0 1-1.788.896C8.944 12.124 8.696 12 8.5 12m6.394.448c.162-.324.41-.448.606-.448c.195 0 .444.124.606.448a1 1 0 1 0 1.788-.896C17.458 10.681 16.587 10 15.5 10s-1.957.68-2.394 1.552a1 1 0 0 0 1.788.896" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2c-2.536 0-4.862.228-6.58.61c-.852.189-1.61.428-2.178.726a2.9 2.9 0 0 0-.795.584C2.217 4.17 2 4.536 2 5s.216.83.447 1.08c.226.246.512.435.795.584q.11.058.23.112A9.95 9.95 0 0 0 2 12c0 5.523 4.477 10 10 10s10-4.477 10-10a9.95 9.95 0 0 0-1.471-5.224a5 5 0 0 0 .229-.112a3 3 0 0 0 .795-.584c.23-.25.447-.616.447-1.08s-.216-.83-.447-1.08a2.9 2.9 0 0 0-.795-.584c-.569-.298-1.326-.537-2.177-.726C16.862 2.228 14.536 2 12 2M5.853 5.438c-1.553-.345-1.553-.53 0-.876C7.391 4.22 9.565 4 12 4s4.609.22 6.147.562c1.553.345 1.553.53 0 .876C16.609 5.78 14.435 6 12 6s-4.609-.22-6.147-.562m4.163 9.812a1 1 0 1 0-1.324 1.5A5 5 0 0 0 12 18a5 5 0 0 0 3.308-1.25a1 1 0 0 0-1.324-1.5c-.53.468-1.223.75-1.984.75a3 3 0 0 1-1.984-.75M8.5 12c-.195 0-.444.124-.606.448a1 1 0 1 1-1.788-.896C6.542 10.681 7.413 10 8.5 10s1.957.68 2.394 1.552a1 1 0 0 1-1.788.896C8.944 12.124 8.696 12 8.5 12m6.394.448c.162-.324.41-.448.606-.448c.195 0 .444.124.606.448a1 1 0 1 0 1.788-.896C17.458 10.681 16.587 10 15.5 10s-1.957.68-2.394 1.552a1 1 0 0 0 1.788.896" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-angel-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202c-2.536%200-4.862.228-6.58.61c-.852.189-1.61.428-2.178.726a2.9%202.9%200%200%200-.795.584C2.217%204.17%202%204.536%202%205s.216.83.447%201.08c.226.246.512.435.795.584q.11.058.23.112A9.95%209.95%200%200%200%202%2012c0%205.523%204.477%2010%2010%2010s10-4.477%2010-10a9.95%209.95%200%200%200-1.471-5.224a5%205%200%200%200%20.229-.112a3%203%200%200%200%20.795-.584c.23-.25.447-.616.447-1.08s-.216-.83-.447-1.08a2.9%202.9%200%200%200-.795-.584c-.569-.298-1.326-.537-2.177-.726C16.862%202.228%2014.536%202%2012%202M5.853%205.438c-1.553-.345-1.553-.53%200-.876C7.391%204.22%209.565%204%2012%204s4.609.22%206.147.562c1.553.345%201.553.53%200%20.876C16.609%205.78%2014.435%206%2012%206s-4.609-.22-6.147-.562m4.163%209.812a1%201%200%201%200-1.324%201.5A5%205%200%200%200%2012%2018a5%205%200%200%200%203.308-1.25a1%201%200%200%200-1.324-1.5c-.53.468-1.223.75-1.984.75a3%203%200%200%201-1.984-.75M8.5%2012c-.195%200-.444.124-.606.448a1%201%200%201%201-1.788-.896C6.542%2010.681%207.413%2010%208.5%2010s1.957.68%202.394%201.552a1%201%200%200%201-1.788.896C8.944%2012.124%208.696%2012%208.5%2012m6.394.448c.162-.324.41-.448.606-.448c.195%200%20.444.124.606.448a1%201%200%201%200%201.788-.896C17.458%2010.681%2016.587%2010%2015.5%2010s-1.957.68-2.394%201.552a1%201%200%200%200%201.788.896%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202c-2.536%200-4.862.228-6.58.61c-.852.189-1.61.428-2.178.726a2.9%202.9%200%200%200-.795.584C2.217%204.17%202%204.536%202%205s.216.83.447%201.08c.226.246.512.435.795.584q.11.058.23.112A9.95%209.95%200%200%200%202%2012c0%205.523%204.477%2010%2010%2010s10-4.477%2010-10a9.95%209.95%200%200%200-1.471-5.224a5%205%200%200%200%20.229-.112a3%203%200%200%200%20.795-.584c.23-.25.447-.616.447-1.08s-.216-.83-.447-1.08a2.9%202.9%200%200%200-.795-.584c-.569-.298-1.326-.537-2.177-.726C16.862%202.228%2014.536%202%2012%202M5.853%205.438c-1.553-.345-1.553-.53%200-.876C7.391%204.22%209.565%204%2012%204s4.609.22%206.147.562c1.553.345%201.553.53%200%20.876C16.609%205.78%2014.435%206%2012%206s-4.609-.22-6.147-.562m4.163%209.812a1%201%200%201%200-1.324%201.5A5%205%200%200%200%2012%2018a5%205%200%200%200%203.308-1.25a1%201%200%200%200-1.324-1.5c-.53.468-1.223.75-1.984.75a3%203%200%200%201-1.984-.75M8.5%2012c-.195%200-.444.124-.606.448a1%201%200%201%201-1.788-.896C6.542%2010.681%207.413%2010%208.5%2010s1.957.68%202.394%201.552a1%201%200%200%201-1.788.896C8.944%2012.124%208.696%2012%208.5%2012m6.394.448c.162-.324.41-.448.606-.448c.195%200%20.444.124.606.448a1%201%200%201%200%201.788-.896C17.458%2010.681%2016.587%2010%2015.5%2010s-1.957.68-2.394%201.552a1%201%200%200%200%201.788.896%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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