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

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

The same logo in other sets

Use the sense logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width=".3" d="M17.21 14.75L12.948 9m4.264 5.75L13.42 18m3.79-3.25l-5.976.25m1.713-6l1.42-6l-3.789 3.25M12.947 9l-1.712 6m1.713-6l-6.158.5m6.158-.5l-2.369-2.75M13.421 18l-3.553 3l1.367-6m2.186 3l-2.186-3m0 0L6.79 9.5m3.789-3.25L6.789 9.5"/></svg>

React

import type { SVGProps } from "react";

export function TokenSense(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth=".3" d="M17.21 14.75L12.948 9m4.264 5.75L13.42 18m3.79-3.25l-5.976.25m1.713-6l1.42-6l-3.789 3.25M12.947 9l-1.712 6m1.713-6l-6.158.5m6.158-.5l-2.369-2.75M13.421 18l-3.553 3l1.367-6m2.186 3l-2.186-3m0 0L6.79 9.5m3.789-3.25L6.789 9.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width=".3" d="M17.21 14.75L12.948 9m4.264 5.75L13.42 18m3.79-3.25l-5.976.25m1.713-6l1.42-6l-3.789 3.25M12.947 9l-1.712 6m1.713-6l-6.158.5m6.158-.5l-2.369-2.75M13.421 18l-3.553 3l1.367-6m2.186 3l-2.186-3m0 0L6.79 9.5m3.789-3.25L6.789 9.5"/></svg>
</template>

CSS

.icon-sense {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.3%22%20d%3D%22M17.21%2014.75L12.948%209m4.264%205.75L13.42%2018m3.79-3.25l-5.976.25m1.713-6l1.42-6l-3.789%203.25M12.947%209l-1.712%206m1.713-6l-6.158.5m6.158-.5l-2.369-2.75M13.421%2018l-3.553%203l1.367-6m2.186%203l-2.186-3m0%200L6.79%209.5m3.789-3.25L6.789%209.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.3%22%20d%3D%22M17.21%2014.75L12.948%209m4.264%205.75L13.42%2018m3.79-3.25l-5.976.25m1.713-6l1.42-6l-3.789%203.25M12.947%209l-1.712%206m1.713-6l-6.158.5m6.158-.5l-2.369-2.75M13.421%2018l-3.553%203l1.367-6m2.186%203l-2.186-3m0%200L6.79%209.5m3.789-3.25L6.789%209.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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