sdao logo
sdao-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.
- Name
- sdao-background
- Set
- Web3 Icons Branded
- Style
- Background
- Viewbox
- 24×24
- License
- MIT
1 other variant in Web3 Icons Branded
Use the sdao 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(#SVGHcSWxdhd189)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="url(#SVGrfaVab5a)" d="M12 20a8 8 0 1 0 0-16a8 8 0 0 0 0 16m2.023-10.25c.184-.795.08-1.82-.903-3.228c3.534.772 5.77 4.617 4.81 8.043a6.06 6.06 0 0 1-2.876 3.755c-1.181.659-2.903 1.176-4.179.48a2.41 2.41 0 0 1-1.18-2.48c.154-.777.714-1.539 1.312-2.259c.32-.386.659-.753.993-1.13l.518-.569c.668-.757 1.275-1.656 1.496-2.611z"/><path fill="#203bdb" d="M6.848 8.705c2.8-3.002 6.244-2.183 6.244-2.183l-.066-.076c-.376-.094-3.849-.706-6.178 2.26"/><path fill="url(#SVGCAn9bcby)" d="M15.058 18.32c-1.181.659-2.903 1.176-4.179.48a2.41 2.41 0 0 1-1.181-2.48c.155-.777.715-1.539 1.313-2.259c.32-.386.659-.753.993-1.13l.518-.569c-.885.932-2.231 1.389-3.2 2.137c-.965.739-1.271 1.854-1.017 3.045c.268 1.223 1.181 2.352 3.384 2.447c1.378.06 2.456-.848 3.37-1.671"/></g><defs><linearGradient id="SVGrfaVab5a" x1="20" x2="4" y1="12.014" y2="12.014" gradientUnits="userSpaceOnUse"><stop offset=".11" stop-color="#e25900"/><stop offset=".2" stop-color="#cbc91e"/><stop offset=".35" stop-color="#2de2c1"/><stop offset=".46" stop-color="#3093d3"/><stop offset=".7" stop-color="#2024de"/><stop offset="1" stop-color="#2624df"/></linearGradient><linearGradient id="SVGCAn9bcby" x1="9.905" x2="8.216" y1="15.826" y2="15.901" gradientUnits="userSpaceOnUse"><stop stop-color="#203bdb"/><stop offset="1" stop-color="#2133dd" stop-opacity=".4"/></linearGradient><clipPath id="SVGHcSWxdhd189"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedSdaoBackground(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(#SVGHcSWxdhd189)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="url(#SVGrfaVab5a)" d="M12 20a8 8 0 1 0 0-16a8 8 0 0 0 0 16m2.023-10.25c.184-.795.08-1.82-.903-3.228c3.534.772 5.77 4.617 4.81 8.043a6.06 6.06 0 0 1-2.876 3.755c-1.181.659-2.903 1.176-4.179.48a2.41 2.41 0 0 1-1.18-2.48c.154-.777.714-1.539 1.312-2.259c.32-.386.659-.753.993-1.13l.518-.569c.668-.757 1.275-1.656 1.496-2.611z"/><path fill="#203bdb" d="M6.848 8.705c2.8-3.002 6.244-2.183 6.244-2.183l-.066-.076c-.376-.094-3.849-.706-6.178 2.26"/><path fill="url(#SVGCAn9bcby)" d="M15.058 18.32c-1.181.659-2.903 1.176-4.179.48a2.41 2.41 0 0 1-1.181-2.48c.155-.777.715-1.539 1.313-2.259c.32-.386.659-.753.993-1.13l.518-.569c-.885.932-2.231 1.389-3.2 2.137c-.965.739-1.271 1.854-1.017 3.045c.268 1.223 1.181 2.352 3.384 2.447c1.378.06 2.456-.848 3.37-1.671"/></g><defs><linearGradient id="SVGrfaVab5a" x1="20" x2="4" y1="12.014" y2="12.014" gradientUnits="userSpaceOnUse"><stop offset=".11" stopColor="#e25900"/><stop offset=".2" stopColor="#cbc91e"/><stop offset=".35" stopColor="#2de2c1"/><stop offset=".46" stopColor="#3093d3"/><stop offset=".7" stopColor="#2024de"/><stop offset="1" stopColor="#2624df"/></linearGradient><linearGradient id="SVGCAn9bcby" x1="9.905" x2="8.216" y1="15.826" y2="15.901" gradientUnits="userSpaceOnUse"><stop stopColor="#203bdb"/><stop offset="1" stopColor="#2133dd" stopOpacity=".4"/></linearGradient><clipPath id="SVGHcSWxdhd189"><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(#SVGHcSWxdhd189)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="url(#SVGrfaVab5a)" d="M12 20a8 8 0 1 0 0-16a8 8 0 0 0 0 16m2.023-10.25c.184-.795.08-1.82-.903-3.228c3.534.772 5.77 4.617 4.81 8.043a6.06 6.06 0 0 1-2.876 3.755c-1.181.659-2.903 1.176-4.179.48a2.41 2.41 0 0 1-1.18-2.48c.154-.777.714-1.539 1.312-2.259c.32-.386.659-.753.993-1.13l.518-.569c.668-.757 1.275-1.656 1.496-2.611z"/><path fill="#203bdb" d="M6.848 8.705c2.8-3.002 6.244-2.183 6.244-2.183l-.066-.076c-.376-.094-3.849-.706-6.178 2.26"/><path fill="url(#SVGCAn9bcby)" d="M15.058 18.32c-1.181.659-2.903 1.176-4.179.48a2.41 2.41 0 0 1-1.181-2.48c.155-.777.715-1.539 1.313-2.259c.32-.386.659-.753.993-1.13l.518-.569c-.885.932-2.231 1.389-3.2 2.137c-.965.739-1.271 1.854-1.017 3.045c.268 1.223 1.181 2.352 3.384 2.447c1.378.06 2.456-.848 3.37-1.671"/></g><defs><linearGradient id="SVGrfaVab5a" x1="20" x2="4" y1="12.014" y2="12.014" gradientUnits="userSpaceOnUse"><stop offset=".11" stop-color="#e25900"/><stop offset=".2" stop-color="#cbc91e"/><stop offset=".35" stop-color="#2de2c1"/><stop offset=".46" stop-color="#3093d3"/><stop offset=".7" stop-color="#2024de"/><stop offset="1" stop-color="#2624df"/></linearGradient><linearGradient id="SVGCAn9bcby" x1="9.905" x2="8.216" y1="15.826" y2="15.901" gradientUnits="userSpaceOnUse"><stop stop-color="#203bdb"/><stop offset="1" stop-color="#2133dd" stop-opacity=".4"/></linearGradient><clipPath id="SVGHcSWxdhd189"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-sdao-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(%23SVGHcSWxdhd189)%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGrfaVab5a)%22%20d%3D%22M12%2020a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m2.023-10.25c.184-.795.08-1.82-.903-3.228c3.534.772%205.77%204.617%204.81%208.043a6.06%206.06%200%200%201-2.876%203.755c-1.181.659-2.903%201.176-4.179.48a2.41%202.41%200%200%201-1.18-2.48c.154-.777.714-1.539%201.312-2.259c.32-.386.659-.753.993-1.13l.518-.569c.668-.757%201.275-1.656%201.496-2.611z%22%2F%3E%3Cpath%20fill%3D%22%23203bdb%22%20d%3D%22M6.848%208.705c2.8-3.002%206.244-2.183%206.244-2.183l-.066-.076c-.376-.094-3.849-.706-6.178%202.26%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGCAn9bcby)%22%20d%3D%22M15.058%2018.32c-1.181.659-2.903%201.176-4.179.48a2.41%202.41%200%200%201-1.181-2.48c.155-.777.715-1.539%201.313-2.259c.32-.386.659-.753.993-1.13l.518-.569c-.885.932-2.231%201.389-3.2%202.137c-.965.739-1.271%201.854-1.017%203.045c.268%201.223%201.181%202.352%203.384%202.447c1.378.06%202.456-.848%203.37-1.671%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGrfaVab5a%22%20x1%3D%2220%22%20x2%3D%224%22%20y1%3D%2212.014%22%20y2%3D%2212.014%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.11%22%20stop-color%3D%22%23e25900%22%2F%3E%3Cstop%20offset%3D%22.2%22%20stop-color%3D%22%23cbc91e%22%2F%3E%3Cstop%20offset%3D%22.35%22%20stop-color%3D%22%232de2c1%22%2F%3E%3Cstop%20offset%3D%22.46%22%20stop-color%3D%22%233093d3%22%2F%3E%3Cstop%20offset%3D%22.7%22%20stop-color%3D%22%232024de%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232624df%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGCAn9bcby%22%20x1%3D%229.905%22%20x2%3D%228.216%22%20y1%3D%2215.826%22%20y2%3D%2215.901%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23203bdb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232133dd%22%20stop-opacity%3D%22.4%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd189%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(%23SVGHcSWxdhd189)%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGrfaVab5a)%22%20d%3D%22M12%2020a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m2.023-10.25c.184-.795.08-1.82-.903-3.228c3.534.772%205.77%204.617%204.81%208.043a6.06%206.06%200%200%201-2.876%203.755c-1.181.659-2.903%201.176-4.179.48a2.41%202.41%200%200%201-1.18-2.48c.154-.777.714-1.539%201.312-2.259c.32-.386.659-.753.993-1.13l.518-.569c.668-.757%201.275-1.656%201.496-2.611z%22%2F%3E%3Cpath%20fill%3D%22%23203bdb%22%20d%3D%22M6.848%208.705c2.8-3.002%206.244-2.183%206.244-2.183l-.066-.076c-.376-.094-3.849-.706-6.178%202.26%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGCAn9bcby)%22%20d%3D%22M15.058%2018.32c-1.181.659-2.903%201.176-4.179.48a2.41%202.41%200%200%201-1.181-2.48c.155-.777.715-1.539%201.313-2.259c.32-.386.659-.753.993-1.13l.518-.569c-.885.932-2.231%201.389-3.2%202.137c-.965.739-1.271%201.854-1.017%203.045c.268%201.223%201.181%202.352%203.384%202.447c1.378.06%202.456-.848%203.37-1.671%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGrfaVab5a%22%20x1%3D%2220%22%20x2%3D%224%22%20y1%3D%2212.014%22%20y2%3D%2212.014%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.11%22%20stop-color%3D%22%23e25900%22%2F%3E%3Cstop%20offset%3D%22.2%22%20stop-color%3D%22%23cbc91e%22%2F%3E%3Cstop%20offset%3D%22.35%22%20stop-color%3D%22%232de2c1%22%2F%3E%3Cstop%20offset%3D%22.46%22%20stop-color%3D%22%233093d3%22%2F%3E%3Cstop%20offset%3D%22.7%22%20stop-color%3D%22%232024de%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232624df%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGCAn9bcby%22%20x1%3D%229.905%22%20x2%3D%228.216%22%20y1%3D%2215.826%22%20y2%3D%2215.901%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23203bdb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232133dd%22%20stop-opacity%3D%22.4%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd189%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/sdao-background.svg?color=%231a73e8&size=48