universal currency icon

universal-currency-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
universal-currency-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the universal currency icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 13H5.942q-.19 0-.316.126t-.126.316t.126.317t.316.126h2.174q.309 0 .539-.23t.23-.54V11.52q0-.31-.23-.54t-.54-.229h-1.73V9.385h2.057q.19 0 .317-.126q.126-.126.126-.317q0-.19-.126-.316T8.442 8.5h-2.5q-.19 0-.316.126t-.126.316v2.25q0 .19.126.317q.126.125.316.125H8zm7-.077q-1.55 0-2.429.48t-.879 1.355v.146q0 .162.121.283t.283.12h5.808q.162 0 .283-.12q.12-.121.12-.283v-.146q0-.875-.878-1.355q-.879-.48-2.429-.48m0-1.23q.633 0 1.066-.434t.434-1.067t-.434-1.066q-.433-.434-1.066-.434t-1.066.434t-.434 1.066t.434 1.067q.433.433 1.066.433M4.616 18q-.691 0-1.153-.462T3 16.384V7.616q0-.691.463-1.153T4.615 6h14.77q.69 0 1.152.463T21 7.616v8.769q0 .69-.463 1.153T19.385 18z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightUniversalCurrencyRounded(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="M8 13H5.942q-.19 0-.316.126t-.126.316t.126.317t.316.126h2.174q.309 0 .539-.23t.23-.54V11.52q0-.31-.23-.54t-.54-.229h-1.73V9.385h2.057q.19 0 .317-.126q.126-.126.126-.317q0-.19-.126-.316T8.442 8.5h-2.5q-.19 0-.316.126t-.126.316v2.25q0 .19.126.317q.126.125.316.125H8zm7-.077q-1.55 0-2.429.48t-.879 1.355v.146q0 .162.121.283t.283.12h5.808q.162 0 .283-.12q.12-.121.12-.283v-.146q0-.875-.878-1.355q-.879-.48-2.429-.48m0-1.23q.633 0 1.066-.434t.434-1.067t-.434-1.066q-.433-.434-1.066-.434t-1.066.434t-.434 1.066t.434 1.067q.433.433 1.066.433M4.616 18q-.691 0-1.153-.462T3 16.384V7.616q0-.691.463-1.153T4.615 6h14.77q.69 0 1.152.463T21 7.616v8.769q0 .69-.463 1.153T19.385 18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 13H5.942q-.19 0-.316.126t-.126.316t.126.317t.316.126h2.174q.309 0 .539-.23t.23-.54V11.52q0-.31-.23-.54t-.54-.229h-1.73V9.385h2.057q.19 0 .317-.126q.126-.126.126-.317q0-.19-.126-.316T8.442 8.5h-2.5q-.19 0-.316.126t-.126.316v2.25q0 .19.126.317q.126.125.316.125H8zm7-.077q-1.55 0-2.429.48t-.879 1.355v.146q0 .162.121.283t.283.12h5.808q.162 0 .283-.12q.12-.121.12-.283v-.146q0-.875-.878-1.355q-.879-.48-2.429-.48m0-1.23q.633 0 1.066-.434t.434-1.067t-.434-1.066q-.433-.434-1.066-.434t-1.066.434t-.434 1.066t.434 1.067q.433.433 1.066.433M4.616 18q-.691 0-1.153-.462T3 16.384V7.616q0-.691.463-1.153T4.615 6h14.77q.69 0 1.152.463T21 7.616v8.769q0 .69-.463 1.153T19.385 18z"/></svg>
</template>

CSS

.icon-universal-currency-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%22M8%2013H5.942q-.19%200-.316.126t-.126.316t.126.317t.316.126h2.174q.309%200%20.539-.23t.23-.54V11.52q0-.31-.23-.54t-.54-.229h-1.73V9.385h2.057q.19%200%20.317-.126q.126-.126.126-.317q0-.19-.126-.316T8.442%208.5h-2.5q-.19%200-.316.126t-.126.316v2.25q0%20.19.126.317q.126.125.316.125H8zm7-.077q-1.55%200-2.429.48t-.879%201.355v.146q0%20.162.121.283t.283.12h5.808q.162%200%20.283-.12q.12-.121.12-.283v-.146q0-.875-.878-1.355q-.879-.48-2.429-.48m0-1.23q.633%200%201.066-.434t.434-1.067t-.434-1.066q-.433-.434-1.066-.434t-1.066.434t-.434%201.066t.434%201.067q.433.433%201.066.433M4.616%2018q-.691%200-1.153-.462T3%2016.384V7.616q0-.691.463-1.153T4.615%206h14.77q.69%200%201.152.463T21%207.616v8.769q0%20.69-.463%201.153T19.385%2018z%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%22M8%2013H5.942q-.19%200-.316.126t-.126.316t.126.317t.316.126h2.174q.309%200%20.539-.23t.23-.54V11.52q0-.31-.23-.54t-.54-.229h-1.73V9.385h2.057q.19%200%20.317-.126q.126-.126.126-.317q0-.19-.126-.316T8.442%208.5h-2.5q-.19%200-.316.126t-.126.316v2.25q0%20.19.126.317q.126.125.316.125H8zm7-.077q-1.55%200-2.429.48t-.879%201.355v.146q0%20.162.121.283t.283.12h5.808q.162%200%20.283-.12q.12-.121.12-.283v-.146q0-.875-.878-1.355q-.879-.48-2.429-.48m0-1.23q.633%200%201.066-.434t.434-1.067t-.434-1.066q-.433-.434-1.066-.434t-1.066.434t-.434%201.066t.434%201.067q.433.433%201.066.433M4.616%2018q-.691%200-1.153-.462T3%2016.384V7.616q0-.691.463-1.153T4.615%206h14.77q.69%200%201.152.463T21%207.616v8.769q0%20.69-.463%201.153T19.385%2018z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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