currency usd off icon
currency-usd-off from Material Design Icons by Pictogrammers · Filled · Banking · Apache-2.0 Free for personal and commercial use.
- Name
- currency-usd-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Banking
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- dollar-off, money-off
More banking icons from Material Design Icons
Use the currency usd off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 4.27L4.28 3L21 19.72L19.73 21l-3.67-3.67c-.62.67-1.52 1.22-2.56 1.49V21h-3v-2.18C8.47 18.31 7 16.79 7 15h2c0 1.08 1.37 2 3 2c1.13 0 2.14-.44 2.65-1.08l-2.97-2.97C9.58 12.42 7 11.75 7 9c0-.23 0-.45.07-.66zm7.5.91V3h3v2.18C15.53 5.69 17 7.21 17 9h-2c0-1.08-1.37-2-3-2c-.37 0-.72.05-1.05.13L9.4 5.58z"/></svg>
React
import type { SVGProps } from "react";
export function MdiCurrencyUsdOff(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 4.27L4.28 3L21 19.72L19.73 21l-3.67-3.67c-.62.67-1.52 1.22-2.56 1.49V21h-3v-2.18C8.47 18.31 7 16.79 7 15h2c0 1.08 1.37 2 3 2c1.13 0 2.14-.44 2.65-1.08l-2.97-2.97C9.58 12.42 7 11.75 7 9c0-.23 0-.45.07-.66zm7.5.91V3h3v2.18C15.53 5.69 17 7.21 17 9h-2c0-1.08-1.37-2-3-2c-.37 0-.72.05-1.05.13L9.4 5.58z"/></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 4.27L4.28 3L21 19.72L19.73 21l-3.67-3.67c-.62.67-1.52 1.22-2.56 1.49V21h-3v-2.18C8.47 18.31 7 16.79 7 15h2c0 1.08 1.37 2 3 2c1.13 0 2.14-.44 2.65-1.08l-2.97-2.97C9.58 12.42 7 11.75 7 9c0-.23 0-.45.07-.66zm7.5.91V3h3v2.18C15.53 5.69 17 7.21 17 9h-2c0-1.08-1.37-2-3-2c-.37 0-.72.05-1.05.13L9.4 5.58z"/></svg> </template>
CSS
.icon-currency-usd-off {
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%204.27L4.28%203L21%2019.72L19.73%2021l-3.67-3.67c-.62.67-1.52%201.22-2.56%201.49V21h-3v-2.18C8.47%2018.31%207%2016.79%207%2015h2c0%201.08%201.37%202%203%202c1.13%200%202.14-.44%202.65-1.08l-2.97-2.97C9.58%2012.42%207%2011.75%207%209c0-.23%200-.45.07-.66zm7.5.91V3h3v2.18C15.53%205.69%2017%207.21%2017%209h-2c0-1.08-1.37-2-3-2c-.37%200-.72.05-1.05.13L9.4%205.58z%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%204.27L4.28%203L21%2019.72L19.73%2021l-3.67-3.67c-.62.67-1.52%201.22-2.56%201.49V21h-3v-2.18C8.47%2018.31%207%2016.79%207%2015h2c0%201.08%201.37%202%203%202c1.13%200%202.14-.44%202.65-1.08l-2.97-2.97C9.58%2012.42%207%2011.75%207%209c0-.23%200-.45.07-.66zm7.5.91V3h3v2.18C15.53%205.69%2017%207.21%2017%209h-2c0-1.08-1.37-2-3-2c-.37%200-.72.05-1.05.13L9.4%205.58z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/currency-usd-off.svg?color=%231a73e8&size=48