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

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

The same logo in other sets

Use the rad logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.886 12.14c-.476-.715-1.735-2.045-2.304-2.613c5.155-1.237 7.86 2.6 8.569 4.673c.07-.772.639-3.204 2.334-6.798c1.701-3.594 4.668-4.43 5.934-4.401c-.07 1.219-.477 4.093-1.527 5.817c-1.057 1.719-3.728 1.893-4.854 1.771a35 35 0 0 0-1.167 3.855c-.389 1.603.36 4.529.389 5.382c.029.865-.511 1.138-1.289 1.173c-.778.029-1.167-.523-1.167-1.173c0-.639.627-3.936.476-5.632c-.116-1.347-.87-2.096-1.225-2.304c-.348.476-1.242 1.399-2.009 1.323c-.958-.093-1.556-.185-2.16-1.074"/></svg>

React

import type { SVGProps } from "react";

export function TokenRad(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="M5.886 12.14c-.476-.715-1.735-2.045-2.304-2.613c5.155-1.237 7.86 2.6 8.569 4.673c.07-.772.639-3.204 2.334-6.798c1.701-3.594 4.668-4.43 5.934-4.401c-.07 1.219-.477 4.093-1.527 5.817c-1.057 1.719-3.728 1.893-4.854 1.771a35 35 0 0 0-1.167 3.855c-.389 1.603.36 4.529.389 5.382c.029.865-.511 1.138-1.289 1.173c-.778.029-1.167-.523-1.167-1.173c0-.639.627-3.936.476-5.632c-.116-1.347-.87-2.096-1.225-2.304c-.348.476-1.242 1.399-2.009 1.323c-.958-.093-1.556-.185-2.16-1.074"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.886 12.14c-.476-.715-1.735-2.045-2.304-2.613c5.155-1.237 7.86 2.6 8.569 4.673c.07-.772.639-3.204 2.334-6.798c1.701-3.594 4.668-4.43 5.934-4.401c-.07 1.219-.477 4.093-1.527 5.817c-1.057 1.719-3.728 1.893-4.854 1.771a35 35 0 0 0-1.167 3.855c-.389 1.603.36 4.529.389 5.382c.029.865-.511 1.138-1.289 1.173c-.778.029-1.167-.523-1.167-1.173c0-.639.627-3.936.476-5.632c-.116-1.347-.87-2.096-1.225-2.304c-.348.476-1.242 1.399-2.009 1.323c-.958-.093-1.556-.185-2.16-1.074"/></svg>
</template>

CSS

.icon-rad {
  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%22M5.886%2012.14c-.476-.715-1.735-2.045-2.304-2.613c5.155-1.237%207.86%202.6%208.569%204.673c.07-.772.639-3.204%202.334-6.798c1.701-3.594%204.668-4.43%205.934-4.401c-.07%201.219-.477%204.093-1.527%205.817c-1.057%201.719-3.728%201.893-4.854%201.771a35%2035%200%200%200-1.167%203.855c-.389%201.603.36%204.529.389%205.382c.029.865-.511%201.138-1.289%201.173c-.778.029-1.167-.523-1.167-1.173c0-.639.627-3.936.476-5.632c-.116-1.347-.87-2.096-1.225-2.304c-.348.476-1.242%201.399-2.009%201.323c-.958-.093-1.556-.185-2.16-1.074%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%22M5.886%2012.14c-.476-.715-1.735-2.045-2.304-2.613c5.155-1.237%207.86%202.6%208.569%204.673c.07-.772.639-3.204%202.334-6.798c1.701-3.594%204.668-4.43%205.934-4.401c-.07%201.219-.477%204.093-1.527%205.817c-1.057%201.719-3.728%201.893-4.854%201.771a35%2035%200%200%200-1.167%203.855c-.389%201.603.36%204.529.389%205.382c.029.865-.511%201.138-1.289%201.173c-.778.029-1.167-.523-1.167-1.173c0-.639.627-3.936.476-5.632c-.116-1.347-.87-2.096-1.225-2.304c-.348.476-1.242%201.399-2.009%201.323c-.958-.093-1.556-.185-2.16-1.074%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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