sushiswap logo

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

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

The same logo in other sets

Use the sushiswap logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M16.866 10.724c.196.435.247.82.052 1.084c-.188.264-.571.341-1.04.299c-.844-.069-1.952-.53-3.026-1.298c-1.074-.769-1.866-1.674-2.199-2.45c-.187-.436-.238-.82-.05-1.085c.187-.264.57-.341 1.047-.307c.835.077 1.952.53 3.018 1.298c1.073.768 1.866 1.682 2.198 2.459"/><path d="M20.768 11.946a6 6 0 0 0-.16-.411c-.699-1.622-2.344-3.543-4.585-5.157c-2.25-1.605-4.585-2.553-6.35-2.698c-1.278-.102-2.267.213-2.778.93l-3.52 4.918c-.511.717-.494 1.759.017 2.937c.468 1.072 1.34 2.274 2.528 3.43a18 18 0 0 0 2.066 1.718c2.241 1.614 4.585 2.553 6.35 2.707c1.269.102 2.266-.213 2.777-.93l3.512-4.918c.45-.633.49-1.518.143-2.526m-.629 2.167l-.026.043c-.417.538-1.21.717-2.216.64c-1.678-.136-3.903-1.05-6.042-2.587c-2.14-1.537-3.716-3.355-4.39-4.909c-.4-.922-.485-1.733-.102-2.305l.018-.034c.409-.572 1.218-.76 2.241-.675c1.68.137 3.903 1.05 6.043 2.587c2.147 1.537 3.724 3.355 4.398 4.9c.4.94.485 1.777.076 2.34"/></g></svg>

React

import type { SVGProps } from "react";

export function TokenSushiswap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M16.866 10.724c.196.435.247.82.052 1.084c-.188.264-.571.341-1.04.299c-.844-.069-1.952-.53-3.026-1.298c-1.074-.769-1.866-1.674-2.199-2.45c-.187-.436-.238-.82-.05-1.085c.187-.264.57-.341 1.047-.307c.835.077 1.952.53 3.018 1.298c1.073.768 1.866 1.682 2.198 2.459"/><path d="M20.768 11.946a6 6 0 0 0-.16-.411c-.699-1.622-2.344-3.543-4.585-5.157c-2.25-1.605-4.585-2.553-6.35-2.698c-1.278-.102-2.267.213-2.778.93l-3.52 4.918c-.511.717-.494 1.759.017 2.937c.468 1.072 1.34 2.274 2.528 3.43a18 18 0 0 0 2.066 1.718c2.241 1.614 4.585 2.553 6.35 2.707c1.269.102 2.266-.213 2.777-.93l3.512-4.918c.45-.633.49-1.518.143-2.526m-.629 2.167l-.026.043c-.417.538-1.21.717-2.216.64c-1.678-.136-3.903-1.05-6.042-2.587c-2.14-1.537-3.716-3.355-4.39-4.909c-.4-.922-.485-1.733-.102-2.305l.018-.034c.409-.572 1.218-.76 2.241-.675c1.68.137 3.903 1.05 6.043 2.587c2.147 1.537 3.724 3.355 4.398 4.9c.4.94.485 1.777.076 2.34"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M16.866 10.724c.196.435.247.82.052 1.084c-.188.264-.571.341-1.04.299c-.844-.069-1.952-.53-3.026-1.298c-1.074-.769-1.866-1.674-2.199-2.45c-.187-.436-.238-.82-.05-1.085c.187-.264.57-.341 1.047-.307c.835.077 1.952.53 3.018 1.298c1.073.768 1.866 1.682 2.198 2.459"/><path d="M20.768 11.946a6 6 0 0 0-.16-.411c-.699-1.622-2.344-3.543-4.585-5.157c-2.25-1.605-4.585-2.553-6.35-2.698c-1.278-.102-2.267.213-2.778.93l-3.52 4.918c-.511.717-.494 1.759.017 2.937c.468 1.072 1.34 2.274 2.528 3.43a18 18 0 0 0 2.066 1.718c2.241 1.614 4.585 2.553 6.35 2.707c1.269.102 2.266-.213 2.777-.93l3.512-4.918c.45-.633.49-1.518.143-2.526m-.629 2.167l-.026.043c-.417.538-1.21.717-2.216.64c-1.678-.136-3.903-1.05-6.042-2.587c-2.14-1.537-3.716-3.355-4.39-4.909c-.4-.922-.485-1.733-.102-2.305l.018-.034c.409-.572 1.218-.76 2.241-.675c1.68.137 3.903 1.05 6.043 2.587c2.147 1.537 3.724 3.355 4.398 4.9c.4.94.485 1.777.076 2.34"/></g></svg>
</template>

