dollar sign icon

dollar-sign from Line Awesome by Icons8 · Line · Maps · Apache-2.0 Free for personal and commercial use.

Name
dollar-sign
Set
Line Awesome
Style
Line
Category
Maps
Viewbox
32×32
License
Apache 2.0
Aliases
dollar-sign-solid

The same icon in other sets

More maps icons from Line Awesome

Use the dollar sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 3v2.094C12.164 5.57 10 8.05 10 11c0 1.777.832 3.148 1.938 4.031s2.437 1.375 3.687 1.875s2.418 1.008 3.188 1.625C19.581 19.148 20 19.773 20 21c0 2.156-1.793 4-4 4c-2.219 0-4-1.781-4-4v-1h-2v1c0 2.965 2.164 5.43 5 5.906V29h2v-2.094c2.844-.48 5-2.98 5-5.906c0-1.781-.832-3.145-1.938-4.031c-1.105-.887-2.437-1.407-3.687-1.907s-2.418-.98-3.188-1.593C12.418 12.855 12 12.219 12 11c0-2.191 1.785-4 4-4c2.219 0 4 1.781 4 4v1h2v-1c0-2.965-2.164-5.43-5-5.906V3z"/></svg>

React

import type { SVGProps } from "react";

export function LaDollarSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 3v2.094C12.164 5.57 10 8.05 10 11c0 1.777.832 3.148 1.938 4.031s2.437 1.375 3.687 1.875s2.418 1.008 3.188 1.625C19.581 19.148 20 19.773 20 21c0 2.156-1.793 4-4 4c-2.219 0-4-1.781-4-4v-1h-2v1c0 2.965 2.164 5.43 5 5.906V29h2v-2.094c2.844-.48 5-2.98 5-5.906c0-1.781-.832-3.145-1.938-4.031c-1.105-.887-2.437-1.407-3.687-1.907s-2.418-.98-3.188-1.593C12.418 12.855 12 12.219 12 11c0-2.191 1.785-4 4-4c2.219 0 4 1.781 4 4v1h2v-1c0-2.965-2.164-5.43-5-5.906V3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 3v2.094C12.164 5.57 10 8.05 10 11c0 1.777.832 3.148 1.938 4.031s2.437 1.375 3.687 1.875s2.418 1.008 3.188 1.625C19.581 19.148 20 19.773 20 21c0 2.156-1.793 4-4 4c-2.219 0-4-1.781-4-4v-1h-2v1c0 2.965 2.164 5.43 5 5.906V29h2v-2.094c2.844-.48 5-2.98 5-5.906c0-1.781-.832-3.145-1.938-4.031c-1.105-.887-2.437-1.407-3.687-1.907s-2.418-.98-3.188-1.593C12.418 12.855 12 12.219 12 11c0-2.191 1.785-4 4-4c2.219 0 4 1.781 4 4v1h2v-1c0-2.965-2.164-5.43-5-5.906V3z"/></svg>
</template>

CSS

.icon-dollar-sign {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203v2.094C12.164%205.57%2010%208.05%2010%2011c0%201.777.832%203.148%201.938%204.031s2.437%201.375%203.687%201.875s2.418%201.008%203.188%201.625C19.581%2019.148%2020%2019.773%2020%2021c0%202.156-1.793%204-4%204c-2.219%200-4-1.781-4-4v-1h-2v1c0%202.965%202.164%205.43%205%205.906V29h2v-2.094c2.844-.48%205-2.98%205-5.906c0-1.781-.832-3.145-1.938-4.031c-1.105-.887-2.437-1.407-3.687-1.907s-2.418-.98-3.188-1.593C12.418%2012.855%2012%2012.219%2012%2011c0-2.191%201.785-4%204-4c2.219%200%204%201.781%204%204v1h2v-1c0-2.965-2.164-5.43-5-5.906V3z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203v2.094C12.164%205.57%2010%208.05%2010%2011c0%201.777.832%203.148%201.938%204.031s2.437%201.375%203.687%201.875s2.418%201.008%203.188%201.625C19.581%2019.148%2020%2019.773%2020%2021c0%202.156-1.793%204-4%204c-2.219%200-4-1.781-4-4v-1h-2v1c0%202.965%202.164%205.43%205%205.906V29h2v-2.094c2.844-.48%205-2.98%205-5.906c0-1.781-.832-3.145-1.938-4.031c-1.105-.887-2.437-1.407-3.687-1.907s-2.418-.98-3.188-1.593C12.418%2012.855%2012%2012.219%2012%2011c0-2.191%201.785-4%204-4c2.219%200%204%201.781%204%204v1h2v-1c0-2.965-2.164-5.43-5-5.906V3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/dollar-sign.svg?color=%231a73e8&size=48