sale-outline from Material Design Icons by Pictogrammers · Outline · Shopping · Apache-2.0 Free for personal and commercial use.

Name
sale-outline
Set
Material Design Icons
Style
Outline
Category
Shopping
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More shopping icons from Material Design Icons

Use the sale icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 7c.83 0 1.5.67 1.5 1.5S10.33 10 9.5 10S8 9.33 8 8.5S8.67 7 9.5 7m5 7c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5m-6.09 3L7 15.59L15.59 7L17 8.41zM18.65 2.85l.61 3.86l3.51 1.79L21 12l1.78 3.5l-3.54 1.79l-.61 3.86l-3.89-.61l-2.77 2.77l-2.78-2.81l-3.86.64l-.62-3.89l-3.49-1.78L3 11.97L1.23 8.5l3.51-1.81l.61-3.82l3.87.63L12 .695l2.76 2.765zm1.45 6.52L17.5 8L17 5.11l-2.9.42L12 3.5L9.9 5.53L7 5.11L6.5 8L3.9 9.37L5.2 12l-1.3 2.63L6.5 16l.5 2.89l2.9-.42L12 20.5l2.1-2.03l2.9.42l.5-2.89l2.6-1.37L18.8 12z"/></svg>

React

import type { SVGProps } from "react";

export function MdiSaleOutline(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="M9.5 7c.83 0 1.5.67 1.5 1.5S10.33 10 9.5 10S8 9.33 8 8.5S8.67 7 9.5 7m5 7c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5m-6.09 3L7 15.59L15.59 7L17 8.41zM18.65 2.85l.61 3.86l3.51 1.79L21 12l1.78 3.5l-3.54 1.79l-.61 3.86l-3.89-.61l-2.77 2.77l-2.78-2.81l-3.86.64l-.62-3.89l-3.49-1.78L3 11.97L1.23 8.5l3.51-1.81l.61-3.82l3.87.63L12 .695l2.76 2.765zm1.45 6.52L17.5 8L17 5.11l-2.9.42L12 3.5L9.9 5.53L7 5.11L6.5 8L3.9 9.37L5.2 12l-1.3 2.63L6.5 16l.5 2.89l2.9-.42L12 20.5l2.1-2.03l2.9.42l.5-2.89l2.6-1.37L18.8 12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 7c.83 0 1.5.67 1.5 1.5S10.33 10 9.5 10S8 9.33 8 8.5S8.67 7 9.5 7m5 7c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5m-6.09 3L7 15.59L15.59 7L17 8.41zM18.65 2.85l.61 3.86l3.51 1.79L21 12l1.78 3.5l-3.54 1.79l-.61 3.86l-3.89-.61l-2.77 2.77l-2.78-2.81l-3.86.64l-.62-3.89l-3.49-1.78L3 11.97L1.23 8.5l3.51-1.81l.61-3.82l3.87.63L12 .695l2.76 2.765zm1.45 6.52L17.5 8L17 5.11l-2.9.42L12 3.5L9.9 5.53L7 5.11L6.5 8L3.9 9.37L5.2 12l-1.3 2.63L6.5 16l.5 2.89l2.9-.42L12 20.5l2.1-2.03l2.9.42l.5-2.89l2.6-1.37L18.8 12z"/></svg>
</template>

CSS

.icon-sale-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%22currentColor%22%20d%3D%22M9.5%207c.83%200%201.5.67%201.5%201.5S10.33%2010%209.5%2010S8%209.33%208%208.5S8.67%207%209.5%207m5%207c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5m-6.09%203L7%2015.59L15.59%207L17%208.41zM18.65%202.85l.61%203.86l3.51%201.79L21%2012l1.78%203.5l-3.54%201.79l-.61%203.86l-3.89-.61l-2.77%202.77l-2.78-2.81l-3.86.64l-.62-3.89l-3.49-1.78L3%2011.97L1.23%208.5l3.51-1.81l.61-3.82l3.87.63L12%20.695l2.76%202.765zm1.45%206.52L17.5%208L17%205.11l-2.9.42L12%203.5L9.9%205.53L7%205.11L6.5%208L3.9%209.37L5.2%2012l-1.3%202.63L6.5%2016l.5%202.89l2.9-.42L12%2020.5l2.1-2.03l2.9.42l.5-2.89l2.6-1.37L18.8%2012z%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%22M9.5%207c.83%200%201.5.67%201.5%201.5S10.33%2010%209.5%2010S8%209.33%208%208.5S8.67%207%209.5%207m5%207c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5m-6.09%203L7%2015.59L15.59%207L17%208.41zM18.65%202.85l.61%203.86l3.51%201.79L21%2012l1.78%203.5l-3.54%201.79l-.61%203.86l-3.89-.61l-2.77%202.77l-2.78-2.81l-3.86.64l-.62-3.89l-3.49-1.78L3%2011.97L1.23%208.5l3.51-1.81l.61-3.82l3.87.63L12%20.695l2.76%202.765zm1.45%206.52L17.5%208L17%205.11l-2.9.42L12%203.5L9.9%205.53L7%205.11L6.5%208L3.9%209.37L5.2%2012l-1.3%202.63L6.5%2016l.5%202.89l2.9-.42L12%2020.5l2.1-2.03l2.9.42l.5-2.89l2.6-1.37L18.8%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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