generating tokens icon

generating-tokens-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.

Name
generating-tokens-rounded
Set
Material Symbols
Style
Rounded
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

Use the generating tokens icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20q-3.35 0-5.675-2.325T1 12q0-3.35 2.325-5.675T9 4q3.35 0 5.675 2.325T17 12q0 3.35-2.325 5.675T9 20Zm0-4.5q.425 0 .713-.288T10 14.5v-4h1.25q.325 0 .537-.213T12 9.75q0-.325-.213-.537T11.25 9h-4.5q-.325 0-.537.213T6 9.75q0 .325.213.537t.537.213H8v4q0 .425.288.713T9 15.5ZM18.55 8l-.8-1.75l-1.75-.8q-.275-.125-.275-.45T16 4.55l1.75-.8l.8-1.75q.125-.275.45-.275t.45.275l.8 1.75l1.75.8q.275.125.275.45T22 5.45l-1.75.8l-.8 1.75q-.125.275-.45.275T18.55 8Zm0 14l-.8-1.75l-1.75-.8q-.275-.125-.275-.45t.275-.45l1.75-.8l.8-1.75q.125-.275.45-.275t.45.275l.8 1.75l1.75.8q.275.125.275.45t-.275.45l-1.75.8l-.8 1.75q-.125.275-.45.275T18.55 22Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGeneratingTokensRounded(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 20q-3.35 0-5.675-2.325T1 12q0-3.35 2.325-5.675T9 4q3.35 0 5.675 2.325T17 12q0 3.35-2.325 5.675T9 20Zm0-4.5q.425 0 .713-.288T10 14.5v-4h1.25q.325 0 .537-.213T12 9.75q0-.325-.213-.537T11.25 9h-4.5q-.325 0-.537.213T6 9.75q0 .325.213.537t.537.213H8v4q0 .425.288.713T9 15.5ZM18.55 8l-.8-1.75l-1.75-.8q-.275-.125-.275-.45T16 4.55l1.75-.8l.8-1.75q.125-.275.45-.275t.45.275l.8 1.75l1.75.8q.275.125.275.45T22 5.45l-1.75.8l-.8 1.75q-.125.275-.45.275T18.55 8Zm0 14l-.8-1.75l-1.75-.8q-.275-.125-.275-.45t.275-.45l1.75-.8l.8-1.75q.125-.275.45-.275t.45.275l.8 1.75l1.75.8q.275.125.275.45t-.275.45l-1.75.8l-.8 1.75q-.125.275-.45.275T18.55 22Z"/></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 20q-3.35 0-5.675-2.325T1 12q0-3.35 2.325-5.675T9 4q3.35 0 5.675 2.325T17 12q0 3.35-2.325 5.675T9 20Zm0-4.5q.425 0 .713-.288T10 14.5v-4h1.25q.325 0 .537-.213T12 9.75q0-.325-.213-.537T11.25 9h-4.5q-.325 0-.537.213T6 9.75q0 .325.213.537t.537.213H8v4q0 .425.288.713T9 15.5ZM18.55 8l-.8-1.75l-1.75-.8q-.275-.125-.275-.45T16 4.55l1.75-.8l.8-1.75q.125-.275.45-.275t.45.275l.8 1.75l1.75.8q.275.125.275.45T22 5.45l-1.75.8l-.8 1.75q-.125.275-.45.275T18.55 8Zm0 14l-.8-1.75l-1.75-.8q-.275-.125-.275-.45t.275-.45l1.75-.8l.8-1.75q.125-.275.45-.275t.45.275l.8 1.75l1.75.8q.275.125.275.45t-.275.45l-1.75.8l-.8 1.75q-.125.275-.45.275T18.55 22Z"/></svg>
</template>

CSS

.icon-generating-tokens-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%2020q-3.35%200-5.675-2.325T1%2012q0-3.35%202.325-5.675T9%204q3.35%200%205.675%202.325T17%2012q0%203.35-2.325%205.675T9%2020Zm0-4.5q.425%200%20.713-.288T10%2014.5v-4h1.25q.325%200%20.537-.213T12%209.75q0-.325-.213-.537T11.25%209h-4.5q-.325%200-.537.213T6%209.75q0%20.325.213.537t.537.213H8v4q0%20.425.288.713T9%2015.5ZM18.55%208l-.8-1.75l-1.75-.8q-.275-.125-.275-.45T16%204.55l1.75-.8l.8-1.75q.125-.275.45-.275t.45.275l.8%201.75l1.75.8q.275.125.275.45T22%205.45l-1.75.8l-.8%201.75q-.125.275-.45.275T18.55%208Zm0%2014l-.8-1.75l-1.75-.8q-.275-.125-.275-.45t.275-.45l1.75-.8l.8-1.75q.125-.275.45-.275t.45.275l.8%201.75l1.75.8q.275.125.275.45t-.275.45l-1.75.8l-.8%201.75q-.125.275-.45.275T18.55%2022Z%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%2020q-3.35%200-5.675-2.325T1%2012q0-3.35%202.325-5.675T9%204q3.35%200%205.675%202.325T17%2012q0%203.35-2.325%205.675T9%2020Zm0-4.5q.425%200%20.713-.288T10%2014.5v-4h1.25q.325%200%20.537-.213T12%209.75q0-.325-.213-.537T11.25%209h-4.5q-.325%200-.537.213T6%209.75q0%20.325.213.537t.537.213H8v4q0%20.425.288.713T9%2015.5ZM18.55%208l-.8-1.75l-1.75-.8q-.275-.125-.275-.45T16%204.55l1.75-.8l.8-1.75q.125-.275.45-.275t.45.275l.8%201.75l1.75.8q.275.125.275.45T22%205.45l-1.75.8l-.8%201.75q-.125.275-.45.275T18.55%208Zm0%2014l-.8-1.75l-1.75-.8q-.275-.125-.275-.45t.275-.45l1.75-.8l.8-1.75q.125-.275.45-.275t.45.275l.8%201.75l1.75.8q.275.125.275.45t-.275.45l-1.75.8l-.8%201.75q-.125.275-.45.275T18.55%2022Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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