universal currency alt icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the universal currency alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19q-.825 0-1.412-.587T2 17V7q0-.825.588-1.412T4 5h16q.825 0 1.413.588T22 7v10q0 .825-.587 1.413T20 19zm0-2h16V7H4zm13.5-2.5h-1.75q-.325 0-.537.213T15 15.25t.213.538t.537.212H18q.425 0 .713-.288T19 15v-2.25q0-.325-.213-.537T18.25 12t-.537.213t-.213.537zM12 15q1.25 0 2.125-.875T15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15M6.5 9.5h1.75q.325 0 .538-.213T9 8.75t-.213-.537T8.25 8H6q-.425 0-.712.288T5 9v2.25q0 .325.213.538T5.75 12t.538-.213t.212-.537zM4 17V7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsUniversalCurrencyAltOutlineRounded(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="M4 19q-.825 0-1.412-.587T2 17V7q0-.825.588-1.412T4 5h16q.825 0 1.413.588T22 7v10q0 .825-.587 1.413T20 19zm0-2h16V7H4zm13.5-2.5h-1.75q-.325 0-.537.213T15 15.25t.213.538t.537.212H18q.425 0 .713-.288T19 15v-2.25q0-.325-.213-.537T18.25 12t-.537.213t-.213.537zM12 15q1.25 0 2.125-.875T15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15M6.5 9.5h1.75q.325 0 .538-.213T9 8.75t-.213-.537T8.25 8H6q-.425 0-.712.288T5 9v2.25q0 .325.213.538T5.75 12t.538-.213t.212-.537zM4 17V7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19q-.825 0-1.412-.587T2 17V7q0-.825.588-1.412T4 5h16q.825 0 1.413.588T22 7v10q0 .825-.587 1.413T20 19zm0-2h16V7H4zm13.5-2.5h-1.75q-.325 0-.537.213T15 15.25t.213.538t.537.212H18q.425 0 .713-.288T19 15v-2.25q0-.325-.213-.537T18.25 12t-.537.213t-.213.537zM12 15q1.25 0 2.125-.875T15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15M6.5 9.5h1.75q.325 0 .538-.213T9 8.75t-.213-.537T8.25 8H6q-.425 0-.712.288T5 9v2.25q0 .325.213.538T5.75 12t.538-.213t.212-.537zM4 17V7z"/></svg>
</template>

CSS

.icon-universal-currency-alt-outline-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%22M4%2019q-.825%200-1.412-.587T2%2017V7q0-.825.588-1.412T4%205h16q.825%200%201.413.588T22%207v10q0%20.825-.587%201.413T20%2019zm0-2h16V7H4zm13.5-2.5h-1.75q-.325%200-.537.213T15%2015.25t.213.538t.537.212H18q.425%200%20.713-.288T19%2015v-2.25q0-.325-.213-.537T18.25%2012t-.537.213t-.213.537zM12%2015q1.25%200%202.125-.875T15%2012t-.875-2.125T12%209t-2.125.875T9%2012t.875%202.125T12%2015M6.5%209.5h1.75q.325%200%20.538-.213T9%208.75t-.213-.537T8.25%208H6q-.425%200-.712.288T5%209v2.25q0%20.325.213.538T5.75%2012t.538-.213t.212-.537zM4%2017V7z%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%22M4%2019q-.825%200-1.412-.587T2%2017V7q0-.825.588-1.412T4%205h16q.825%200%201.413.588T22%207v10q0%20.825-.587%201.413T20%2019zm0-2h16V7H4zm13.5-2.5h-1.75q-.325%200-.537.213T15%2015.25t.213.538t.537.212H18q.425%200%20.713-.288T19%2015v-2.25q0-.325-.213-.537T18.25%2012t-.537.213t-.213.537zM12%2015q1.25%200%202.125-.875T15%2012t-.875-2.125T12%209t-2.125.875T9%2012t.875%202.125T12%2015M6.5%209.5h1.75q.325%200%20.538-.213T9%208.75t-.213-.537T8.25%208H6q-.425%200-.712.288T5%209v2.25q0%20.325.213.538T5.75%2012t.538-.213t.212-.537zM4%2017V7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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