sama from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
sama
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the sama logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#7328ff" d="M11.999 3.001c-1.361 0-3.487.687-4.365 1.322V4.06c-.545.444-1.687 1.428-1.912 1.856v-.529c-.45.439-1.361 1.637-1.361 2.908l-.27-.265a2.74 2.74 0 0 0-.275 2.914l-.546-.529c-.18.968-.377 3.122.276 3.97l-.276-.27c-.09.27-.163.9.276 1.328L3 15.178c.366.967 1.31 2.964 2.182 3.172h-.545c.27.264.928.799 1.36.799l-.27.264c1.092.529 3.926 1.586 6.542 1.586c2.62 0 5.095-1.057 6-1.586H18c.36-.18 1.142-.636 1.362-1.063h-.546c.546-.349 1.744-1.48 2.182-3.172l-.545.264c.09-.09.275-.427.275-1.057l-.545.264a3.5 3.5 0 0 0 .815-2.384c0-1.272-.18-1.767-.27-1.856l-.275.534c.09-.709.112-2.278-.546-2.914v.53c-.18-.884-.765-2.757-1.63-3.173v.264c-.096-.354-.608-1.164-1.913-1.591v.264c-.821-.439-2.835-1.322-4.364-1.322M6.375 13.97c.095-.096.393-.282.843-.282c.563 0 1.969.282 1.969 1.407c0 .28-.17.843-.844.843c-.844 0-.844-.562-.844-.843c0-.141.073-.282.141-.422c.073-.14.14-.282.14-.422c0-.281-.843-.534-1.405-.281m5.624 5.905c-.748-.495-2.25-1.625-2.25-2.216c0-.737 1.249-1.72 2.25-1.72s2.25.983 2.25 1.72c0 .563-1.424 1.609-2.138 2.137zm5.343-6.187c.45 0 .748.186.843.282c-.826-.282-1.406 0-1.406.28c0 .141.073.282.14.423c.074.14.142.28.142.422c0 .28 0 .843-.844.843c-.675 0-.844-.562-.844-.843c0-1.125 1.406-1.407 1.969-1.407"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedSama(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#7328ff" d="M11.999 3.001c-1.361 0-3.487.687-4.365 1.322V4.06c-.545.444-1.687 1.428-1.912 1.856v-.529c-.45.439-1.361 1.637-1.361 2.908l-.27-.265a2.74 2.74 0 0 0-.275 2.914l-.546-.529c-.18.968-.377 3.122.276 3.97l-.276-.27c-.09.27-.163.9.276 1.328L3 15.178c.366.967 1.31 2.964 2.182 3.172h-.545c.27.264.928.799 1.36.799l-.27.264c1.092.529 3.926 1.586 6.542 1.586c2.62 0 5.095-1.057 6-1.586H18c.36-.18 1.142-.636 1.362-1.063h-.546c.546-.349 1.744-1.48 2.182-3.172l-.545.264c.09-.09.275-.427.275-1.057l-.545.264a3.5 3.5 0 0 0 .815-2.384c0-1.272-.18-1.767-.27-1.856l-.275.534c.09-.709.112-2.278-.546-2.914v.53c-.18-.884-.765-2.757-1.63-3.173v.264c-.096-.354-.608-1.164-1.913-1.591v.264c-.821-.439-2.835-1.322-4.364-1.322M6.375 13.97c.095-.096.393-.282.843-.282c.563 0 1.969.282 1.969 1.407c0 .28-.17.843-.844.843c-.844 0-.844-.562-.844-.843c0-.141.073-.282.141-.422c.073-.14.14-.282.14-.422c0-.281-.843-.534-1.405-.281m5.624 5.905c-.748-.495-2.25-1.625-2.25-2.216c0-.737 1.249-1.72 2.25-1.72s2.25.983 2.25 1.72c0 .563-1.424 1.609-2.138 2.137zm5.343-6.187c.45 0 .748.186.843.282c-.826-.282-1.406 0-1.406.28c0 .141.073.282.14.423c.074.14.142.28.142.422c0 .28 0 .843-.844.843c-.675 0-.844-.562-.844-.843c0-1.125 1.406-1.407 1.969-1.407"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#7328ff" d="M11.999 3.001c-1.361 0-3.487.687-4.365 1.322V4.06c-.545.444-1.687 1.428-1.912 1.856v-.529c-.45.439-1.361 1.637-1.361 2.908l-.27-.265a2.74 2.74 0 0 0-.275 2.914l-.546-.529c-.18.968-.377 3.122.276 3.97l-.276-.27c-.09.27-.163.9.276 1.328L3 15.178c.366.967 1.31 2.964 2.182 3.172h-.545c.27.264.928.799 1.36.799l-.27.264c1.092.529 3.926 1.586 6.542 1.586c2.62 0 5.095-1.057 6-1.586H18c.36-.18 1.142-.636 1.362-1.063h-.546c.546-.349 1.744-1.48 2.182-3.172l-.545.264c.09-.09.275-.427.275-1.057l-.545.264a3.5 3.5 0 0 0 .815-2.384c0-1.272-.18-1.767-.27-1.856l-.275.534c.09-.709.112-2.278-.546-2.914v.53c-.18-.884-.765-2.757-1.63-3.173v.264c-.096-.354-.608-1.164-1.913-1.591v.264c-.821-.439-2.835-1.322-4.364-1.322M6.375 13.97c.095-.096.393-.282.843-.282c.563 0 1.969.282 1.969 1.407c0 .28-.17.843-.844.843c-.844 0-.844-.562-.844-.843c0-.141.073-.282.141-.422c.073-.14.14-.282.14-.422c0-.281-.843-.534-1.405-.281m5.624 5.905c-.748-.495-2.25-1.625-2.25-2.216c0-.737 1.249-1.72 2.25-1.72s2.25.983 2.25 1.72c0 .563-1.424 1.609-2.138 2.137zm5.343-6.187c.45 0 .748.186.843.282c-.826-.282-1.406 0-1.406.28c0 .141.073.282.14.423c.074.14.142.28.142.422c0 .28 0 .843-.844.843c-.675 0-.844-.562-.844-.843c0-1.125 1.406-1.407 1.969-1.407"/></svg>
</template>

