tut-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.

Name
tut-background
Set
Web3 Icons Branded
Style
Background
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the tut logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGHcSWxdhd61)"><path fill="url(#SVGl5JFYtIv)" d="M24 0H0v24h24z"/><path fill="#fff" fill-rule="evenodd" d="M11.994 19.995a7.995 7.995 0 1 0 0-15.99a7.995 7.995 0 0 0 0 15.99m2.998-7.994l-4.497-2.498v4.996z" clip-rule="evenodd"/><path fill="#fff" d="M15.437 4.782c1.13 1.708 2.388 5.14-.445 7.22l-4.496 2.497c0 1.335.899 4.047 4.496 4.247c.455.025.895.02 1.304-.005a7.989 7.989 0 0 0-.859-13.96"/><path fill="#fff" d="M4 12.04c.56-1.299 1.834-3.037 3.997-3.037c.335 0 1.3.1 2.498.5L14.992 12c.664-.5 1.998-1.849 1.998-3.248c0-1.499-.55-2.808-1.488-3.937A7.994 7.994 0 0 0 4 12.04"/></g><defs><linearGradient id="SVGl5JFYtIv" x1="12" x2="12" y1="4.005" y2="19.995" gradientUnits="userSpaceOnUse"><stop stop-color="#036276"/><stop offset=".36" stop-color="#066579"/><stop offset=".7" stop-color="#039aab"/><stop offset="1" stop-color="#11b7c5"/></linearGradient><clipPath id="SVGHcSWxdhd61"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedTutBackground(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clipPath="url(#SVGHcSWxdhd61)"><path fill="url(#SVGl5JFYtIv)" d="M24 0H0v24h24z"/><path fill="#fff" fillRule="evenodd" d="M11.994 19.995a7.995 7.995 0 1 0 0-15.99a7.995 7.995 0 0 0 0 15.99m2.998-7.994l-4.497-2.498v4.996z" clipRule="evenodd"/><path fill="#fff" d="M15.437 4.782c1.13 1.708 2.388 5.14-.445 7.22l-4.496 2.497c0 1.335.899 4.047 4.496 4.247c.455.025.895.02 1.304-.005a7.989 7.989 0 0 0-.859-13.96"/><path fill="#fff" d="M4 12.04c.56-1.299 1.834-3.037 3.997-3.037c.335 0 1.3.1 2.498.5L14.992 12c.664-.5 1.998-1.849 1.998-3.248c0-1.499-.55-2.808-1.488-3.937A7.994 7.994 0 0 0 4 12.04"/></g><defs><linearGradient id="SVGl5JFYtIv" x1="12" x2="12" y1="4.005" y2="19.995" gradientUnits="userSpaceOnUse"><stop stopColor="#036276"/><stop offset=".36" stopColor="#066579"/><stop offset=".7" stopColor="#039aab"/><stop offset="1" stopColor="#11b7c5"/></linearGradient><clipPath id="SVGHcSWxdhd61"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGHcSWxdhd61)"><path fill="url(#SVGl5JFYtIv)" d="M24 0H0v24h24z"/><path fill="#fff" fill-rule="evenodd" d="M11.994 19.995a7.995 7.995 0 1 0 0-15.99a7.995 7.995 0 0 0 0 15.99m2.998-7.994l-4.497-2.498v4.996z" clip-rule="evenodd"/><path fill="#fff" d="M15.437 4.782c1.13 1.708 2.388 5.14-.445 7.22l-4.496 2.497c0 1.335.899 4.047 4.496 4.247c.455.025.895.02 1.304-.005a7.989 7.989 0 0 0-.859-13.96"/><path fill="#fff" d="M4 12.04c.56-1.299 1.834-3.037 3.997-3.037c.335 0 1.3.1 2.498.5L14.992 12c.664-.5 1.998-1.849 1.998-3.248c0-1.499-.55-2.808-1.488-3.937A7.994 7.994 0 0 0 4 12.04"/></g><defs><linearGradient id="SVGl5JFYtIv" x1="12" x2="12" y1="4.005" y2="19.995" gradientUnits="userSpaceOnUse"><stop stop-color="#036276"/><stop offset=".36" stop-color="#066579"/><stop offset=".7" stop-color="#039aab"/><stop offset="1" stop-color="#11b7c5"/></linearGradient><clipPath id="SVGHcSWxdhd61"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-tut-background {
  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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGHcSWxdhd61)%22%3E%3Cpath%20fill%3D%22url(%23SVGl5JFYtIv)%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.994%2019.995a7.995%207.995%200%201%200%200-15.99a7.995%207.995%200%200%200%200%2015.99m2.998-7.994l-4.497-2.498v4.996z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.437%204.782c1.13%201.708%202.388%205.14-.445%207.22l-4.496%202.497c0%201.335.899%204.047%204.496%204.247c.455.025.895.02%201.304-.005a7.989%207.989%200%200%200-.859-13.96%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2012.04c.56-1.299%201.834-3.037%203.997-3.037c.335%200%201.3.1%202.498.5L14.992%2012c.664-.5%201.998-1.849%201.998-3.248c0-1.499-.55-2.808-1.488-3.937A7.994%207.994%200%200%200%204%2012.04%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGl5JFYtIv%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%224.005%22%20y2%3D%2219.995%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23036276%22%2F%3E%3Cstop%20offset%3D%22.36%22%20stop-color%3D%22%23066579%22%2F%3E%3Cstop%20offset%3D%22.7%22%20stop-color%3D%22%23039aab%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2311b7c5%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd61%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGHcSWxdhd61)%22%3E%3Cpath%20fill%3D%22url(%23SVGl5JFYtIv)%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.994%2019.995a7.995%207.995%200%201%200%200-15.99a7.995%207.995%200%200%200%200%2015.99m2.998-7.994l-4.497-2.498v4.996z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.437%204.782c1.13%201.708%202.388%205.14-.445%207.22l-4.496%202.497c0%201.335.899%204.047%204.496%204.247c.455.025.895.02%201.304-.005a7.989%207.989%200%200%200-.859-13.96%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2012.04c.56-1.299%201.834-3.037%203.997-3.037c.335%200%201.3.1%202.498.5L14.992%2012c.664-.5%201.998-1.849%201.998-3.248c0-1.499-.55-2.808-1.488-3.937A7.994%207.994%200%200%200%204%2012.04%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGl5JFYtIv%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%224.005%22%20y2%3D%2219.995%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23036276%22%2F%3E%3Cstop%20offset%3D%22.36%22%20stop-color%3D%22%23066579%22%2F%3E%3Cstop%20offset%3D%22.7%22%20stop-color%3D%22%23039aab%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2311b7c5%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd61%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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