twotone-sell from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
twotone-sell
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the twotone sell icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 4v7.17L12.83 20L20 12.83L11.17 4zm2.5 4C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5S8 5.67 8 6.5S7.33 8 6.5 8" opacity=".3"/><path fill="currentColor" d="m21.41 11.41l-8.83-8.83c-.37-.37-.88-.58-1.41-.58H4c-1.1 0-2 .9-2 2v7.17c0 .53.21 1.04.59 1.41l8.83 8.83c.78.78 2.05.78 2.83 0l7.17-7.17c.78-.78.78-2.04-.01-2.83M12.83 20L4 11.17V4h7.17L20 12.83z"/><circle cx="6.5" cy="6.5" r="1.5" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneSell(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="M4 4v7.17L12.83 20L20 12.83L11.17 4zm2.5 4C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5S8 5.67 8 6.5S7.33 8 6.5 8" opacity=".3"/><path fill="currentColor" d="m21.41 11.41l-8.83-8.83c-.37-.37-.88-.58-1.41-.58H4c-1.1 0-2 .9-2 2v7.17c0 .53.21 1.04.59 1.41l8.83 8.83c.78.78 2.05.78 2.83 0l7.17-7.17c.78-.78.78-2.04-.01-2.83M12.83 20L4 11.17V4h7.17L20 12.83z"/><circle cx="6.5" cy="6.5" r="1.5" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 4v7.17L12.83 20L20 12.83L11.17 4zm2.5 4C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5S8 5.67 8 6.5S7.33 8 6.5 8" opacity=".3"/><path fill="currentColor" d="m21.41 11.41l-8.83-8.83c-.37-.37-.88-.58-1.41-.58H4c-1.1 0-2 .9-2 2v7.17c0 .53.21 1.04.59 1.41l8.83 8.83c.78.78 2.05.78 2.83 0l7.17-7.17c.78-.78.78-2.04-.01-2.83M12.83 20L4 11.17V4h7.17L20 12.83z"/><circle cx="6.5" cy="6.5" r="1.5" fill="currentColor"/></svg>
</template>

CSS

.icon-twotone-sell {
  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%22M4%204v7.17L12.83%2020L20%2012.83L11.17%204zm2.5%204C5.67%208%205%207.33%205%206.5S5.67%205%206.5%205S8%205.67%208%206.5S7.33%208%206.5%208%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.41%2011.41l-8.83-8.83c-.37-.37-.88-.58-1.41-.58H4c-1.1%200-2%20.9-2%202v7.17c0%20.53.21%201.04.59%201.41l8.83%208.83c.78.78%202.05.78%202.83%200l7.17-7.17c.78-.78.78-2.04-.01-2.83M12.83%2020L4%2011.17V4h7.17L20%2012.83z%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%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%22M4%204v7.17L12.83%2020L20%2012.83L11.17%204zm2.5%204C5.67%208%205%207.33%205%206.5S5.67%205%206.5%205S8%205.67%208%206.5S7.33%208%206.5%208%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.41%2011.41l-8.83-8.83c-.37-.37-.88-.58-1.41-.58H4c-1.1%200-2%20.9-2%202v7.17c0%20.53.21%201.04.59%201.41l8.83%208.83c.78.78%202.05.78%202.83%200l7.17-7.17c.78-.78.78-2.04-.01-2.83M12.83%2020L4%2011.17V4h7.17L20%2012.83z%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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