CSS

.icon-sama {
  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%3Cpath%20fill%3D%22%237328ff%22%20d%3D%22M11.999%203.001c-1.361%200-3.487.687-4.365%201.322V4.06c-.545.444-1.687%201.428-1.912%201.856v-.529c-.45.439-1.361%201.637-1.361%202.908l-.27-.265a2.74%202.74%200%200%200-.275%202.914l-.546-.529c-.18.968-.377%203.122.276%203.97l-.276-.27c-.09.27-.163.9.276%201.328L3%2015.178c.366.967%201.31%202.964%202.182%203.172h-.545c.27.264.928.799%201.36.799l-.27.264c1.092.529%203.926%201.586%206.542%201.586c2.62%200%205.095-1.057%206-1.586H18c.36-.18%201.142-.636%201.362-1.063h-.546c.546-.349%201.744-1.48%202.182-3.172l-.545.264c.09-.09.275-.427.275-1.057l-.545.264a3.5%203.5%200%200%200%20.815-2.384c0-1.272-.18-1.767-.27-1.856l-.275.534c.09-.709.112-2.278-.546-2.914v.53c-.18-.884-.765-2.757-1.63-3.173v.264c-.096-.354-.608-1.164-1.913-1.591v.264c-.821-.439-2.835-1.322-4.364-1.322M6.375%2013.97c.095-.096.393-.282.843-.282c.563%200%201.969.282%201.969%201.407c0%20.28-.17.843-.844.843c-.844%200-.844-.562-.844-.843c0-.141.073-.282.141-.422c.073-.14.14-.282.14-.422c0-.281-.843-.534-1.405-.281m5.624%205.905c-.748-.495-2.25-1.625-2.25-2.216c0-.737%201.249-1.72%202.25-1.72s2.25.983%202.25%201.72c0%20.563-1.424%201.609-2.138%202.137zm5.343-6.187c.45%200%20.748.186.843.282c-.826-.282-1.406%200-1.406.28c0%20.141.073.282.14.423c.074.14.142.28.142.422c0%20.28%200%20.843-.844.843c-.675%200-.844-.562-.844-.843c0-1.125%201.406-1.407%201.969-1.407%22%2F%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%3Cpath%20fill%3D%22%237328ff%22%20d%3D%22M11.999%203.001c-1.361%200-3.487.687-4.365%201.322V4.06c-.545.444-1.687%201.428-1.912%201.856v-.529c-.45.439-1.361%201.637-1.361%202.908l-.27-.265a2.74%202.74%200%200%200-.275%202.914l-.546-.529c-.18.968-.377%203.122.276%203.97l-.276-.27c-.09.27-.163.9.276%201.328L3%2015.178c.366.967%201.31%202.964%202.182%203.172h-.545c.27.264.928.799%201.36.799l-.27.264c1.092.529%203.926%201.586%206.542%201.586c2.62%200%205.095-1.057%206-1.586H18c.36-.18%201.142-.636%201.362-1.063h-.546c.546-.349%201.744-1.48%202.182-3.172l-.545.264c.09-.09.275-.427.275-1.057l-.545.264a3.5%203.5%200%200%200%20.815-2.384c0-1.272-.18-1.767-.27-1.856l-.275.534c.09-.709.112-2.278-.546-2.914v.53c-.18-.884-.765-2.757-1.63-3.173v.264c-.096-.354-.608-1.164-1.913-1.591v.264c-.821-.439-2.835-1.322-4.364-1.322M6.375%2013.97c.095-.096.393-.282.843-.282c.563%200%201.969.282%201.969%201.407c0%20.28-.17.843-.844.843c-.844%200-.844-.562-.844-.843c0-.141.073-.282.141-.422c.073-.14.14-.282.14-.422c0-.281-.843-.534-1.405-.281m5.624%205.905c-.748-.495-2.25-1.625-2.25-2.216c0-.737%201.249-1.72%202.25-1.72s2.25.983%202.25%201.72c0%20.563-1.424%201.609-2.138%202.137zm5.343-6.187c.45%200%20.748.186.843.282c-.826-.282-1.406%200-1.406.28c0%20.141.073.282.14.423c.074.14.142.28.142.422c0%20.28%200%20.843-.844.843c-.675%200-.844-.562-.844-.843c0-1.125%201.406-1.407%201.969-1.407%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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