token-outline from Material Symbols Light by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
token-outline
Set
Material Symbols Light
Style
Outline
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
token-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the token icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 21.423l-8.5-4.711V7.289L12 2.577l8.5 4.712v9.423zM9.196 9.866q.517-.639 1.248-1.002T12 8.5t1.556.364t1.248 1.001l4.115-2.29L12 3.723L5.08 7.575zm2.304 10.13v-4.505q-1.292-.235-2.146-1.214T8.5 12q0-.333.054-.628t.167-.603L4.5 8.404v7.71zm2.278-6.218q.722-.722.722-1.778t-.722-1.778T12 9.5t-1.778.722T9.5 12t.722 1.778T12 14.5t1.778-.722M12.5 19.996l7-3.882v-7.71l-4.221 2.365q.113.308.167.603T15.5 12q0 1.298-.854 2.277T12.5 15.491z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTokenOutline(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="m12 21.423l-8.5-4.711V7.289L12 2.577l8.5 4.712v9.423zM9.196 9.866q.517-.639 1.248-1.002T12 8.5t1.556.364t1.248 1.001l4.115-2.29L12 3.723L5.08 7.575zm2.304 10.13v-4.505q-1.292-.235-2.146-1.214T8.5 12q0-.333.054-.628t.167-.603L4.5 8.404v7.71zm2.278-6.218q.722-.722.722-1.778t-.722-1.778T12 9.5t-1.778.722T9.5 12t.722 1.778T12 14.5t1.778-.722M12.5 19.996l7-3.882v-7.71l-4.221 2.365q.113.308.167.603T15.5 12q0 1.298-.854 2.277T12.5 15.491z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 21.423l-8.5-4.711V7.289L12 2.577l8.5 4.712v9.423zM9.196 9.866q.517-.639 1.248-1.002T12 8.5t1.556.364t1.248 1.001l4.115-2.29L12 3.723L5.08 7.575zm2.304 10.13v-4.505q-1.292-.235-2.146-1.214T8.5 12q0-.333.054-.628t.167-.603L4.5 8.404v7.71zm2.278-6.218q.722-.722.722-1.778t-.722-1.778T12 9.5t-1.778.722T9.5 12t.722 1.778T12 14.5t1.778-.722M12.5 19.996l7-3.882v-7.71l-4.221 2.365q.113.308.167.603T15.5 12q0 1.298-.854 2.277T12.5 15.491z"/></svg>
</template>

CSS

.icon-token-outline {
  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%22m12%2021.423l-8.5-4.711V7.289L12%202.577l8.5%204.712v9.423zM9.196%209.866q.517-.639%201.248-1.002T12%208.5t1.556.364t1.248%201.001l4.115-2.29L12%203.723L5.08%207.575zm2.304%2010.13v-4.505q-1.292-.235-2.146-1.214T8.5%2012q0-.333.054-.628t.167-.603L4.5%208.404v7.71zm2.278-6.218q.722-.722.722-1.778t-.722-1.778T12%209.5t-1.778.722T9.5%2012t.722%201.778T12%2014.5t1.778-.722M12.5%2019.996l7-3.882v-7.71l-4.221%202.365q.113.308.167.603T15.5%2012q0%201.298-.854%202.277T12.5%2015.491z%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%22m12%2021.423l-8.5-4.711V7.289L12%202.577l8.5%204.712v9.423zM9.196%209.866q.517-.639%201.248-1.002T12%208.5t1.556.364t1.248%201.001l4.115-2.29L12%203.723L5.08%207.575zm2.304%2010.13v-4.505q-1.292-.235-2.146-1.214T8.5%2012q0-.333.054-.628t.167-.603L4.5%208.404v7.71zm2.278-6.218q.722-.722.722-1.778t-.722-1.778T12%209.5t-1.778.722T9.5%2012t.722%201.778T12%2014.5t1.778-.722M12.5%2019.996l7-3.882v-7.71l-4.221%202.365q.113.308.167.603T15.5%2012q0%201.298-.854%202.277T12.5%2015.491z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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