token icon
token-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- token-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
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="M9.196 9.866q.57-.691 1.297-1.028Q11.221 8.5 12 8.5q.798 0 1.516.338t1.288 1.028l5.165-2.864l-7.186-3.99q-.373-.218-.783-.218t-.783.218l-7.186 3.99zM11.5 21.142v-5.651q-1.3-.235-2.15-1.201T8.5 12q0-.333.054-.621t.167-.61L3.5 7.837v7.93q0 .454.227.82q.227.367.606.584zM12 14.5q1.037 0 1.768-.732T14.5 12t-.732-1.768T12 9.5t-1.768.732T9.5 12t.732 1.768T12 14.5m.5 6.642l7.167-3.97q.38-.218.606-.585q.227-.366.227-.82v-7.93l-5.221 2.932q.113.346.167.622T15.5 12q0 1.323-.85 2.29q-.85.966-2.15 1.2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTokenRounded(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="M9.196 9.866q.57-.691 1.297-1.028Q11.221 8.5 12 8.5q.798 0 1.516.338t1.288 1.028l5.165-2.864l-7.186-3.99q-.373-.218-.783-.218t-.783.218l-7.186 3.99zM11.5 21.142v-5.651q-1.3-.235-2.15-1.201T8.5 12q0-.333.054-.621t.167-.61L3.5 7.837v7.93q0 .454.227.82q.227.367.606.584zM12 14.5q1.037 0 1.768-.732T14.5 12t-.732-1.768T12 9.5t-1.768.732T9.5 12t.732 1.768T12 14.5m.5 6.642l7.167-3.97q.38-.218.606-.585q.227-.366.227-.82v-7.93l-5.221 2.932q.113.346.167.622T15.5 12q0 1.323-.85 2.29q-.85.966-2.15 1.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.196 9.866q.57-.691 1.297-1.028Q11.221 8.5 12 8.5q.798 0 1.516.338t1.288 1.028l5.165-2.864l-7.186-3.99q-.373-.218-.783-.218t-.783.218l-7.186 3.99zM11.5 21.142v-5.651q-1.3-.235-2.15-1.201T8.5 12q0-.333.054-.621t.167-.61L3.5 7.837v7.93q0 .454.227.82q.227.367.606.584zM12 14.5q1.037 0 1.768-.732T14.5 12t-.732-1.768T12 9.5t-1.768.732T9.5 12t.732 1.768T12 14.5m.5 6.642l7.167-3.97q.38-.218.606-.585q.227-.366.227-.82v-7.93l-5.221 2.932q.113.346.167.622T15.5 12q0 1.323-.85 2.29q-.85.966-2.15 1.2z"/></svg> </template>
CSS
.icon-token-rounded {
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%22M9.196%209.866q.57-.691%201.297-1.028Q11.221%208.5%2012%208.5q.798%200%201.516.338t1.288%201.028l5.165-2.864l-7.186-3.99q-.373-.218-.783-.218t-.783.218l-7.186%203.99zM11.5%2021.142v-5.651q-1.3-.235-2.15-1.201T8.5%2012q0-.333.054-.621t.167-.61L3.5%207.837v7.93q0%20.454.227.82q.227.367.606.584zM12%2014.5q1.037%200%201.768-.732T14.5%2012t-.732-1.768T12%209.5t-1.768.732T9.5%2012t.732%201.768T12%2014.5m.5%206.642l7.167-3.97q.38-.218.606-.585q.227-.366.227-.82v-7.93l-5.221%202.932q.113.346.167.622T15.5%2012q0%201.323-.85%202.29q-.85.966-2.15%201.2z%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%22M9.196%209.866q.57-.691%201.297-1.028Q11.221%208.5%2012%208.5q.798%200%201.516.338t1.288%201.028l5.165-2.864l-7.186-3.99q-.373-.218-.783-.218t-.783.218l-7.186%203.99zM11.5%2021.142v-5.651q-1.3-.235-2.15-1.201T8.5%2012q0-.333.054-.621t.167-.61L3.5%207.837v7.93q0%20.454.227.82q.227.367.606.584zM12%2014.5q1.037%200%201.768-.732T14.5%2012t-.732-1.768T12%209.5t-1.768.732T9.5%2012t.732%201.768T12%2014.5m.5%206.642l7.167-3.97q.38-.218.606-.585q.227-.366.227-.82v-7.93l-5.221%202.932q.113.346.167.622T15.5%2012q0%201.323-.85%202.29q-.85.966-2.15%201.2z%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-rounded.svg?color=%231a73e8&size=48