grs logo
grs from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- grs
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
Use the grs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.3 19.909A8.96 8.96 0 0 1 12 21a9 9 0 0 1-9-9a9 9 0 0 1 9-9a9 9 0 0 1 5.265 16.3c-.332-1.23-1.524-1.756-2.706-1.833c-1.457-.086-2.913-.144-4.37-.253h-.017c-.613-.13-.799-.506-.478-1.04c.152-.259.388-.473.602-.698c.05-.045.185-.028.275-.005c1.013.242 2.02.253 3.004-.096c1.204-.428 2.03-1.243 2.334-2.509c.228-.935.027-1.711-.393-2.553h1.372c.056-.006.14-.04.157-.074l.456-1.569s-.566.533-.973.517c-.407.004-1.8 0-1.8 0l1.153-1.305c.8-.864 1.876-2.263.95-3.408c-.37-.372-.927-.557-.927-.557s-.45-.028-.67 0c-.773.111-1.264.765-1.36 1.507c-.035.136.131.175.201.062c.195-.272.277-.547.591-.73a1.16 1.16 0 0 1 1.412.201c.761.825.052 2.136-.574 2.813c-.138.163-.913 1.24-1.153 1.102c-.703-.399-1.457-.579-2.267-.596c-1.576-.1-3.232.746-3.925 2.195c-.496 1.038-.472 2.34.109 3.34c.342.587.877 1.023 1.466 1.347c-.414.405-.853.79-1.244 1.218c-.281.32-.478.703-.506 1.153c-.05.64.578.98 1.012 1.328l-.342.36q-.34.365-.687.72a.27.27 0 0 1-.169.022c.28.162.939.432.933.429c.234-.487.541-.909.884-1.329c.04-.056.146-.078.225-.078c1.626.106 3.257.178 4.882.298c.7.021 1.578.63 1.578.63"/><path fill="currentColor" d="M13.3 14.537c-.521.489-1.35.613-2 .327c-.916-.403-1.315-1.526-1.416-2.448c-.18-1.205-.077-2.911 1.25-3.42c1.629-.636 2.659 1.185 2.778 2.548c.1.959.158 2.267-.613 2.993"/></svg>
React
import type { SVGProps } from "react";
export function TokenGrs(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="M16.3 19.909A8.96 8.96 0 0 1 12 21a9 9 0 0 1-9-9a9 9 0 0 1 9-9a9 9 0 0 1 5.265 16.3c-.332-1.23-1.524-1.756-2.706-1.833c-1.457-.086-2.913-.144-4.37-.253h-.017c-.613-.13-.799-.506-.478-1.04c.152-.259.388-.473.602-.698c.05-.045.185-.028.275-.005c1.013.242 2.02.253 3.004-.096c1.204-.428 2.03-1.243 2.334-2.509c.228-.935.027-1.711-.393-2.553h1.372c.056-.006.14-.04.157-.074l.456-1.569s-.566.533-.973.517c-.407.004-1.8 0-1.8 0l1.153-1.305c.8-.864 1.876-2.263.95-3.408c-.37-.372-.927-.557-.927-.557s-.45-.028-.67 0c-.773.111-1.264.765-1.36 1.507c-.035.136.131.175.201.062c.195-.272.277-.547.591-.73a1.16 1.16 0 0 1 1.412.201c.761.825.052 2.136-.574 2.813c-.138.163-.913 1.24-1.153 1.102c-.703-.399-1.457-.579-2.267-.596c-1.576-.1-3.232.746-3.925 2.195c-.496 1.038-.472 2.34.109 3.34c.342.587.877 1.023 1.466 1.347c-.414.405-.853.79-1.244 1.218c-.281.32-.478.703-.506 1.153c-.05.64.578.98 1.012 1.328l-.342.36q-.34.365-.687.72a.27.27 0 0 1-.169.022c.28.162.939.432.933.429c.234-.487.541-.909.884-1.329c.04-.056.146-.078.225-.078c1.626.106 3.257.178 4.882.298c.7.021 1.578.63 1.578.63"/><path fill="currentColor" d="M13.3 14.537c-.521.489-1.35.613-2 .327c-.916-.403-1.315-1.526-1.416-2.448c-.18-1.205-.077-2.911 1.25-3.42c1.629-.636 2.659 1.185 2.778 2.548c.1.959.158 2.267-.613 2.993"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.3 19.909A8.96 8.96 0 0 1 12 21a9 9 0 0 1-9-9a9 9 0 0 1 9-9a9 9 0 0 1 5.265 16.3c-.332-1.23-1.524-1.756-2.706-1.833c-1.457-.086-2.913-.144-4.37-.253h-.017c-.613-.13-.799-.506-.478-1.04c.152-.259.388-.473.602-.698c.05-.045.185-.028.275-.005c1.013.242 2.02.253 3.004-.096c1.204-.428 2.03-1.243 2.334-2.509c.228-.935.027-1.711-.393-2.553h1.372c.056-.006.14-.04.157-.074l.456-1.569s-.566.533-.973.517c-.407.004-1.8 0-1.8 0l1.153-1.305c.8-.864 1.876-2.263.95-3.408c-.37-.372-.927-.557-.927-.557s-.45-.028-.67 0c-.773.111-1.264.765-1.36 1.507c-.035.136.131.175.201.062c.195-.272.277-.547.591-.73a1.16 1.16 0 0 1 1.412.201c.761.825.052 2.136-.574 2.813c-.138.163-.913 1.24-1.153 1.102c-.703-.399-1.457-.579-2.267-.596c-1.576-.1-3.232.746-3.925 2.195c-.496 1.038-.472 2.34.109 3.34c.342.587.877 1.023 1.466 1.347c-.414.405-.853.79-1.244 1.218c-.281.32-.478.703-.506 1.153c-.05.64.578.98 1.012 1.328l-.342.36q-.34.365-.687.72a.27.27 0 0 1-.169.022c.28.162.939.432.933.429c.234-.487.541-.909.884-1.329c.04-.056.146-.078.225-.078c1.626.106 3.257.178 4.882.298c.7.021 1.578.63 1.578.63"/><path fill="currentColor" d="M13.3 14.537c-.521.489-1.35.613-2 .327c-.916-.403-1.315-1.526-1.416-2.448c-.18-1.205-.077-2.911 1.25-3.42c1.629-.636 2.659 1.185 2.778 2.548c.1.959.158 2.267-.613 2.993"/></svg> </template>
CSS
.icon-grs {
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%22M16.3%2019.909A8.96%208.96%200%200%201%2012%2021a9%209%200%200%201-9-9a9%209%200%200%201%209-9a9%209%200%200%201%205.265%2016.3c-.332-1.23-1.524-1.756-2.706-1.833c-1.457-.086-2.913-.144-4.37-.253h-.017c-.613-.13-.799-.506-.478-1.04c.152-.259.388-.473.602-.698c.05-.045.185-.028.275-.005c1.013.242%202.02.253%203.004-.096c1.204-.428%202.03-1.243%202.334-2.509c.228-.935.027-1.711-.393-2.553h1.372c.056-.006.14-.04.157-.074l.456-1.569s-.566.533-.973.517c-.407.004-1.8%200-1.8%200l1.153-1.305c.8-.864%201.876-2.263.95-3.408c-.37-.372-.927-.557-.927-.557s-.45-.028-.67%200c-.773.111-1.264.765-1.36%201.507c-.035.136.131.175.201.062c.195-.272.277-.547.591-.73a1.16%201.16%200%200%201%201.412.201c.761.825.052%202.136-.574%202.813c-.138.163-.913%201.24-1.153%201.102c-.703-.399-1.457-.579-2.267-.596c-1.576-.1-3.232.746-3.925%202.195c-.496%201.038-.472%202.34.109%203.34c.342.587.877%201.023%201.466%201.347c-.414.405-.853.79-1.244%201.218c-.281.32-.478.703-.506%201.153c-.05.64.578.98%201.012%201.328l-.342.36q-.34.365-.687.72a.27.27%200%200%201-.169.022c.28.162.939.432.933.429c.234-.487.541-.909.884-1.329c.04-.056.146-.078.225-.078c1.626.106%203.257.178%204.882.298c.7.021%201.578.63%201.578.63%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.3%2014.537c-.521.489-1.35.613-2%20.327c-.916-.403-1.315-1.526-1.416-2.448c-.18-1.205-.077-2.911%201.25-3.42c1.629-.636%202.659%201.185%202.778%202.548c.1.959.158%202.267-.613%202.993%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%22M16.3%2019.909A8.96%208.96%200%200%201%2012%2021a9%209%200%200%201-9-9a9%209%200%200%201%209-9a9%209%200%200%201%205.265%2016.3c-.332-1.23-1.524-1.756-2.706-1.833c-1.457-.086-2.913-.144-4.37-.253h-.017c-.613-.13-.799-.506-.478-1.04c.152-.259.388-.473.602-.698c.05-.045.185-.028.275-.005c1.013.242%202.02.253%203.004-.096c1.204-.428%202.03-1.243%202.334-2.509c.228-.935.027-1.711-.393-2.553h1.372c.056-.006.14-.04.157-.074l.456-1.569s-.566.533-.973.517c-.407.004-1.8%200-1.8%200l1.153-1.305c.8-.864%201.876-2.263.95-3.408c-.37-.372-.927-.557-.927-.557s-.45-.028-.67%200c-.773.111-1.264.765-1.36%201.507c-.035.136.131.175.201.062c.195-.272.277-.547.591-.73a1.16%201.16%200%200%201%201.412.201c.761.825.052%202.136-.574%202.813c-.138.163-.913%201.24-1.153%201.102c-.703-.399-1.457-.579-2.267-.596c-1.576-.1-3.232.746-3.925%202.195c-.496%201.038-.472%202.34.109%203.34c.342.587.877%201.023%201.466%201.347c-.414.405-.853.79-1.244%201.218c-.281.32-.478.703-.506%201.153c-.05.64.578.98%201.012%201.328l-.342.36q-.34.365-.687.72a.27.27%200%200%201-.169.022c.28.162.939.432.933.429c.234-.487.541-.909.884-1.329c.04-.056.146-.078.225-.078c1.626.106%203.257.178%204.882.298c.7.021%201.578.63%201.578.63%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.3%2014.537c-.521.489-1.35.613-2%20.327c-.916-.403-1.315-1.526-1.416-2.448c-.18-1.205-.077-2.911%201.25-3.42c1.629-.636%202.659%201.185%202.778%202.548c.1.959.158%202.267-.613%202.993%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/grs.svg?color=%231a73e8&size=48