xsushi from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
xsushi
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the xsushi logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.895 4.494c.511-.729 1.5-1.05 2.778-.946c1.764.148 4.1 1.11 6.35 2.741c2.241 1.64 3.886 3.59 4.585 5.238c.511 1.197.528 2.256.017 2.984l-3.511 4.995c-.512.729-1.51 1.05-2.779.946c-1.764-.156-4.108-1.11-6.35-2.75c-2.25-1.63-3.886-3.582-4.593-5.23c-.511-1.196-.528-2.255-.017-2.982zm13.244 9.652c.41-.572.324-1.422-.076-2.376c-.674-1.57-2.25-3.417-4.398-4.978c-2.14-1.561-4.364-2.49-6.043-2.628c-1.022-.087-1.832.104-2.241.685l-.018.035c-.383.58-.298 1.405.103 2.342c.673 1.578 2.25 3.425 4.389 4.987c2.14 1.56 4.364 2.488 6.043 2.627c1.006.079 1.798-.104 2.215-.65zm-5.471-5.94c1.074.78 1.866 1.708 2.198 2.498c.196.442.248.832.052 1.1c-.188.27-.571.348-1.04.305c-.844-.07-1.952-.538-3.026-1.319s-1.866-1.7-2.199-2.489c-.187-.442-.238-.832-.05-1.101c.187-.27.57-.347 1.047-.313c.836.079 1.953.539 3.018 1.32"/><path fill="currentColor" fill-rule="evenodd" d="M20.608 11.527q.088.206.16.418a1.7 1.7 0 0 0-.607-.174l-.102-.008c-.675-1.568-2.25-3.412-4.394-4.97c-.67-.49-1.35-.918-2.018-1.278c-1.463-.789-2.873-1.256-4.025-1.351c-1.023-.087-1.832.104-2.242.685l-.017.035c-.383.58-.298 1.405.103 2.341c.501 1.176 1.505 2.502 2.869 3.747c.466.426.975.843 1.52 1.24c1.737 1.268 3.531 2.119 5.043 2.468c-.613.874-1.274 1.648-2.14 1.822c-.76.165-1.51-.184-2.19-.987c-.214-.238-.415-.51-.614-.778c-.469-.635-.926-1.252-1.5-1.382c-.821-.197-1.596.533-2.375 1.266l-.003.003c-.604.569-1.21 1.138-1.841 1.282a3 3 0 0 1-.315.05c-1.188-1.173-2.06-2.395-2.528-3.483c-.511-1.197-.528-2.255-.017-2.983l3.52-4.996c.511-.729 1.5-1.05 2.778-.946c1.764.148 4.1 1.11 6.35 2.741c2.241 1.64 3.886 3.59 4.585 5.238" clip-rule="evenodd"/><path fill="currentColor" d="M6.46 6.308a.13.13 0 0 1 .134.124q.002.066.007.132a.13.13 0 0 1-.117.14a.13.13 0 0 1-.137-.12l-.009-.14a.13.13 0 0 1 .122-.136m.026.409a.13.13 0 0 1 .145.11c.153 1.025.72 2.03 1.458 2.959a.13.13 0 0 1-.02.183a.126.126 0 0 1-.18-.02c-.748-.944-1.348-1.993-1.51-3.084a.13.13 0 0 1 .107-.148m3.779 5.48a.13.13 0 0 1 .087-.045a.12.12 0 0 1 .093.03l.1.089l.128.108a.131.131 0 0 1-.07.23a.13.13 0 0 1-.093-.03l-.13-.11l-.102-.09a.13.13 0 0 1-.013-.182m.488.417a.13.13 0 0 1 .135-.046a.1.1 0 0 1 .044.023c1.054.836 2.337 1.569 3.611 2.093a.13.13 0 0 1 .071.17a.127.127 0 0 1-.167.071c-1.294-.532-2.598-1.277-3.672-2.129a.13.13 0 0 1-.022-.182m8.12 2.97a.13.13 0 0 1-.105.149q-.086.014-.172.024a.127.127 0 0 1-.141-.115a.13.13 0 0 1 .112-.144q.082-.009.16-.022a.13.13 0 0 1 .096.024a.13.13 0 0 1 .05.084"/></svg>

