scrt logo
scrt-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.
- Name
- scrt-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 scrt logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#000" d="M24 0H0v24h24z"/><path fill="#fff" fill-rule="evenodd" d="M10.87 9.219c-2.56-1.286-1.706-4.148 1.068-4.148c3.077 0 5.12 1.928 5.547 2.571l.64-.643C16.845 5.285 14.711 4 11.938 4c-1.089 0-2.302.275-3.222.744c-1.948.993-4.137 4.56-1.259 6.832c1.22.963 2.719 1.643 4.052 2.249c1.87.849 3.416 1.55 3.416 2.678c0 1.928-4.716 3.835-8.322.214l-.853.429c1.345 1.35 3.084 2.273 4.201 2.61c1.118.339 2.965.31 4.201 0c2.465-.618 4.441-2.629 4.048-4.958c-.455-2.69-3.154-3.806-5.533-4.79c-.638-.263-1.254-.517-1.796-.789M8.525 6.005C7.48 6.729 6.39 9.53 8.31 10.932c.79.578 1.931 1.07 3.098 1.572c1.986.857 4.048 1.745 4.584 3.142c.414 1.08-.427 2.357-.427 2.357s2.242-1.322 1.494-3.428c-.618-1.738-2.517-2.514-4.422-3.292c-1.385-.566-2.773-1.133-3.674-2.073c-1.436-1.497-.439-3.205-.439-3.205" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedScrtBackground(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"><path fill="#000" d="M24 0H0v24h24z"/><path fill="#fff" fillRule="evenodd" d="M10.87 9.219c-2.56-1.286-1.706-4.148 1.068-4.148c3.077 0 5.12 1.928 5.547 2.571l.64-.643C16.845 5.285 14.711 4 11.938 4c-1.089 0-2.302.275-3.222.744c-1.948.993-4.137 4.56-1.259 6.832c1.22.963 2.719 1.643 4.052 2.249c1.87.849 3.416 1.55 3.416 2.678c0 1.928-4.716 3.835-8.322.214l-.853.429c1.345 1.35 3.084 2.273 4.201 2.61c1.118.339 2.965.31 4.201 0c2.465-.618 4.441-2.629 4.048-4.958c-.455-2.69-3.154-3.806-5.533-4.79c-.638-.263-1.254-.517-1.796-.789M8.525 6.005C7.48 6.729 6.39 9.53 8.31 10.932c.79.578 1.931 1.07 3.098 1.572c1.986.857 4.048 1.745 4.584 3.142c.414 1.08-.427 2.357-.427 2.357s2.242-1.322 1.494-3.428c-.618-1.738-2.517-2.514-4.422-3.292c-1.385-.566-2.773-1.133-3.674-2.073c-1.436-1.497-.439-3.205-.439-3.205" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#000" d="M24 0H0v24h24z"/><path fill="#fff" fill-rule="evenodd" d="M10.87 9.219c-2.56-1.286-1.706-4.148 1.068-4.148c3.077 0 5.12 1.928 5.547 2.571l.64-.643C16.845 5.285 14.711 4 11.938 4c-1.089 0-2.302.275-3.222.744c-1.948.993-4.137 4.56-1.259 6.832c1.22.963 2.719 1.643 4.052 2.249c1.87.849 3.416 1.55 3.416 2.678c0 1.928-4.716 3.835-8.322.214l-.853.429c1.345 1.35 3.084 2.273 4.201 2.61c1.118.339 2.965.31 4.201 0c2.465-.618 4.441-2.629 4.048-4.958c-.455-2.69-3.154-3.806-5.533-4.79c-.638-.263-1.254-.517-1.796-.789M8.525 6.005C7.48 6.729 6.39 9.53 8.31 10.932c.79.578 1.931 1.07 3.098 1.572c1.986.857 4.048 1.745 4.584 3.142c.414 1.08-.427 2.357-.427 2.357s2.242-1.322 1.494-3.428c-.618-1.738-2.517-2.514-4.422-3.292c-1.385-.566-2.773-1.133-3.674-2.073c-1.436-1.497-.439-3.205-.439-3.205" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-scrt-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%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.87%209.219c-2.56-1.286-1.706-4.148%201.068-4.148c3.077%200%205.12%201.928%205.547%202.571l.64-.643C16.845%205.285%2014.711%204%2011.938%204c-1.089%200-2.302.275-3.222.744c-1.948.993-4.137%204.56-1.259%206.832c1.22.963%202.719%201.643%204.052%202.249c1.87.849%203.416%201.55%203.416%202.678c0%201.928-4.716%203.835-8.322.214l-.853.429c1.345%201.35%203.084%202.273%204.201%202.61c1.118.339%202.965.31%204.201%200c2.465-.618%204.441-2.629%204.048-4.958c-.455-2.69-3.154-3.806-5.533-4.79c-.638-.263-1.254-.517-1.796-.789M8.525%206.005C7.48%206.729%206.39%209.53%208.31%2010.932c.79.578%201.931%201.07%203.098%201.572c1.986.857%204.048%201.745%204.584%203.142c.414%201.08-.427%202.357-.427%202.357s2.242-1.322%201.494-3.428c-.618-1.738-2.517-2.514-4.422-3.292c-1.385-.566-2.773-1.133-3.674-2.073c-1.436-1.497-.439-3.205-.439-3.205%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.87%209.219c-2.56-1.286-1.706-4.148%201.068-4.148c3.077%200%205.12%201.928%205.547%202.571l.64-.643C16.845%205.285%2014.711%204%2011.938%204c-1.089%200-2.302.275-3.222.744c-1.948.993-4.137%204.56-1.259%206.832c1.22.963%202.719%201.643%204.052%202.249c1.87.849%203.416%201.55%203.416%202.678c0%201.928-4.716%203.835-8.322.214l-.853.429c1.345%201.35%203.084%202.273%204.201%202.61c1.118.339%202.965.31%204.201%200c2.465-.618%204.441-2.629%204.048-4.958c-.455-2.69-3.154-3.806-5.533-4.79c-.638-.263-1.254-.517-1.796-.789M8.525%206.005C7.48%206.729%206.39%209.53%208.31%2010.932c.79.578%201.931%201.07%203.098%201.572c1.986.857%204.048%201.745%204.584%203.142c.414%201.08-.427%202.357-.427%202.357s2.242-1.322%201.494-3.428c-.618-1.738-2.517-2.514-4.422-3.292c-1.385-.566-2.773-1.133-3.674-2.073c-1.436-1.497-.439-3.205-.439-3.205%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token-branded/scrt-background.svg?color=%231a73e8&size=48