filter dollar icon

filter-dollar-outline from Flowbite Icons by Themesberg · Outline · E-commerce · MIT Free for personal and commercial use.

Name
filter-dollar-outline
Set
Flowbite Icons
Style
Outline
Category
E-commerce
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More e-commerce icons from Flowbite Icons

Use the filter dollar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m11 18l-.854-.854a.5.5 0 0 1-.146-.353v-4.417a1 1 0 0 0-.247-.659L4.45 5.66C3.886 5.012 4.345 4 5.204 4h13.55c.866 0 1.323 1.025.744 1.669L16.5 9M14 18.375a2.43 2.43 0 0 0 1.279.72c.477.158 1 .14 1.464-.05s.834-.54 1.036-.977c.246-.829-.637-1.734-1.774-1.995s-2.016-1.16-1.773-1.995a1.95 1.95 0 0 1 1.035-.977a2.12 2.12 0 0 1 1.464-.05c.491.105.935.352 1.27.707m-1.94 5.41V20m0-8v.977"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteFilterDollarOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m11 18l-.854-.854a.5.5 0 0 1-.146-.353v-4.417a1 1 0 0 0-.247-.659L4.45 5.66C3.886 5.012 4.345 4 5.204 4h13.55c.866 0 1.323 1.025.744 1.669L16.5 9M14 18.375a2.43 2.43 0 0 0 1.279.72c.477.158 1 .14 1.464-.05s.834-.54 1.036-.977c.246-.829-.637-1.734-1.774-1.995s-2.016-1.16-1.773-1.995a1.95 1.95 0 0 1 1.035-.977a2.12 2.12 0 0 1 1.464-.05c.491.105.935.352 1.27.707m-1.94 5.41V20m0-8v.977"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m11 18l-.854-.854a.5.5 0 0 1-.146-.353v-4.417a1 1 0 0 0-.247-.659L4.45 5.66C3.886 5.012 4.345 4 5.204 4h13.55c.866 0 1.323 1.025.744 1.669L16.5 9M14 18.375a2.43 2.43 0 0 0 1.279.72c.477.158 1 .14 1.464-.05s.834-.54 1.036-.977c.246-.829-.637-1.734-1.774-1.995s-2.016-1.16-1.773-1.995a1.95 1.95 0 0 1 1.035-.977a2.12 2.12 0 0 1 1.464-.05c.491.105.935.352 1.27.707m-1.94 5.41V20m0-8v.977"/></svg>
</template>

CSS

.icon-filter-dollar-outline {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m11%2018l-.854-.854a.5.5%200%200%201-.146-.353v-4.417a1%201%200%200%200-.247-.659L4.45%205.66C3.886%205.012%204.345%204%205.204%204h13.55c.866%200%201.323%201.025.744%201.669L16.5%209M14%2018.375a2.43%202.43%200%200%200%201.279.72c.477.158%201%20.14%201.464-.05s.834-.54%201.036-.977c.246-.829-.637-1.734-1.774-1.995s-2.016-1.16-1.773-1.995a1.95%201.95%200%200%201%201.035-.977a2.12%202.12%200%200%201%201.464-.05c.491.105.935.352%201.27.707m-1.94%205.41V20m0-8v.977%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m11%2018l-.854-.854a.5.5%200%200%201-.146-.353v-4.417a1%201%200%200%200-.247-.659L4.45%205.66C3.886%205.012%204.345%204%205.204%204h13.55c.866%200%201.323%201.025.744%201.669L16.5%209M14%2018.375a2.43%202.43%200%200%200%201.279.72c.477.158%201%20.14%201.464-.05s.834-.54%201.036-.977c.246-.829-.637-1.734-1.774-1.995s-2.016-1.16-1.773-1.995a1.95%201.95%200%200%201%201.035-.977a2.12%202.12%200%200%201%201.464-.05c.491.105.935.352%201.27.707m-1.94%205.41V20m0-8v.977%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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