twotone monetization on icon

twotone-monetization-on from Google Material Icons by Material Design Authors · Baseline · Editor · Apache-2.0 Free for personal and commercial use.

Name
twotone-monetization-on
Set
Google Material Icons
Style
Baseline
Category
Editor
Viewbox
24×24
License
Apache 2.0

More editor icons from Google Material Icons

Use the twotone monetization on icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8s8-3.59 8-8s-3.59-8-8-8m1.23 13.33V19H10.9v-1.69c-1.5-.31-2.77-1.28-2.86-2.97h1.71c.09.92.72 1.64 2.32 1.64c1.71 0 2.1-.86 2.1-1.39c0-.73-.39-1.41-2.34-1.87c-2.17-.53-3.66-1.42-3.66-3.21c0-1.51 1.22-2.48 2.72-2.81V5h2.34v1.71c1.63.39 2.44 1.63 2.49 2.97h-1.71c-.04-.97-.56-1.64-1.94-1.64c-1.31 0-2.1.59-2.1 1.43c0 .73.57 1.22 2.34 1.67c1.77.46 3.66 1.22 3.66 3.42c-.01 1.6-1.21 2.48-2.74 2.77" opacity=".3"/><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m.31-8.86c-1.77-.45-2.34-.94-2.34-1.67c0-.84.79-1.43 2.1-1.43c1.38 0 1.9.66 1.94 1.64h1.71c-.05-1.34-.87-2.57-2.49-2.97V5H10.9v1.69c-1.51.32-2.72 1.3-2.72 2.81c0 1.79 1.49 2.69 3.66 3.21c1.95.46 2.34 1.15 2.34 1.87c0 .53-.39 1.39-2.1 1.39c-1.6 0-2.23-.72-2.32-1.64H8.04c.1 1.7 1.36 2.66 2.86 2.97V19h2.34v-1.67c1.52-.29 2.72-1.16 2.73-2.77c-.01-2.2-1.9-2.96-3.66-3.42"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneMonetizationOn(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 4c-4.41 0-8 3.59-8 8s3.59 8 8 8s8-3.59 8-8s-3.59-8-8-8m1.23 13.33V19H10.9v-1.69c-1.5-.31-2.77-1.28-2.86-2.97h1.71c.09.92.72 1.64 2.32 1.64c1.71 0 2.1-.86 2.1-1.39c0-.73-.39-1.41-2.34-1.87c-2.17-.53-3.66-1.42-3.66-3.21c0-1.51 1.22-2.48 2.72-2.81V5h2.34v1.71c1.63.39 2.44 1.63 2.49 2.97h-1.71c-.04-.97-.56-1.64-1.94-1.64c-1.31 0-2.1.59-2.1 1.43c0 .73.57 1.22 2.34 1.67c1.77.46 3.66 1.22 3.66 3.42c-.01 1.6-1.21 2.48-2.74 2.77" opacity=".3"/><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m.31-8.86c-1.77-.45-2.34-.94-2.34-1.67c0-.84.79-1.43 2.1-1.43c1.38 0 1.9.66 1.94 1.64h1.71c-.05-1.34-.87-2.57-2.49-2.97V5H10.9v1.69c-1.51.32-2.72 1.3-2.72 2.81c0 1.79 1.49 2.69 3.66 3.21c1.95.46 2.34 1.15 2.34 1.87c0 .53-.39 1.39-2.1 1.39c-1.6 0-2.23-.72-2.32-1.64H8.04c.1 1.7 1.36 2.66 2.86 2.97V19h2.34v-1.67c1.52-.29 2.72-1.16 2.73-2.77c-.01-2.2-1.9-2.96-3.66-3.42"/></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 4c-4.41 0-8 3.59-8 8s3.59 8 8 8s8-3.59 8-8s-3.59-8-8-8m1.23 13.33V19H10.9v-1.69c-1.5-.31-2.77-1.28-2.86-2.97h1.71c.09.92.72 1.64 2.32 1.64c1.71 0 2.1-.86 2.1-1.39c0-.73-.39-1.41-2.34-1.87c-2.17-.53-3.66-1.42-3.66-3.21c0-1.51 1.22-2.48 2.72-2.81V5h2.34v1.71c1.63.39 2.44 1.63 2.49 2.97h-1.71c-.04-.97-.56-1.64-1.94-1.64c-1.31 0-2.1.59-2.1 1.43c0 .73.57 1.22 2.34 1.67c1.77.46 3.66 1.22 3.66 3.42c-.01 1.6-1.21 2.48-2.74 2.77" opacity=".3"/><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m.31-8.86c-1.77-.45-2.34-.94-2.34-1.67c0-.84.79-1.43 2.1-1.43c1.38 0 1.9.66 1.94 1.64h1.71c-.05-1.34-.87-2.57-2.49-2.97V5H10.9v1.69c-1.51.32-2.72 1.3-2.72 2.81c0 1.79 1.49 2.69 3.66 3.21c1.95.46 2.34 1.15 2.34 1.87c0 .53-.39 1.39-2.1 1.39c-1.6 0-2.23-.72-2.32-1.64H8.04c.1 1.7 1.36 2.66 2.86 2.97V19h2.34v-1.67c1.52-.29 2.72-1.16 2.73-2.77c-.01-2.2-1.9-2.96-3.66-3.42"/></svg>
</template>

CSS

.icon-twotone-monetization-on {
  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%204c-4.41%200-8%203.59-8%208s3.59%208%208%208s8-3.59%208-8s-3.59-8-8-8m1.23%2013.33V19H10.9v-1.69c-1.5-.31-2.77-1.28-2.86-2.97h1.71c.09.92.72%201.64%202.32%201.64c1.71%200%202.1-.86%202.1-1.39c0-.73-.39-1.41-2.34-1.87c-2.17-.53-3.66-1.42-3.66-3.21c0-1.51%201.22-2.48%202.72-2.81V5h2.34v1.71c1.63.39%202.44%201.63%202.49%202.97h-1.71c-.04-.97-.56-1.64-1.94-1.64c-1.31%200-2.1.59-2.1%201.43c0%20.73.57%201.22%202.34%201.67c1.77.46%203.66%201.22%203.66%203.42c-.01%201.6-1.21%202.48-2.74%202.77%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8s8%203.59%208%208s-3.59%208-8%208m.31-8.86c-1.77-.45-2.34-.94-2.34-1.67c0-.84.79-1.43%202.1-1.43c1.38%200%201.9.66%201.94%201.64h1.71c-.05-1.34-.87-2.57-2.49-2.97V5H10.9v1.69c-1.51.32-2.72%201.3-2.72%202.81c0%201.79%201.49%202.69%203.66%203.21c1.95.46%202.34%201.15%202.34%201.87c0%20.53-.39%201.39-2.1%201.39c-1.6%200-2.23-.72-2.32-1.64H8.04c.1%201.7%201.36%202.66%202.86%202.97V19h2.34v-1.67c1.52-.29%202.72-1.16%202.73-2.77c-.01-2.2-1.9-2.96-3.66-3.42%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%204c-4.41%200-8%203.59-8%208s3.59%208%208%208s8-3.59%208-8s-3.59-8-8-8m1.23%2013.33V19H10.9v-1.69c-1.5-.31-2.77-1.28-2.86-2.97h1.71c.09.92.72%201.64%202.32%201.64c1.71%200%202.1-.86%202.1-1.39c0-.73-.39-1.41-2.34-1.87c-2.17-.53-3.66-1.42-3.66-3.21c0-1.51%201.22-2.48%202.72-2.81V5h2.34v1.71c1.63.39%202.44%201.63%202.49%202.97h-1.71c-.04-.97-.56-1.64-1.94-1.64c-1.31%200-2.1.59-2.1%201.43c0%20.73.57%201.22%202.34%201.67c1.77.46%203.66%201.22%203.66%203.42c-.01%201.6-1.21%202.48-2.74%202.77%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8s8%203.59%208%208s-3.59%208-8%208m.31-8.86c-1.77-.45-2.34-.94-2.34-1.67c0-.84.79-1.43%202.1-1.43c1.38%200%201.9.66%201.94%201.64h1.71c-.05-1.34-.87-2.57-2.49-2.97V5H10.9v1.69c-1.51.32-2.72%201.3-2.72%202.81c0%201.79%201.49%202.69%203.66%203.21c1.95.46%202.34%201.15%202.34%201.87c0%20.53-.39%201.39-2.1%201.39c-1.6%200-2.23-.72-2.32-1.64H8.04c.1%201.7%201.36%202.66%202.86%202.97V19h2.34v-1.67c1.52-.29%202.72-1.16%202.73-2.77c-.01-2.2-1.9-2.96-3.66-3.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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