round generating tokens icon

round-generating-tokens from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-generating-tokens
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round 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 4c-4.42 0-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8s-3.58-8-8-8m0 11.5c-.55 0-1-.45-1-1v-4H6.75c-.41 0-.75-.34-.75-.75S6.34 9 6.75 9h4.5c.41 0 .75.34.75.75s-.34.75-.75.75H10v4c0 .55-.45 1-1 1M20.25 3.75l1.75.79a.5.5 0 0 1 0 .91l-1.75.79L19.46 8a.5.5 0 0 1-.91 0l-.79-1.75L16 5.46a.5.5 0 0 1 0-.91l1.75-.79l.79-1.76a.5.5 0 0 1 .91 0zm0 14l1.75.79a.5.5 0 0 1 0 .91l-1.75.79l-.79 1.76a.5.5 0 0 1-.91 0l-.79-1.75l-1.76-.79a.5.5 0 0 1 0-.91l1.75-.79l.79-1.76a.5.5 0 0 1 .91 0z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundGeneratingTokens(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 4c-4.42 0-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8s-3.58-8-8-8m0 11.5c-.55 0-1-.45-1-1v-4H6.75c-.41 0-.75-.34-.75-.75S6.34 9 6.75 9h4.5c.41 0 .75.34.75.75s-.34.75-.75.75H10v4c0 .55-.45 1-1 1M20.25 3.75l1.75.79a.5.5 0 0 1 0 .91l-1.75.79L19.46 8a.5.5 0 0 1-.91 0l-.79-1.75L16 5.46a.5.5 0 0 1 0-.91l1.75-.79l.79-1.76a.5.5 0 0 1 .91 0zm0 14l1.75.79a.5.5 0 0 1 0 .91l-1.75.79l-.79 1.76a.5.5 0 0 1-.91 0l-.79-1.75l-1.76-.79a.5.5 0 0 1 0-.91l1.75-.79l.79-1.76a.5.5 0 0 1 .91 0z"/></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 4c-4.42 0-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8s-3.58-8-8-8m0 11.5c-.55 0-1-.45-1-1v-4H6.75c-.41 0-.75-.34-.75-.75S6.34 9 6.75 9h4.5c.41 0 .75.34.75.75s-.34.75-.75.75H10v4c0 .55-.45 1-1 1M20.25 3.75l1.75.79a.5.5 0 0 1 0 .91l-1.75.79L19.46 8a.5.5 0 0 1-.91 0l-.79-1.75L16 5.46a.5.5 0 0 1 0-.91l1.75-.79l.79-1.76a.5.5 0 0 1 .91 0zm0 14l1.75.79a.5.5 0 0 1 0 .91l-1.75.79l-.79 1.76a.5.5 0 0 1-.91 0l-.79-1.75l-1.76-.79a.5.5 0 0 1 0-.91l1.75-.79l.79-1.76a.5.5 0 0 1 .91 0z"/></svg>
</template>

CSS

.icon-round-generating-tokens {
  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%204c-4.42%200-8%203.58-8%208s3.58%208%208%208s8-3.58%208-8s-3.58-8-8-8m0%2011.5c-.55%200-1-.45-1-1v-4H6.75c-.41%200-.75-.34-.75-.75S6.34%209%206.75%209h4.5c.41%200%20.75.34.75.75s-.34.75-.75.75H10v4c0%20.55-.45%201-1%201M20.25%203.75l1.75.79a.5.5%200%200%201%200%20.91l-1.75.79L19.46%208a.5.5%200%200%201-.91%200l-.79-1.75L16%205.46a.5.5%200%200%201%200-.91l1.75-.79l.79-1.76a.5.5%200%200%201%20.91%200zm0%2014l1.75.79a.5.5%200%200%201%200%20.91l-1.75.79l-.79%201.76a.5.5%200%200%201-.91%200l-.79-1.75l-1.76-.79a.5.5%200%200%201%200-.91l1.75-.79l.79-1.76a.5.5%200%200%201%20.91%200z%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%204c-4.42%200-8%203.58-8%208s3.58%208%208%208s8-3.58%208-8s-3.58-8-8-8m0%2011.5c-.55%200-1-.45-1-1v-4H6.75c-.41%200-.75-.34-.75-.75S6.34%209%206.75%209h4.5c.41%200%20.75.34.75.75s-.34.75-.75.75H10v4c0%20.55-.45%201-1%201M20.25%203.75l1.75.79a.5.5%200%200%201%200%20.91l-1.75.79L19.46%208a.5.5%200%200%201-.91%200l-.79-1.75L16%205.46a.5.5%200%200%201%200-.91l1.75-.79l.79-1.76a.5.5%200%200%201%20.91%200zm0%2014l1.75.79a.5.5%200%200%201%200%20.91l-1.75.79l-.79%201.76a.5.5%200%200%201-.91%200l-.79-1.75l-1.76-.79a.5.5%200%200%201%200-.91l1.75-.79l.79-1.76a.5.5%200%200%201%20.91%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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