round token icon
round-token from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-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 round 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.97 2.54c-.6-.34-1.34-.34-1.94 0l-7 3.89L9.1 9.24C9.83 8.48 10.86 8 12 8s2.17.48 2.9 1.24l5.07-2.82zM10 12c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2M3 8.14l5.13 2.85c-.09.32-.13.66-.13 1.01c0 1.86 1.27 3.43 3 3.87v5.57l-6.97-3.87A1.99 1.99 0 0 1 3 15.82zm10 13.3v-5.57c1.73-.44 3-2.01 3-3.87c0-.35-.04-.69-.13-1.01L21 8.14v7.68c0 .73-.39 1.4-1.03 1.75z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundToken(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.97 2.54c-.6-.34-1.34-.34-1.94 0l-7 3.89L9.1 9.24C9.83 8.48 10.86 8 12 8s2.17.48 2.9 1.24l5.07-2.82zM10 12c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2M3 8.14l5.13 2.85c-.09.32-.13.66-.13 1.01c0 1.86 1.27 3.43 3 3.87v5.57l-6.97-3.87A1.99 1.99 0 0 1 3 15.82zm10 13.3v-5.57c1.73-.44 3-2.01 3-3.87c0-.35-.04-.69-.13-1.01L21 8.14v7.68c0 .73-.39 1.4-1.03 1.75z"/></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.97 2.54c-.6-.34-1.34-.34-1.94 0l-7 3.89L9.1 9.24C9.83 8.48 10.86 8 12 8s2.17.48 2.9 1.24l5.07-2.82zM10 12c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2M3 8.14l5.13 2.85c-.09.32-.13.66-.13 1.01c0 1.86 1.27 3.43 3 3.87v5.57l-6.97-3.87A1.99 1.99 0 0 1 3 15.82zm10 13.3v-5.57c1.73-.44 3-2.01 3-3.87c0-.35-.04-.69-.13-1.01L21 8.14v7.68c0 .73-.39 1.4-1.03 1.75z"/></svg> </template>
CSS
.icon-round-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.97%202.54c-.6-.34-1.34-.34-1.94%200l-7%203.89L9.1%209.24C9.83%208.48%2010.86%208%2012%208s2.17.48%202.9%201.24l5.07-2.82zM10%2012c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2M3%208.14l5.13%202.85c-.09.32-.13.66-.13%201.01c0%201.86%201.27%203.43%203%203.87v5.57l-6.97-3.87A1.99%201.99%200%200%201%203%2015.82zm10%2013.3v-5.57c1.73-.44%203-2.01%203-3.87c0-.35-.04-.69-.13-1.01L21%208.14v7.68c0%20.73-.39%201.4-1.03%201.75z%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.97%202.54c-.6-.34-1.34-.34-1.94%200l-7%203.89L9.1%209.24C9.83%208.48%2010.86%208%2012%208s2.17.48%202.9%201.24l5.07-2.82zM10%2012c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2M3%208.14l5.13%202.85c-.09.32-.13.66-.13%201.01c0%201.86%201.27%203.43%203%203.87v5.57l-6.97-3.87A1.99%201.99%200%200%201%203%2015.82zm10%2013.3v-5.57c1.73-.44%203-2.01%203-3.87c0-.35-.04-.69-.13-1.01L21%208.14v7.68c0%20.73-.39%201.4-1.03%201.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-token.svg?color=%231a73e8&size=48