coti logo
coti-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.
- Name
- coti-background
- Set
- Web3 Icons Branded
- Style
- Background
- Viewbox
- 24×24
- License
- MIT
1 other variant in Web3 Icons Branded
Use the coti 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(#SVGHcSWxdhd266)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="url(#SVGKW34rdfF)" d="M4.37 10.685c-.255 0-.37.115-.37.345v5.885c0 .255.115.34.37.34c2.825.03 6.275-2.485 9.13-4.455V6c-2.825 1.945-6.36 4.715-9.13 4.685"/><path fill="url(#SVG3jIPubUQ)" d="M19.63 13.345c.255 0 .37-.115.37-.345V7.115c0-.26-.115-.345-.37-.345c-2.85-.025-6.275 2.485-9.13 4.46V18c2.825-1.945 6.36-4.715 9.13-4.655"/><path fill="#194aad" d="M13.5 12.74V9.183q-1.518 1-3 2.05v3.6c1.05-.685 2.05-1.415 3-2.1z"/></g><defs><linearGradient id="SVGKW34rdfF" x1="13.474" x2="12.326" y1="17.109" y2="6.858" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="#194aad"/><stop offset=".5" stop-color="#248fcb"/><stop offset=".8" stop-color="#2bbfdf"/></linearGradient><linearGradient id="SVG3jIPubUQ" x1="13.76" x2="12.238" y1="5.338" y2="18.924" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="#194aad"/><stop offset=".5" stop-color="#248fcb"/><stop offset=".8" stop-color="#2bbfdf"/></linearGradient><clipPath id="SVGHcSWxdhd266"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedCotiBackground(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(#SVGHcSWxdhd266)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="url(#SVGKW34rdfF)" d="M4.37 10.685c-.255 0-.37.115-.37.345v5.885c0 .255.115.34.37.34c2.825.03 6.275-2.485 9.13-4.455V6c-2.825 1.945-6.36 4.715-9.13 4.685"/><path fill="url(#SVG3jIPubUQ)" d="M19.63 13.345c.255 0 .37-.115.37-.345V7.115c0-.26-.115-.345-.37-.345c-2.85-.025-6.275 2.485-9.13 4.46V18c2.825-1.945 6.36-4.715 9.13-4.655"/><path fill="#194aad" d="M13.5 12.74V9.183q-1.518 1-3 2.05v3.6c1.05-.685 2.05-1.415 3-2.1z"/></g><defs><linearGradient id="SVGKW34rdfF" x1="13.474" x2="12.326" y1="17.109" y2="6.858" gradientUnits="userSpaceOnUse"><stop offset=".1" stopColor="#194aad"/><stop offset=".5" stopColor="#248fcb"/><stop offset=".8" stopColor="#2bbfdf"/></linearGradient><linearGradient id="SVG3jIPubUQ" x1="13.76" x2="12.238" y1="5.338" y2="18.924" gradientUnits="userSpaceOnUse"><stop offset=".1" stopColor="#194aad"/><stop offset=".5" stopColor="#248fcb"/><stop offset=".8" stopColor="#2bbfdf"/></linearGradient><clipPath id="SVGHcSWxdhd266"><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(#SVGHcSWxdhd266)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="url(#SVGKW34rdfF)" d="M4.37 10.685c-.255 0-.37.115-.37.345v5.885c0 .255.115.34.37.34c2.825.03 6.275-2.485 9.13-4.455V6c-2.825 1.945-6.36 4.715-9.13 4.685"/><path fill="url(#SVG3jIPubUQ)" d="M19.63 13.345c.255 0 .37-.115.37-.345V7.115c0-.26-.115-.345-.37-.345c-2.85-.025-6.275 2.485-9.13 4.46V18c2.825-1.945 6.36-4.715 9.13-4.655"/><path fill="#194aad" d="M13.5 12.74V9.183q-1.518 1-3 2.05v3.6c1.05-.685 2.05-1.415 3-2.1z"/></g><defs><linearGradient id="SVGKW34rdfF" x1="13.474" x2="12.326" y1="17.109" y2="6.858" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="#194aad"/><stop offset=".5" stop-color="#248fcb"/><stop offset=".8" stop-color="#2bbfdf"/></linearGradient><linearGradient id="SVG3jIPubUQ" x1="13.76" x2="12.238" y1="5.338" y2="18.924" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="#194aad"/><stop offset=".5" stop-color="#248fcb"/><stop offset=".8" stop-color="#2bbfdf"/></linearGradient><clipPath id="SVGHcSWxdhd266"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-coti-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(%23SVGHcSWxdhd266)%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKW34rdfF)%22%20d%3D%22M4.37%2010.685c-.255%200-.37.115-.37.345v5.885c0%20.255.115.34.37.34c2.825.03%206.275-2.485%209.13-4.455V6c-2.825%201.945-6.36%204.715-9.13%204.685%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG3jIPubUQ)%22%20d%3D%22M19.63%2013.345c.255%200%20.37-.115.37-.345V7.115c0-.26-.115-.345-.37-.345c-2.85-.025-6.275%202.485-9.13%204.46V18c2.825-1.945%206.36-4.715%209.13-4.655%22%2F%3E%3Cpath%20fill%3D%22%23194aad%22%20d%3D%22M13.5%2012.74V9.183q-1.518%201-3%202.05v3.6c1.05-.685%202.05-1.415%203-2.1z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGKW34rdfF%22%20x1%3D%2213.474%22%20x2%3D%2212.326%22%20y1%3D%2217.109%22%20y2%3D%226.858%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.1%22%20stop-color%3D%22%23194aad%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23248fcb%22%2F%3E%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%232bbfdf%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG3jIPubUQ%22%20x1%3D%2213.76%22%20x2%3D%2212.238%22%20y1%3D%225.338%22%20y2%3D%2218.924%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.1%22%20stop-color%3D%22%23194aad%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23248fcb%22%2F%3E%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%232bbfdf%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd266%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(%23SVGHcSWxdhd266)%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKW34rdfF)%22%20d%3D%22M4.37%2010.685c-.255%200-.37.115-.37.345v5.885c0%20.255.115.34.37.34c2.825.03%206.275-2.485%209.13-4.455V6c-2.825%201.945-6.36%204.715-9.13%204.685%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG3jIPubUQ)%22%20d%3D%22M19.63%2013.345c.255%200%20.37-.115.37-.345V7.115c0-.26-.115-.345-.37-.345c-2.85-.025-6.275%202.485-9.13%204.46V18c2.825-1.945%206.36-4.715%209.13-4.655%22%2F%3E%3Cpath%20fill%3D%22%23194aad%22%20d%3D%22M13.5%2012.74V9.183q-1.518%201-3%202.05v3.6c1.05-.685%202.05-1.415%203-2.1z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGKW34rdfF%22%20x1%3D%2213.474%22%20x2%3D%2212.326%22%20y1%3D%2217.109%22%20y2%3D%226.858%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.1%22%20stop-color%3D%22%23194aad%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23248fcb%22%2F%3E%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%232bbfdf%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG3jIPubUQ%22%20x1%3D%2213.76%22%20x2%3D%2212.238%22%20y1%3D%225.338%22%20y2%3D%2218.924%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.1%22%20stop-color%3D%22%23194aad%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23248fcb%22%2F%3E%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%232bbfdf%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd266%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/coti-background.svg?color=%231a73e8&size=48