React

import type { SVGProps } from "react";

export function TokenXsushi(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.895 4.494c.511-.729 1.5-1.05 2.778-.946c1.764.148 4.1 1.11 6.35 2.741c2.241 1.64 3.886 3.59 4.585 5.238c.511 1.197.528 2.256.017 2.984l-3.511 4.995c-.512.729-1.51 1.05-2.779.946c-1.764-.156-4.108-1.11-6.35-2.75c-2.25-1.63-3.886-3.582-4.593-5.23c-.511-1.196-.528-2.255-.017-2.982zm13.244 9.652c.41-.572.324-1.422-.076-2.376c-.674-1.57-2.25-3.417-4.398-4.978c-2.14-1.561-4.364-2.49-6.043-2.628c-1.022-.087-1.832.104-2.241.685l-.018.035c-.383.58-.298 1.405.103 2.342c.673 1.578 2.25 3.425 4.389 4.987c2.14 1.56 4.364 2.488 6.043 2.627c1.006.079 1.798-.104 2.215-.65zm-5.471-5.94c1.074.78 1.866 1.708 2.198 2.498c.196.442.248.832.052 1.1c-.188.27-.571.348-1.04.305c-.844-.07-1.952-.538-3.026-1.319s-1.866-1.7-2.199-2.489c-.187-.442-.238-.832-.05-1.101c.187-.27.57-.347 1.047-.313c.836.079 1.953.539 3.018 1.32"/><path fill="currentColor" fillRule="evenodd" d="M20.608 11.527q.088.206.16.418a1.7 1.7 0 0 0-.607-.174l-.102-.008c-.675-1.568-2.25-3.412-4.394-4.97c-.67-.49-1.35-.918-2.018-1.278c-1.463-.789-2.873-1.256-4.025-1.351c-1.023-.087-1.832.104-2.242.685l-.017.035c-.383.58-.298 1.405.103 2.341c.501 1.176 1.505 2.502 2.869 3.747c.466.426.975.843 1.52 1.24c1.737 1.268 3.531 2.119 5.043 2.468c-.613.874-1.274 1.648-2.14 1.822c-.76.165-1.51-.184-2.19-.987c-.214-.238-.415-.51-.614-.778c-.469-.635-.926-1.252-1.5-1.382c-.821-.197-1.596.533-2.375 1.266l-.003.003c-.604.569-1.21 1.138-1.841 1.282a3 3 0 0 1-.315.05c-1.188-1.173-2.06-2.395-2.528-3.483c-.511-1.197-.528-2.255-.017-2.983l3.52-4.996c.511-.729 1.5-1.05 2.778-.946c1.764.148 4.1 1.11 6.35 2.741c2.241 1.64 3.886 3.59 4.585 5.238" clipRule="evenodd"/><path fill="currentColor" d="M6.46 6.308a.13.13 0 0 1 .134.124q.002.066.007.132a.13.13 0 0 1-.117.14a.13.13 0 0 1-.137-.12l-.009-.14a.13.13 0 0 1 .122-.136m.026.409a.13.13 0 0 1 .145.11c.153 1.025.72 2.03 1.458 2.959a.13.13 0 0 1-.02.183a.126.126 0 0 1-.18-.02c-.748-.944-1.348-1.993-1.51-3.084a.13.13 0 0 1 .107-.148m3.779 5.48a.13.13 0 0 1 .087-.045a.12.12 0 0 1 .093.03l.1.089l.128.108a.131.131 0 0 1-.07.23a.13.13 0 0 1-.093-.03l-.13-.11l-.102-.09a.13.13 0 0 1-.013-.182m.488.417a.13.13 0 0 1 .135-.046a.1.1 0 0 1 .044.023c1.054.836 2.337 1.569 3.611 2.093a.13.13 0 0 1 .071.17a.127.127 0 0 1-.167.071c-1.294-.532-2.598-1.277-3.672-2.129a.13.13 0 0 1-.022-.182m8.12 2.97a.13.13 0 0 1-.105.149q-.086.014-.172.024a.127.127 0 0 1-.141-.115a.13.13 0 0 1 .112-.144q.082-.009.16-.022a.13.13 0 0 1 .096.024a.13.13 0 0 1 .05.084"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.895 4.494c.511-.729 1.5-1.05 2.778-.946c1.764.148 4.1 1.11 6.35 2.741c2.241 1.64 3.886 3.59 4.585 5.238c.511 1.197.528 2.256.017 2.984l-3.511 4.995c-.512.729-1.51 1.05-2.779.946c-1.764-.156-4.108-1.11-6.35-2.75c-2.25-1.63-3.886-3.582-4.593-5.23c-.511-1.196-.528-2.255-.017-2.982zm13.244 9.652c.41-.572.324-1.422-.076-2.376c-.674-1.57-2.25-3.417-4.398-4.978c-2.14-1.561-4.364-2.49-6.043-2.628c-1.022-.087-1.832.104-2.241.685l-.018.035c-.383.58-.298 1.405.103 2.342c.673 1.578 2.25 3.425 4.389 4.987c2.14 1.56 4.364 2.488 6.043 2.627c1.006.079 1.798-.104 2.215-.65zm-5.471-5.94c1.074.78 1.866 1.708 2.198 2.498c.196.442.248.832.052 1.1c-.188.27-.571.348-1.04.305c-.844-.07-1.952-.538-3.026-1.319s-1.866-1.7-2.199-2.489c-.187-.442-.238-.832-.05-1.101c.187-.27.57-.347 1.047-.313c.836.079 1.953.539 3.018 1.32"/><path fill="currentColor" fill-rule="evenodd" d="M20.608 11.527q.088.206.16.418a1.7 1.7 0 0 0-.607-.174l-.102-.008c-.675-1.568-2.25-3.412-4.394-4.97c-.67-.49-1.35-.918-2.018-1.278c-1.463-.789-2.873-1.256-4.025-1.351c-1.023-.087-1.832.104-2.242.685l-.017.035c-.383.58-.298 1.405.103 2.341c.501 1.176 1.505 2.502 2.869 3.747c.466.426.975.843 1.52 1.24c1.737 1.268 3.531 2.119 5.043 2.468c-.613.874-1.274 1.648-2.14 1.822c-.76.165-1.51-.184-2.19-.987c-.214-.238-.415-.51-.614-.778c-.469-.635-.926-1.252-1.5-1.382c-.821-.197-1.596.533-2.375 1.266l-.003.003c-.604.569-1.21 1.138-1.841 1.282a3 3 0 0 1-.315.05c-1.188-1.173-2.06-2.395-2.528-3.483c-.511-1.197-.528-2.255-.017-2.983l3.52-4.996c.511-.729 1.5-1.05 2.778-.946c1.764.148 4.1 1.11 6.35 2.741c2.241 1.64 3.886 3.59 4.585 5.238" clip-rule="evenodd"/><path fill="currentColor" d="M6.46 6.308a.13.13 0 0 1 .134.124q.002.066.007.132a.13.13 0 0 1-.117.14a.13.13 0 0 1-.137-.12l-.009-.14a.13.13 0 0 1 .122-.136m.026.409a.13.13 0 0 1 .145.11c.153 1.025.72 2.03 1.458 2.959a.13.13 0 0 1-.02.183a.126.126 0 0 1-.18-.02c-.748-.944-1.348-1.993-1.51-3.084a.13.13 0 0 1 .107-.148m3.779 5.48a.13.13 0 0 1 .087-.045a.12.12 0 0 1 .093.03l.1.089l.128.108a.131.131 0 0 1-.07.23a.13.13 0 0 1-.093-.03l-.13-.11l-.102-.09a.13.13 0 0 1-.013-.182m.488.417a.13.13 0 0 1 .135-.046a.1.1 0 0 1 .044.023c1.054.836 2.337 1.569 3.611 2.093a.13.13 0 0 1 .071.17a.127.127 0 0 1-.167.071c-1.294-.532-2.598-1.277-3.672-2.129a.13.13 0 0 1-.022-.182m8.12 2.97a.13.13 0 0 1-.105.149q-.086.014-.172.024a.127.127 0 0 1-.141-.115a.13.13 0 0 1 .112-.144q.082-.009.16-.022a.13.13 0 0 1 .096.024a.13.13 0 0 1 .05.084"/></svg>
</template>

CSS

.icon-xsushi {
  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%22currentColor%22%20d%3D%22M6.895%204.494c.511-.729%201.5-1.05%202.778-.946c1.764.148%204.1%201.11%206.35%202.741c2.241%201.64%203.886%203.59%204.585%205.238c.511%201.197.528%202.256.017%202.984l-3.511%204.995c-.512.729-1.51%201.05-2.779.946c-1.764-.156-4.108-1.11-6.35-2.75c-2.25-1.63-3.886-3.582-4.593-5.23c-.511-1.196-.528-2.255-.017-2.982zm13.244%209.652c.41-.572.324-1.422-.076-2.376c-.674-1.57-2.25-3.417-4.398-4.978c-2.14-1.561-4.364-2.49-6.043-2.628c-1.022-.087-1.832.104-2.241.685l-.018.035c-.383.58-.298%201.405.103%202.342c.673%201.578%202.25%203.425%204.389%204.987c2.14%201.56%204.364%202.488%206.043%202.627c1.006.079%201.798-.104%202.215-.65zm-5.471-5.94c1.074.78%201.866%201.708%202.198%202.498c.196.442.248.832.052%201.1c-.188.27-.571.348-1.04.305c-.844-.07-1.952-.538-3.026-1.319s-1.866-1.7-2.199-2.489c-.187-.442-.238-.832-.05-1.101c.187-.27.57-.347%201.047-.313c.836.079%201.953.539%203.018%201.32%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.608%2011.527q.088.206.16.418a1.7%201.7%200%200%200-.607-.174l-.102-.008c-.675-1.568-2.25-3.412-4.394-4.97c-.67-.49-1.35-.918-2.018-1.278c-1.463-.789-2.873-1.256-4.025-1.351c-1.023-.087-1.832.104-2.242.685l-.017.035c-.383.58-.298%201.405.103%202.341c.501%201.176%201.505%202.502%202.869%203.747c.466.426.975.843%201.52%201.24c1.737%201.268%203.531%202.119%205.043%202.468c-.613.874-1.274%201.648-2.14%201.822c-.76.165-1.51-.184-2.19-.987c-.214-.238-.415-.51-.614-.778c-.469-.635-.926-1.252-1.5-1.382c-.821-.197-1.596.533-2.375%201.266l-.003.003c-.604.569-1.21%201.138-1.841%201.282a3%203%200%200%201-.315.05c-1.188-1.173-2.06-2.395-2.528-3.483c-.511-1.197-.528-2.255-.017-2.983l3.52-4.996c.511-.729%201.5-1.05%202.778-.946c1.764.148%204.1%201.11%206.35%202.741c2.241%201.64%203.886%203.59%204.585%205.238%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.46%206.308a.13.13%200%200%201%20.134.124q.002.066.007.132a.13.13%200%200%201-.117.14a.13.13%200%200%201-.137-.12l-.009-.14a.13.13%200%200%201%20.122-.136m.026.409a.13.13%200%200%201%20.145.11c.153%201.025.72%202.03%201.458%202.959a.13.13%200%200%201-.02.183a.126.126%200%200%201-.18-.02c-.748-.944-1.348-1.993-1.51-3.084a.13.13%200%200%201%20.107-.148m3.779%205.48a.13.13%200%200%201%20.087-.045a.12.12%200%200%201%20.093.03l.1.089l.128.108a.131.131%200%200%201-.07.23a.13.13%200%200%201-.093-.03l-.13-.11l-.102-.09a.13.13%200%200%201-.013-.182m.488.417a.13.13%200%200%201%20.135-.046a.1.1%200%200%201%20.044.023c1.054.836%202.337%201.569%203.611%202.093a.13.13%200%200%201%20.071.17a.127.127%200%200%201-.167.071c-1.294-.532-2.598-1.277-3.672-2.129a.13.13%200%200%201-.022-.182m8.12%202.97a.13.13%200%200%201-.105.149q-.086.014-.172.024a.127.127%200%200%201-.141-.115a.13.13%200%200%201%20.112-.144q.082-.009.16-.022a.13.13%200%200%201%20.096.024a.13.13%200%200%201%20.05.084%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%22currentColor%22%20d%3D%22M6.895%204.494c.511-.729%201.5-1.05%202.778-.946c1.764.148%204.1%201.11%206.35%202.741c2.241%201.64%203.886%203.59%204.585%205.238c.511%201.197.528%202.256.017%202.984l-3.511%204.995c-.512.729-1.51%201.05-2.779.946c-1.764-.156-4.108-1.11-6.35-2.75c-2.25-1.63-3.886-3.582-4.593-5.23c-.511-1.196-.528-2.255-.017-2.982zm13.244%209.652c.41-.572.324-1.422-.076-2.376c-.674-1.57-2.25-3.417-4.398-4.978c-2.14-1.561-4.364-2.49-6.043-2.628c-1.022-.087-1.832.104-2.241.685l-.018.035c-.383.58-.298%201.405.103%202.342c.673%201.578%202.25%203.425%204.389%204.987c2.14%201.56%204.364%202.488%206.043%202.627c1.006.079%201.798-.104%202.215-.65zm-5.471-5.94c1.074.78%201.866%201.708%202.198%202.498c.196.442.248.832.052%201.1c-.188.27-.571.348-1.04.305c-.844-.07-1.952-.538-3.026-1.319s-1.866-1.7-2.199-2.489c-.187-.442-.238-.832-.05-1.101c.187-.27.57-.347%201.047-.313c.836.079%201.953.539%203.018%201.32%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.608%2011.527q.088.206.16.418a1.7%201.7%200%200%200-.607-.174l-.102-.008c-.675-1.568-2.25-3.412-4.394-4.97c-.67-.49-1.35-.918-2.018-1.278c-1.463-.789-2.873-1.256-4.025-1.351c-1.023-.087-1.832.104-2.242.685l-.017.035c-.383.58-.298%201.405.103%202.341c.501%201.176%201.505%202.502%202.869%203.747c.466.426.975.843%201.52%201.24c1.737%201.268%203.531%202.119%205.043%202.468c-.613.874-1.274%201.648-2.14%201.822c-.76.165-1.51-.184-2.19-.987c-.214-.238-.415-.51-.614-.778c-.469-.635-.926-1.252-1.5-1.382c-.821-.197-1.596.533-2.375%201.266l-.003.003c-.604.569-1.21%201.138-1.841%201.282a3%203%200%200%201-.315.05c-1.188-1.173-2.06-2.395-2.528-3.483c-.511-1.197-.528-2.255-.017-2.983l3.52-4.996c.511-.729%201.5-1.05%202.778-.946c1.764.148%204.1%201.11%206.35%202.741c2.241%201.64%203.886%203.59%204.585%205.238%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.46%206.308a.13.13%200%200%201%20.134.124q.002.066.007.132a.13.13%200%200%201-.117.14a.13.13%200%200%201-.137-.12l-.009-.14a.13.13%200%200%201%20.122-.136m.026.409a.13.13%200%200%201%20.145.11c.153%201.025.72%202.03%201.458%202.959a.13.13%200%200%201-.02.183a.126.126%200%200%201-.18-.02c-.748-.944-1.348-1.993-1.51-3.084a.13.13%200%200%201%20.107-.148m3.779%205.48a.13.13%200%200%201%20.087-.045a.12.12%200%200%201%20.093.03l.1.089l.128.108a.131.131%200%200%201-.07.23a.13.13%200%200%201-.093-.03l-.13-.11l-.102-.09a.13.13%200%200%201-.013-.182m.488.417a.13.13%200%200%201%20.135-.046a.1.1%200%200%201%20.044.023c1.054.836%202.337%201.569%203.611%202.093a.13.13%200%200%201%20.071.17a.127.127%200%200%201-.167.071c-1.294-.532-2.598-1.277-3.672-2.129a.13.13%200%200%201-.022-.182m8.12%202.97a.13.13%200%200%201-.105.149q-.086.014-.172.024a.127.127%200%200%201-.141-.115a.13.13%200%200%201%20.112-.144q.082-.009.16-.022a.13.13%200%200%201%20.096.024a.13.13%200%200%201%20.05.084%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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