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

Name
srm-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 srm 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(#SVGHcSWxdhd54)"><path fill="#71e0ec" d="M24 0H0v24h24z"/><path fill="#fff" d="M12 17.176c-2.294 0-4.155-1.97-4.155-4.4c0-2.365 3.752-6.536 3.907-6.7l.187-.23l.185.23c.155.165 4 4.336 4 6.7c.032 2.43-1.829 4.4-4.124 4.4M11.97 6.7a25 25 0 0 0-1.706 2.168c-1.209 1.707-1.86 3.053-1.86 3.907c0 2.102 1.612 3.81 3.596 3.81c1.985 0 3.597-1.708 3.597-3.81c0-.854-.65-2.2-1.891-3.907c-.682-.953-1.396-1.774-1.737-2.168"/><path fill="#fff" d="M12 18.589c-3.038 0-5.488-2.594-5.488-5.813c0-3.12 4.124-7.486 4.31-7.684a.31.31 0 0 1 .403 0a.36.36 0 0 1 0 .427c-.062.033-4.155 4.368-4.155 7.258s2.201 5.22 4.93 5.22c2.73 0 4.93-2.33 4.93-5.22c0-1.183-.713-2.825-2.077-4.73a27 27 0 0 0-2.108-2.593c-.125-.1-.125-.296 0-.427c.093-.132.278-.132.402 0c.187.197 4.373 4.63 4.373 7.75c-.031 3.218-2.481 5.812-5.52 5.812"/><path fill="#fff" d="M12 20c-3.659 0-6.666-3.185-6.666-7.06c0-1.609.775-3.58 2.263-5.878a28 28 0 0 1 2.264-2.956c.093-.131.279-.131.403 0c.124.1.124.296 0 .427c0 0-1.117 1.215-2.202 2.89c-1.426 2.168-2.17 4.072-2.17 5.55c0 3.579 2.76 6.469 6.108 6.469c3.349 0 6.109-2.956 6.109-6.502c0-1.478-.744-3.383-2.17-5.55c-1.086-1.641-2.202-2.856-2.202-2.89a.36.36 0 0 1 0-.426a.31.31 0 0 1 .403 0c.155.23 4.527 5.024 4.527 8.866C18.667 16.815 15.69 20 12 20"/></g><defs><clipPath id="SVGHcSWxdhd54"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedSrmBackground(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(#SVGHcSWxdhd54)"><path fill="#71e0ec" d="M24 0H0v24h24z"/><path fill="#fff" d="M12 17.176c-2.294 0-4.155-1.97-4.155-4.4c0-2.365 3.752-6.536 3.907-6.7l.187-.23l.185.23c.155.165 4 4.336 4 6.7c.032 2.43-1.829 4.4-4.124 4.4M11.97 6.7a25 25 0 0 0-1.706 2.168c-1.209 1.707-1.86 3.053-1.86 3.907c0 2.102 1.612 3.81 3.596 3.81c1.985 0 3.597-1.708 3.597-3.81c0-.854-.65-2.2-1.891-3.907c-.682-.953-1.396-1.774-1.737-2.168"/><path fill="#fff" d="M12 18.589c-3.038 0-5.488-2.594-5.488-5.813c0-3.12 4.124-7.486 4.31-7.684a.31.31 0 0 1 .403 0a.36.36 0 0 1 0 .427c-.062.033-4.155 4.368-4.155 7.258s2.201 5.22 4.93 5.22c2.73 0 4.93-2.33 4.93-5.22c0-1.183-.713-2.825-2.077-4.73a27 27 0 0 0-2.108-2.593c-.125-.1-.125-.296 0-.427c.093-.132.278-.132.402 0c.187.197 4.373 4.63 4.373 7.75c-.031 3.218-2.481 5.812-5.52 5.812"/><path fill="#fff" d="M12 20c-3.659 0-6.666-3.185-6.666-7.06c0-1.609.775-3.58 2.263-5.878a28 28 0 0 1 2.264-2.956c.093-.131.279-.131.403 0c.124.1.124.296 0 .427c0 0-1.117 1.215-2.202 2.89c-1.426 2.168-2.17 4.072-2.17 5.55c0 3.579 2.76 6.469 6.108 6.469c3.349 0 6.109-2.956 6.109-6.502c0-1.478-.744-3.383-2.17-5.55c-1.086-1.641-2.202-2.856-2.202-2.89a.36.36 0 0 1 0-.426a.31.31 0 0 1 .403 0c.155.23 4.527 5.024 4.527 8.866C18.667 16.815 15.69 20 12 20"/></g><defs><clipPath id="SVGHcSWxdhd54"><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(#SVGHcSWxdhd54)"><path fill="#71e0ec" d="M24 0H0v24h24z"/><path fill="#fff" d="M12 17.176c-2.294 0-4.155-1.97-4.155-4.4c0-2.365 3.752-6.536 3.907-6.7l.187-.23l.185.23c.155.165 4 4.336 4 6.7c.032 2.43-1.829 4.4-4.124 4.4M11.97 6.7a25 25 0 0 0-1.706 2.168c-1.209 1.707-1.86 3.053-1.86 3.907c0 2.102 1.612 3.81 3.596 3.81c1.985 0 3.597-1.708 3.597-3.81c0-.854-.65-2.2-1.891-3.907c-.682-.953-1.396-1.774-1.737-2.168"/><path fill="#fff" d="M12 18.589c-3.038 0-5.488-2.594-5.488-5.813c0-3.12 4.124-7.486 4.31-7.684a.31.31 0 0 1 .403 0a.36.36 0 0 1 0 .427c-.062.033-4.155 4.368-4.155 7.258s2.201 5.22 4.93 5.22c2.73 0 4.93-2.33 4.93-5.22c0-1.183-.713-2.825-2.077-4.73a27 27 0 0 0-2.108-2.593c-.125-.1-.125-.296 0-.427c.093-.132.278-.132.402 0c.187.197 4.373 4.63 4.373 7.75c-.031 3.218-2.481 5.812-5.52 5.812"/><path fill="#fff" d="M12 20c-3.659 0-6.666-3.185-6.666-7.06c0-1.609.775-3.58 2.263-5.878a28 28 0 0 1 2.264-2.956c.093-.131.279-.131.403 0c.124.1.124.296 0 .427c0 0-1.117 1.215-2.202 2.89c-1.426 2.168-2.17 4.072-2.17 5.55c0 3.579 2.76 6.469 6.108 6.469c3.349 0 6.109-2.956 6.109-6.502c0-1.478-.744-3.383-2.17-5.55c-1.086-1.641-2.202-2.856-2.202-2.89a.36.36 0 0 1 0-.426a.31.31 0 0 1 .403 0c.155.23 4.527 5.024 4.527 8.866C18.667 16.815 15.69 20 12 20"/></g><defs><clipPath id="SVGHcSWxdhd54"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-srm-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(%23SVGHcSWxdhd54)%22%3E%3Cpath%20fill%3D%22%2371e0ec%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2017.176c-2.294%200-4.155-1.97-4.155-4.4c0-2.365%203.752-6.536%203.907-6.7l.187-.23l.185.23c.155.165%204%204.336%204%206.7c.032%202.43-1.829%204.4-4.124%204.4M11.97%206.7a25%2025%200%200%200-1.706%202.168c-1.209%201.707-1.86%203.053-1.86%203.907c0%202.102%201.612%203.81%203.596%203.81c1.985%200%203.597-1.708%203.597-3.81c0-.854-.65-2.2-1.891-3.907c-.682-.953-1.396-1.774-1.737-2.168%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2018.589c-3.038%200-5.488-2.594-5.488-5.813c0-3.12%204.124-7.486%204.31-7.684a.31.31%200%200%201%20.403%200a.36.36%200%200%201%200%20.427c-.062.033-4.155%204.368-4.155%207.258s2.201%205.22%204.93%205.22c2.73%200%204.93-2.33%204.93-5.22c0-1.183-.713-2.825-2.077-4.73a27%2027%200%200%200-2.108-2.593c-.125-.1-.125-.296%200-.427c.093-.132.278-.132.402%200c.187.197%204.373%204.63%204.373%207.75c-.031%203.218-2.481%205.812-5.52%205.812%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2020c-3.659%200-6.666-3.185-6.666-7.06c0-1.609.775-3.58%202.263-5.878a28%2028%200%200%201%202.264-2.956c.093-.131.279-.131.403%200c.124.1.124.296%200%20.427c0%200-1.117%201.215-2.202%202.89c-1.426%202.168-2.17%204.072-2.17%205.55c0%203.579%202.76%206.469%206.108%206.469c3.349%200%206.109-2.956%206.109-6.502c0-1.478-.744-3.383-2.17-5.55c-1.086-1.641-2.202-2.856-2.202-2.89a.36.36%200%200%201%200-.426a.31.31%200%200%201%20.403%200c.155.23%204.527%205.024%204.527%208.866C18.667%2016.815%2015.69%2020%2012%2020%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGHcSWxdhd54%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(%23SVGHcSWxdhd54)%22%3E%3Cpath%20fill%3D%22%2371e0ec%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2017.176c-2.294%200-4.155-1.97-4.155-4.4c0-2.365%203.752-6.536%203.907-6.7l.187-.23l.185.23c.155.165%204%204.336%204%206.7c.032%202.43-1.829%204.4-4.124%204.4M11.97%206.7a25%2025%200%200%200-1.706%202.168c-1.209%201.707-1.86%203.053-1.86%203.907c0%202.102%201.612%203.81%203.596%203.81c1.985%200%203.597-1.708%203.597-3.81c0-.854-.65-2.2-1.891-3.907c-.682-.953-1.396-1.774-1.737-2.168%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2018.589c-3.038%200-5.488-2.594-5.488-5.813c0-3.12%204.124-7.486%204.31-7.684a.31.31%200%200%201%20.403%200a.36.36%200%200%201%200%20.427c-.062.033-4.155%204.368-4.155%207.258s2.201%205.22%204.93%205.22c2.73%200%204.93-2.33%204.93-5.22c0-1.183-.713-2.825-2.077-4.73a27%2027%200%200%200-2.108-2.593c-.125-.1-.125-.296%200-.427c.093-.132.278-.132.402%200c.187.197%204.373%204.63%204.373%207.75c-.031%203.218-2.481%205.812-5.52%205.812%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2020c-3.659%200-6.666-3.185-6.666-7.06c0-1.609.775-3.58%202.263-5.878a28%2028%200%200%201%202.264-2.956c.093-.131.279-.131.403%200c.124.1.124.296%200%20.427c0%200-1.117%201.215-2.202%202.89c-1.426%202.168-2.17%204.072-2.17%205.55c0%203.579%202.76%206.469%206.108%206.469c3.349%200%206.109-2.956%206.109-6.502c0-1.478-.744-3.383-2.17-5.55c-1.086-1.641-2.202-2.856-2.202-2.89a.36.36%200%200%201%200-.426a.31.31%200%200%201%20.403%200c.155.23%204.527%205.024%204.527%208.866C18.667%2016.815%2015.69%2020%2012%2020%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGHcSWxdhd54%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/srm-background.svg?color=%231a73e8&size=48