twotone token icon
twotone-token from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-token
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the twotone 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 4.29l5.91 3.28l-3.01 1.67C14.17 8.48 13.14 8 12 8s-2.17.48-2.9 1.24L6.09 7.57zm-1 14.87l-6-3.33V9.26L8.13 11c-.09.31-.13.65-.13 1c0 1.86 1.27 3.43 3 3.87zM10 12c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m3 7.16v-3.28c1.73-.44 3-2.01 3-3.87c0-.35-.04-.69-.13-1.01L19 9.26v6.57z" opacity=".3"/><path fill="currentColor" d="m21 7l-9-5l-9 5v10l9 5l9-5zm-9-2.71l5.91 3.28l-3.01 1.67C14.17 8.48 13.14 8 12 8s-2.17.48-2.9 1.24L6.09 7.57zm-1 14.87l-6-3.33V9.26L8.13 11c-.09.31-.13.65-.13 1c0 1.86 1.27 3.43 3 3.87zM10 12c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m3 7.16v-3.28c1.73-.44 3-2.01 3-3.87c0-.35-.04-.69-.13-1.01L19 9.26v6.57z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneToken(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 4.29l5.91 3.28l-3.01 1.67C14.17 8.48 13.14 8 12 8s-2.17.48-2.9 1.24L6.09 7.57zm-1 14.87l-6-3.33V9.26L8.13 11c-.09.31-.13.65-.13 1c0 1.86 1.27 3.43 3 3.87zM10 12c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m3 7.16v-3.28c1.73-.44 3-2.01 3-3.87c0-.35-.04-.69-.13-1.01L19 9.26v6.57z" opacity=".3"/><path fill="currentColor" d="m21 7l-9-5l-9 5v10l9 5l9-5zm-9-2.71l5.91 3.28l-3.01 1.67C14.17 8.48 13.14 8 12 8s-2.17.48-2.9 1.24L6.09 7.57zm-1 14.87l-6-3.33V9.26L8.13 11c-.09.31-.13.65-.13 1c0 1.86 1.27 3.43 3 3.87zM10 12c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m3 7.16v-3.28c1.73-.44 3-2.01 3-3.87c0-.35-.04-.69-.13-1.01L19 9.26v6.57z"/></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 4.29l5.91 3.28l-3.01 1.67C14.17 8.48 13.14 8 12 8s-2.17.48-2.9 1.24L6.09 7.57zm-1 14.87l-6-3.33V9.26L8.13 11c-.09.31-.13.65-.13 1c0 1.86 1.27 3.43 3 3.87zM10 12c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m3 7.16v-3.28c1.73-.44 3-2.01 3-3.87c0-.35-.04-.69-.13-1.01L19 9.26v6.57z" opacity=".3"/><path fill="currentColor" d="m21 7l-9-5l-9 5v10l9 5l9-5zm-9-2.71l5.91 3.28l-3.01 1.67C14.17 8.48 13.14 8 12 8s-2.17.48-2.9 1.24L6.09 7.57zm-1 14.87l-6-3.33V9.26L8.13 11c-.09.31-.13.65-.13 1c0 1.86 1.27 3.43 3 3.87zM10 12c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m3 7.16v-3.28c1.73-.44 3-2.01 3-3.87c0-.35-.04-.69-.13-1.01L19 9.26v6.57z"/></svg> </template>
CSS
.icon-twotone-token {
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%204.29l5.91%203.28l-3.01%201.67C14.17%208.48%2013.14%208%2012%208s-2.17.48-2.9%201.24L6.09%207.57zm-1%2014.87l-6-3.33V9.26L8.13%2011c-.09.31-.13.65-.13%201c0%201.86%201.27%203.43%203%203.87zM10%2012c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m3%207.16v-3.28c1.73-.44%203-2.01%203-3.87c0-.35-.04-.69-.13-1.01L19%209.26v6.57z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21%207l-9-5l-9%205v10l9%205l9-5zm-9-2.71l5.91%203.28l-3.01%201.67C14.17%208.48%2013.14%208%2012%208s-2.17.48-2.9%201.24L6.09%207.57zm-1%2014.87l-6-3.33V9.26L8.13%2011c-.09.31-.13.65-.13%201c0%201.86%201.27%203.43%203%203.87zM10%2012c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m3%207.16v-3.28c1.73-.44%203-2.01%203-3.87c0-.35-.04-.69-.13-1.01L19%209.26v6.57z%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%204.29l5.91%203.28l-3.01%201.67C14.17%208.48%2013.14%208%2012%208s-2.17.48-2.9%201.24L6.09%207.57zm-1%2014.87l-6-3.33V9.26L8.13%2011c-.09.31-.13.65-.13%201c0%201.86%201.27%203.43%203%203.87zM10%2012c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m3%207.16v-3.28c1.73-.44%203-2.01%203-3.87c0-.35-.04-.69-.13-1.01L19%209.26v6.57z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21%207l-9-5l-9%205v10l9%205l9-5zm-9-2.71l5.91%203.28l-3.01%201.67C14.17%208.48%2013.14%208%2012%208s-2.17.48-2.9%201.24L6.09%207.57zm-1%2014.87l-6-3.33V9.26L8.13%2011c-.09.31-.13.65-.13%201c0%201.86%201.27%203.43%203%203.87zM10%2012c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m3%207.16v-3.28c1.73-.44%203-2.01%203-3.87c0-.35-.04-.69-.13-1.01L19%209.26v6.57z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-token.svg?color=%231a73e8&size=48