universal currency icon

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

Name
universal-currency
Set
Material Symbols Light
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
universal-currency-sharp

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="M3 18V6h18v12zm2.5-4.115h2.616q.309 0 .539-.23t.23-.54V11.52q0-.31-.23-.54t-.54-.229h-1.73V9.385h2.5V8.5H5.5v3.135H8V13H5.5zm6.192 1.423h6.616v-.166q0-.875-.88-1.355q-.878-.48-2.428-.48t-2.429.48t-.879 1.355zM15 11.692q.633 0 1.066-.433q.434-.434.434-1.067t-.434-1.066T15 8.692t-1.066.434t-.434 1.066t.434 1.067q.433.433 1.066.433"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightUniversalCurrency(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="M3 18V6h18v12zm2.5-4.115h2.616q.309 0 .539-.23t.23-.54V11.52q0-.31-.23-.54t-.54-.229h-1.73V9.385h2.5V8.5H5.5v3.135H8V13H5.5zm6.192 1.423h6.616v-.166q0-.875-.88-1.355q-.878-.48-2.428-.48t-2.429.48t-.879 1.355zM15 11.692q.633 0 1.066-.433q.434-.434.434-1.067t-.434-1.066T15 8.692t-1.066.434t-.434 1.066t.434 1.067q.433.433 1.066.433"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 18V6h18v12zm2.5-4.115h2.616q.309 0 .539-.23t.23-.54V11.52q0-.31-.23-.54t-.54-.229h-1.73V9.385h2.5V8.5H5.5v3.135H8V13H5.5zm6.192 1.423h6.616v-.166q0-.875-.88-1.355q-.878-.48-2.428-.48t-2.429.48t-.879 1.355zM15 11.692q.633 0 1.066-.433q.434-.434.434-1.067t-.434-1.066T15 8.692t-1.066.434t-.434 1.066t.434 1.067q.433.433 1.066.433"/></svg>
</template>

CSS

.icon-universal-currency {
  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%22M3%2018V6h18v12zm2.5-4.115h2.616q.309%200%20.539-.23t.23-.54V11.52q0-.31-.23-.54t-.54-.229h-1.73V9.385h2.5V8.5H5.5v3.135H8V13H5.5zm6.192%201.423h6.616v-.166q0-.875-.88-1.355q-.878-.48-2.428-.48t-2.429.48t-.879%201.355zM15%2011.692q.633%200%201.066-.433q.434-.434.434-1.067t-.434-1.066T15%208.692t-1.066.434t-.434%201.066t.434%201.067q.433.433%201.066.433%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%22M3%2018V6h18v12zm2.5-4.115h2.616q.309%200%20.539-.23t.23-.54V11.52q0-.31-.23-.54t-.54-.229h-1.73V9.385h2.5V8.5H5.5v3.135H8V13H5.5zm6.192%201.423h6.616v-.166q0-.875-.88-1.355q-.878-.48-2.428-.48t-2.429.48t-.879%201.355zM15%2011.692q.633%200%201.066-.433q.434-.434.434-1.067t-.434-1.066T15%208.692t-1.066.434t-.434%201.066t.434%201.067q.433.433%201.066.433%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.svg?color=%231a73e8&size=48