round monetization on icon
round-monetization-on from Google Material Icons by Material Design Authors · Baseline · Editor · Apache-2.0 Free for personal and commercial use.
- Name
- round-monetization-on
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Editor
- Viewbox
- 24×24
- License
- Apache 2.0
More editor icons from Google Material Icons
baseline-add-chartbaseline-add-commentbaseline-align-horizontal-centerbaseline-align-horizontal-leftbaseline-align-horizontal-rightbaseline-align-vertical-bottombaseline-align-vertical-centerbaseline-align-vertical-topbaseline-area-chartbaseline-attach-filebaseline-attach-moneybaseline-auto-graphbaseline-bar-chartbaseline-border-allbaseline-border-bottombaseline-border-clearbaseline-border-colorbaseline-border-horizontalbaseline-border-innerbaseline-border-leftbaseline-border-outerbaseline-border-rightbaseline-border-stylebaseline-border-top
Use the round 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 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m1.41 16.09v.58c0 .73-.6 1.33-1.33 1.33h-.01c-.73 0-1.33-.6-1.33-1.33v-.6c-1.33-.28-2.51-1.01-3.01-2.24c-.23-.55.2-1.16.8-1.16h.24c.37 0 .67.25.81.6c.29.75 1.05 1.27 2.51 1.27c1.96 0 2.4-.98 2.4-1.59c0-.83-.44-1.61-2.67-2.14c-2.48-.6-4.18-1.62-4.18-3.67c0-1.72 1.39-2.84 3.11-3.21v-.6c0-.73.6-1.33 1.33-1.33h.01c.73 0 1.33.6 1.33 1.33v.62c1.38.34 2.25 1.2 2.63 2.26c.2.55-.22 1.13-.81 1.13h-.26c-.37 0-.67-.26-.77-.62c-.23-.76-.86-1.25-2.12-1.25c-1.5 0-2.4.68-2.4 1.64c0 .84.65 1.39 2.67 1.91s4.18 1.39 4.18 3.91c-.02 1.83-1.39 2.83-3.13 3.16"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundMonetizationOn(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 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m1.41 16.09v.58c0 .73-.6 1.33-1.33 1.33h-.01c-.73 0-1.33-.6-1.33-1.33v-.6c-1.33-.28-2.51-1.01-3.01-2.24c-.23-.55.2-1.16.8-1.16h.24c.37 0 .67.25.81.6c.29.75 1.05 1.27 2.51 1.27c1.96 0 2.4-.98 2.4-1.59c0-.83-.44-1.61-2.67-2.14c-2.48-.6-4.18-1.62-4.18-3.67c0-1.72 1.39-2.84 3.11-3.21v-.6c0-.73.6-1.33 1.33-1.33h.01c.73 0 1.33.6 1.33 1.33v.62c1.38.34 2.25 1.2 2.63 2.26c.2.55-.22 1.13-.81 1.13h-.26c-.37 0-.67-.26-.77-.62c-.23-.76-.86-1.25-2.12-1.25c-1.5 0-2.4.68-2.4 1.64c0 .84.65 1.39 2.67 1.91s4.18 1.39 4.18 3.91c-.02 1.83-1.39 2.83-3.13 3.16"/></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 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m1.41 16.09v.58c0 .73-.6 1.33-1.33 1.33h-.01c-.73 0-1.33-.6-1.33-1.33v-.6c-1.33-.28-2.51-1.01-3.01-2.24c-.23-.55.2-1.16.8-1.16h.24c.37 0 .67.25.81.6c.29.75 1.05 1.27 2.51 1.27c1.96 0 2.4-.98 2.4-1.59c0-.83-.44-1.61-2.67-2.14c-2.48-.6-4.18-1.62-4.18-3.67c0-1.72 1.39-2.84 3.11-3.21v-.6c0-.73.6-1.33 1.33-1.33h.01c.73 0 1.33.6 1.33 1.33v.62c1.38.34 2.25 1.2 2.63 2.26c.2.55-.22 1.13-.81 1.13h-.26c-.37 0-.67-.26-.77-.62c-.23-.76-.86-1.25-2.12-1.25c-1.5 0-2.4.68-2.4 1.64c0 .84.65 1.39 2.67 1.91s4.18 1.39 4.18 3.91c-.02 1.83-1.39 2.83-3.13 3.16"/></svg> </template>
CSS
.icon-round-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%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m1.41%2016.09v.58c0%20.73-.6%201.33-1.33%201.33h-.01c-.73%200-1.33-.6-1.33-1.33v-.6c-1.33-.28-2.51-1.01-3.01-2.24c-.23-.55.2-1.16.8-1.16h.24c.37%200%20.67.25.81.6c.29.75%201.05%201.27%202.51%201.27c1.96%200%202.4-.98%202.4-1.59c0-.83-.44-1.61-2.67-2.14c-2.48-.6-4.18-1.62-4.18-3.67c0-1.72%201.39-2.84%203.11-3.21v-.6c0-.73.6-1.33%201.33-1.33h.01c.73%200%201.33.6%201.33%201.33v.62c1.38.34%202.25%201.2%202.63%202.26c.2.55-.22%201.13-.81%201.13h-.26c-.37%200-.67-.26-.77-.62c-.23-.76-.86-1.25-2.12-1.25c-1.5%200-2.4.68-2.4%201.64c0%20.84.65%201.39%202.67%201.91s4.18%201.39%204.18%203.91c-.02%201.83-1.39%202.83-3.13%203.16%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%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m1.41%2016.09v.58c0%20.73-.6%201.33-1.33%201.33h-.01c-.73%200-1.33-.6-1.33-1.33v-.6c-1.33-.28-2.51-1.01-3.01-2.24c-.23-.55.2-1.16.8-1.16h.24c.37%200%20.67.25.81.6c.29.75%201.05%201.27%202.51%201.27c1.96%200%202.4-.98%202.4-1.59c0-.83-.44-1.61-2.67-2.14c-2.48-.6-4.18-1.62-4.18-3.67c0-1.72%201.39-2.84%203.11-3.21v-.6c0-.73.6-1.33%201.33-1.33h.01c.73%200%201.33.6%201.33%201.33v.62c1.38.34%202.25%201.2%202.63%202.26c.2.55-.22%201.13-.81%201.13h-.26c-.37%200-.67-.26-.77-.62c-.23-.76-.86-1.25-2.12-1.25c-1.5%200-2.4.68-2.4%201.64c0%20.84.65%201.39%202.67%201.91s4.18%201.39%204.18%203.91c-.02%201.83-1.39%202.83-3.13%203.16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-monetization-on.svg?color=%231a73e8&size=48