glow from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
glow
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the glow logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.312 18.416A8.97 8.97 0 0 1 12 21a8.97 8.97 0 0 1-6.3-2.574c3.685-2.903 8.923-2.906 12.612-.01m.104-.104A8.97 8.97 0 0 0 21 12a8.97 8.97 0 0 0-2.572-6.3c-2.905 3.697-2.908 8.923-.012 12.612m-.09-12.714c-3.695 2.91-8.95 2.906-12.64-.011A8.97 8.97 0 0 1 12 3c2.465 0 4.7.992 6.325 2.598m-12.74.087A8.97 8.97 0 0 0 3 12c0 2.466.992 4.7 2.598 6.325c2.91-3.694 2.906-8.948-.011-12.64"/></svg>

React

import type { SVGProps } from "react";

export function TokenGlow(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="M18.312 18.416A8.97 8.97 0 0 1 12 21a8.97 8.97 0 0 1-6.3-2.574c3.685-2.903 8.923-2.906 12.612-.01m.104-.104A8.97 8.97 0 0 0 21 12a8.97 8.97 0 0 0-2.572-6.3c-2.905 3.697-2.908 8.923-.012 12.612m-.09-12.714c-3.695 2.91-8.95 2.906-12.64-.011A8.97 8.97 0 0 1 12 3c2.465 0 4.7.992 6.325 2.598m-12.74.087A8.97 8.97 0 0 0 3 12c0 2.466.992 4.7 2.598 6.325c2.91-3.694 2.906-8.948-.011-12.64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.312 18.416A8.97 8.97 0 0 1 12 21a8.97 8.97 0 0 1-6.3-2.574c3.685-2.903 8.923-2.906 12.612-.01m.104-.104A8.97 8.97 0 0 0 21 12a8.97 8.97 0 0 0-2.572-6.3c-2.905 3.697-2.908 8.923-.012 12.612m-.09-12.714c-3.695 2.91-8.95 2.906-12.64-.011A8.97 8.97 0 0 1 12 3c2.465 0 4.7.992 6.325 2.598m-12.74.087A8.97 8.97 0 0 0 3 12c0 2.466.992 4.7 2.598 6.325c2.91-3.694 2.906-8.948-.011-12.64"/></svg>
</template>

CSS

.icon-glow {
  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%22M18.312%2018.416A8.97%208.97%200%200%201%2012%2021a8.97%208.97%200%200%201-6.3-2.574c3.685-2.903%208.923-2.906%2012.612-.01m.104-.104A8.97%208.97%200%200%200%2021%2012a8.97%208.97%200%200%200-2.572-6.3c-2.905%203.697-2.908%208.923-.012%2012.612m-.09-12.714c-3.695%202.91-8.95%202.906-12.64-.011A8.97%208.97%200%200%201%2012%203c2.465%200%204.7.992%206.325%202.598m-12.74.087A8.97%208.97%200%200%200%203%2012c0%202.466.992%204.7%202.598%206.325c2.91-3.694%202.906-8.948-.011-12.64%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%22M18.312%2018.416A8.97%208.97%200%200%201%2012%2021a8.97%208.97%200%200%201-6.3-2.574c3.685-2.903%208.923-2.906%2012.612-.01m.104-.104A8.97%208.97%200%200%200%2021%2012a8.97%208.97%200%200%200-2.572-6.3c-2.905%203.697-2.908%208.923-.012%2012.612m-.09-12.714c-3.695%202.91-8.95%202.906-12.64-.011A8.97%208.97%200%200%201%2012%203c2.465%200%204.7.992%206.325%202.598m-12.74.087A8.97%208.97%200%200%200%203%2012c0%202.466.992%204.7%202.598%206.325c2.91-3.694%202.906-8.948-.011-12.64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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