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

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

The same logo in other sets

Use the berry logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.677 20.997c-2.538-.128-4.538-2.107-4.538-4.483c0-.156.1-.312.234-.405c.868-.498 1.436-1.37 1.436-2.4c0-1.557-1.336-2.834-3.007-2.834H9.895c-.702 0-1.27.53-1.27 1.215V21H5.449A2.45 2.45 0 0 1 3 18.554V9.82a2.44 2.44 0 0 1 1.081-2.032l6.552-4.383a2.51 2.51 0 0 1 2.735 0l6.551 4.383A2.44 2.44 0 0 1 21 9.82v8.702c0 1.325-1.016 2.41-2.323 2.475"/></svg>

React

import type { SVGProps } from "react";

export function TokenBerry(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="M18.677 20.997c-2.538-.128-4.538-2.107-4.538-4.483c0-.156.1-.312.234-.405c.868-.498 1.436-1.37 1.436-2.4c0-1.557-1.336-2.834-3.007-2.834H9.895c-.702 0-1.27.53-1.27 1.215V21H5.449A2.45 2.45 0 0 1 3 18.554V9.82a2.44 2.44 0 0 1 1.081-2.032l6.552-4.383a2.51 2.51 0 0 1 2.735 0l6.551 4.383A2.44 2.44 0 0 1 21 9.82v8.702c0 1.325-1.016 2.41-2.323 2.475"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.677 20.997c-2.538-.128-4.538-2.107-4.538-4.483c0-.156.1-.312.234-.405c.868-.498 1.436-1.37 1.436-2.4c0-1.557-1.336-2.834-3.007-2.834H9.895c-.702 0-1.27.53-1.27 1.215V21H5.449A2.45 2.45 0 0 1 3 18.554V9.82a2.44 2.44 0 0 1 1.081-2.032l6.552-4.383a2.51 2.51 0 0 1 2.735 0l6.551 4.383A2.44 2.44 0 0 1 21 9.82v8.702c0 1.325-1.016 2.41-2.323 2.475"/></svg>
</template>

CSS

.icon-berry {
  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%22M18.677%2020.997c-2.538-.128-4.538-2.107-4.538-4.483c0-.156.1-.312.234-.405c.868-.498%201.436-1.37%201.436-2.4c0-1.557-1.336-2.834-3.007-2.834H9.895c-.702%200-1.27.53-1.27%201.215V21H5.449A2.45%202.45%200%200%201%203%2018.554V9.82a2.44%202.44%200%200%201%201.081-2.032l6.552-4.383a2.51%202.51%200%200%201%202.735%200l6.551%204.383A2.44%202.44%200%200%201%2021%209.82v8.702c0%201.325-1.016%202.41-2.323%202.475%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%22M18.677%2020.997c-2.538-.128-4.538-2.107-4.538-4.483c0-.156.1-.312.234-.405c.868-.498%201.436-1.37%201.436-2.4c0-1.557-1.336-2.834-3.007-2.834H9.895c-.702%200-1.27.53-1.27%201.215V21H5.449A2.45%202.45%200%200%201%203%2018.554V9.82a2.44%202.44%200%200%201%201.081-2.032l6.552-4.383a2.51%202.51%200%200%201%202.735%200l6.551%204.383A2.44%202.44%200%200%201%2021%209.82v8.702c0%201.325-1.016%202.41-2.323%202.475%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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