document currency dollar icon
document-currency-dollar-16-solid from HeroIcons by Refactoring UI Inc · Solid 16x16 · MIT Free for personal and commercial use.
- Name
- document-currency-dollar-16-solid
- Set
- HeroIcons
- Style
- Solid 16x16
- Viewbox
- 16×16
- License
- MIT
3 other variants in HeroIcons
Related icons in HeroIcons
Use the document currency dollar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.621 6.584q.312-.039.629-.06v1.034l-.598-.138a.23.23 0 0 1-.116-.065a.1.1 0 0 1-.028-.06a5 5 0 0 1 .002-.616a.08.08 0 0 1 .025-.055a.14.14 0 0 1 .086-.04m2.129 3.891V9.443l.594.137a.23.23 0 0 1 .116.065a.1.1 0 0 1 .028.06a5 5 0 0 1-.002.616a.08.08 0 0 1-.025.055a.14.14 0 0 1-.086.04q-.31.038-.625.06"/><path fill="currentColor" fill-rule="evenodd" d="M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5zm6.25 1.25a.75.75 0 0 0-1.5 0v.272q-.41.024-.81.073c-.748.09-1.38.689-1.428 1.494a7 7 0 0 0-.002.789c.044.785.635 1.348 1.305 1.503l.935.216v1.379a11 11 0 0 1-1.36-.173a.75.75 0 1 0-.28 1.474q.805.154 1.64.202v.271a.75.75 0 0 0 1.5 0v-.272q.406-.024.807-.073c.747-.09 1.378-.689 1.427-1.494a7 7 0 0 0 .002-.789c-.044-.785-.635-1.348-1.305-1.503l-.931-.215v-1.38q.69.046 1.356.173a.75.75 0 0 0 .28-1.474a13 13 0 0 0-1.636-.201z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsDocumentCurrencyDollar16Solid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.621 6.584q.312-.039.629-.06v1.034l-.598-.138a.23.23 0 0 1-.116-.065a.1.1 0 0 1-.028-.06a5 5 0 0 1 .002-.616a.08.08 0 0 1 .025-.055a.14.14 0 0 1 .086-.04m2.129 3.891V9.443l.594.137a.23.23 0 0 1 .116.065a.1.1 0 0 1 .028.06a5 5 0 0 1-.002.616a.08.08 0 0 1-.025.055a.14.14 0 0 1-.086.04q-.31.038-.625.06"/><path fill="currentColor" fillRule="evenodd" d="M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5zm6.25 1.25a.75.75 0 0 0-1.5 0v.272q-.41.024-.81.073c-.748.09-1.38.689-1.428 1.494a7 7 0 0 0-.002.789c.044.785.635 1.348 1.305 1.503l.935.216v1.379a11 11 0 0 1-1.36-.173a.75.75 0 1 0-.28 1.474q.805.154 1.64.202v.271a.75.75 0 0 0 1.5 0v-.272q.406-.024.807-.073c.747-.09 1.378-.689 1.427-1.494a7 7 0 0 0 .002-.789c-.044-.785-.635-1.348-1.305-1.503l-.931-.215v-1.38q.69.046 1.356.173a.75.75 0 0 0 .28-1.474a13 13 0 0 0-1.636-.201z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.621 6.584q.312-.039.629-.06v1.034l-.598-.138a.23.23 0 0 1-.116-.065a.1.1 0 0 1-.028-.06a5 5 0 0 1 .002-.616a.08.08 0 0 1 .025-.055a.14.14 0 0 1 .086-.04m2.129 3.891V9.443l.594.137a.23.23 0 0 1 .116.065a.1.1 0 0 1 .028.06a5 5 0 0 1-.002.616a.08.08 0 0 1-.025.055a.14.14 0 0 1-.086.04q-.31.038-.625.06"/><path fill="currentColor" fill-rule="evenodd" d="M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5zm6.25 1.25a.75.75 0 0 0-1.5 0v.272q-.41.024-.81.073c-.748.09-1.38.689-1.428 1.494a7 7 0 0 0-.002.789c.044.785.635 1.348 1.305 1.503l.935.216v1.379a11 11 0 0 1-1.36-.173a.75.75 0 1 0-.28 1.474q.805.154 1.64.202v.271a.75.75 0 0 0 1.5 0v-.272q.406-.024.807-.073c.747-.09 1.378-.689 1.427-1.494a7 7 0 0 0 .002-.789c-.044-.785-.635-1.348-1.305-1.503l-.931-.215v-1.38q.69.046 1.356.173a.75.75 0 0 0 .28-1.474a13 13 0 0 0-1.636-.201z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-document-currency-dollar-16-solid {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.621%206.584q.312-.039.629-.06v1.034l-.598-.138a.23.23%200%200%201-.116-.065a.1.1%200%200%201-.028-.06a5%205%200%200%201%20.002-.616a.08.08%200%200%201%20.025-.055a.14.14%200%200%201%20.086-.04m2.129%203.891V9.443l.594.137a.23.23%200%200%201%20.116.065a.1.1%200%200%201%20.028.06a5%205%200%200%201-.002.616a.08.08%200%200%201-.025.055a.14.14%200%200%201-.086.04q-.31.038-.625.06%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.5%203.5A1.5%201.5%200%200%201%204%202h4.879a1.5%201.5%200%200%201%201.06.44l3.122%203.12a1.5%201.5%200%200%201%20.439%201.061V12.5A1.5%201.5%200%200%201%2012%2014H4a1.5%201.5%200%200%201-1.5-1.5zm6.25%201.25a.75.75%200%200%200-1.5%200v.272q-.41.024-.81.073c-.748.09-1.38.689-1.428%201.494a7%207%200%200%200-.002.789c.044.785.635%201.348%201.305%201.503l.935.216v1.379a11%2011%200%200%201-1.36-.173a.75.75%200%201%200-.28%201.474q.805.154%201.64.202v.271a.75.75%200%200%200%201.5%200v-.272q.406-.024.807-.073c.747-.09%201.378-.689%201.427-1.494a7%207%200%200%200%20.002-.789c-.044-.785-.635-1.348-1.305-1.503l-.931-.215v-1.38q.69.046%201.356.173a.75.75%200%200%200%20.28-1.474a13%2013%200%200%200-1.636-.201z%22%20clip-rule%3D%22evenodd%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.621%206.584q.312-.039.629-.06v1.034l-.598-.138a.23.23%200%200%201-.116-.065a.1.1%200%200%201-.028-.06a5%205%200%200%201%20.002-.616a.08.08%200%200%201%20.025-.055a.14.14%200%200%201%20.086-.04m2.129%203.891V9.443l.594.137a.23.23%200%200%201%20.116.065a.1.1%200%200%201%20.028.06a5%205%200%200%201-.002.616a.08.08%200%200%201-.025.055a.14.14%200%200%201-.086.04q-.31.038-.625.06%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.5%203.5A1.5%201.5%200%200%201%204%202h4.879a1.5%201.5%200%200%201%201.06.44l3.122%203.12a1.5%201.5%200%200%201%20.439%201.061V12.5A1.5%201.5%200%200%201%2012%2014H4a1.5%201.5%200%200%201-1.5-1.5zm6.25%201.25a.75.75%200%200%200-1.5%200v.272q-.41.024-.81.073c-.748.09-1.38.689-1.428%201.494a7%207%200%200%200-.002.789c.044.785.635%201.348%201.305%201.503l.935.216v1.379a11%2011%200%200%201-1.36-.173a.75.75%200%201%200-.28%201.474q.805.154%201.64.202v.271a.75.75%200%200%200%201.5%200v-.272q.406-.024.807-.073c.747-.09%201.378-.689%201.427-1.494a7%207%200%200%200%20.002-.789c-.044-.785-.635-1.348-1.305-1.503l-.931-.215v-1.38q.69.046%201.356.173a.75.75%200%200%200%20.28-1.474a13%2013%200%200%200-1.636-.201z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/document-currency-dollar-16-solid.svg?color=%231a73e8&size=48