CSS

.icon-sushiswap {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M16.866%2010.724c.196.435.247.82.052%201.084c-.188.264-.571.341-1.04.299c-.844-.069-1.952-.53-3.026-1.298c-1.074-.769-1.866-1.674-2.199-2.45c-.187-.436-.238-.82-.05-1.085c.187-.264.57-.341%201.047-.307c.835.077%201.952.53%203.018%201.298c1.073.768%201.866%201.682%202.198%202.459%22%2F%3E%3Cpath%20d%3D%22M20.768%2011.946a6%206%200%200%200-.16-.411c-.699-1.622-2.344-3.543-4.585-5.157c-2.25-1.605-4.585-2.553-6.35-2.698c-1.278-.102-2.267.213-2.778.93l-3.52%204.918c-.511.717-.494%201.759.017%202.937c.468%201.072%201.34%202.274%202.528%203.43a18%2018%200%200%200%202.066%201.718c2.241%201.614%204.585%202.553%206.35%202.707c1.269.102%202.266-.213%202.777-.93l3.512-4.918c.45-.633.49-1.518.143-2.526m-.629%202.167l-.026.043c-.417.538-1.21.717-2.216.64c-1.678-.136-3.903-1.05-6.042-2.587c-2.14-1.537-3.716-3.355-4.39-4.909c-.4-.922-.485-1.733-.102-2.305l.018-.034c.409-.572%201.218-.76%202.241-.675c1.68.137%203.903%201.05%206.043%202.587c2.147%201.537%203.724%203.355%204.398%204.9c.4.94.485%201.777.076%202.34%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M16.866%2010.724c.196.435.247.82.052%201.084c-.188.264-.571.341-1.04.299c-.844-.069-1.952-.53-3.026-1.298c-1.074-.769-1.866-1.674-2.199-2.45c-.187-.436-.238-.82-.05-1.085c.187-.264.57-.341%201.047-.307c.835.077%201.952.53%203.018%201.298c1.073.768%201.866%201.682%202.198%202.459%22%2F%3E%3Cpath%20d%3D%22M20.768%2011.946a6%206%200%200%200-.16-.411c-.699-1.622-2.344-3.543-4.585-5.157c-2.25-1.605-4.585-2.553-6.35-2.698c-1.278-.102-2.267.213-2.778.93l-3.52%204.918c-.511.717-.494%201.759.017%202.937c.468%201.072%201.34%202.274%202.528%203.43a18%2018%200%200%200%202.066%201.718c2.241%201.614%204.585%202.553%206.35%202.707c1.269.102%202.266-.213%202.777-.93l3.512-4.918c.45-.633.49-1.518.143-2.526m-.629%202.167l-.026.043c-.417.538-1.21.717-2.216.64c-1.678-.136-3.903-1.05-6.042-2.587c-2.14-1.537-3.716-3.355-4.39-4.909c-.4-.922-.485-1.733-.102-2.305l.018-.034c.409-.572%201.218-.76%202.241-.675c1.68.137%203.903%201.05%206.043%202.587c2.147%201.537%203.724%203.355%204.398%204.9c.4.94.485%201.777.076%202.34%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/sushiswap.svg?color=%231a73e8&size=48