bxs offer icon

bxs-offer from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxs-offer
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxs offer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.749 12l1.104-1.908a1 1 0 0 0-.365-1.366l-1.91-1.104v-2.2a1 1 0 0 0-1-1h-2.199l-1.103-1.909a1.008 1.008 0 0 0-.607-.466a.993.993 0 0 0-.759.1L12 3.251l-1.91-1.105a1 1 0 0 0-1.366.366L7.62 4.422H5.421a1 1 0 0 0-1 1v2.199l-1.91 1.104a.998.998 0 0 0-.365 1.367L3.25 12l-1.104 1.908a1.004 1.004 0 0 0 .364 1.367l1.91 1.104v2.199a1 1 0 0 0 1 1h2.2l1.104 1.91a1.01 1.01 0 0 0 .866.5c.174 0 .347-.046.501-.135l1.908-1.104l1.91 1.104a1.001 1.001 0 0 0 1.366-.365l1.103-1.91h2.199a1 1 0 0 0 1-1v-2.199l1.91-1.104a1 1 0 0 0 .365-1.367L20.749 12zM9.499 6.99a1.5 1.5 0 1 1-.001 3.001a1.5 1.5 0 0 1 .001-3.001zm.3 9.6l-1.6-1.199l6-8l1.6 1.199l-6 8zm4.7.4a1.5 1.5 0 1 1 .001-3.001a1.5 1.5 0 0 1-.001 3.001z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxsOffer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.749 12l1.104-1.908a1 1 0 0 0-.365-1.366l-1.91-1.104v-2.2a1 1 0 0 0-1-1h-2.199l-1.103-1.909a1.008 1.008 0 0 0-.607-.466a.993.993 0 0 0-.759.1L12 3.251l-1.91-1.105a1 1 0 0 0-1.366.366L7.62 4.422H5.421a1 1 0 0 0-1 1v2.199l-1.91 1.104a.998.998 0 0 0-.365 1.367L3.25 12l-1.104 1.908a1.004 1.004 0 0 0 .364 1.367l1.91 1.104v2.199a1 1 0 0 0 1 1h2.2l1.104 1.91a1.01 1.01 0 0 0 .866.5c.174 0 .347-.046.501-.135l1.908-1.104l1.91 1.104a1.001 1.001 0 0 0 1.366-.365l1.103-1.91h2.199a1 1 0 0 0 1-1v-2.199l1.91-1.104a1 1 0 0 0 .365-1.367L20.749 12zM9.499 6.99a1.5 1.5 0 1 1-.001 3.001a1.5 1.5 0 0 1 .001-3.001zm.3 9.6l-1.6-1.199l6-8l1.6 1.199l-6 8zm4.7.4a1.5 1.5 0 1 1 .001-3.001a1.5 1.5 0 0 1-.001 3.001z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.749 12l1.104-1.908a1 1 0 0 0-.365-1.366l-1.91-1.104v-2.2a1 1 0 0 0-1-1h-2.199l-1.103-1.909a1.008 1.008 0 0 0-.607-.466a.993.993 0 0 0-.759.1L12 3.251l-1.91-1.105a1 1 0 0 0-1.366.366L7.62 4.422H5.421a1 1 0 0 0-1 1v2.199l-1.91 1.104a.998.998 0 0 0-.365 1.367L3.25 12l-1.104 1.908a1.004 1.004 0 0 0 .364 1.367l1.91 1.104v2.199a1 1 0 0 0 1 1h2.2l1.104 1.91a1.01 1.01 0 0 0 .866.5c.174 0 .347-.046.501-.135l1.908-1.104l1.91 1.104a1.001 1.001 0 0 0 1.366-.365l1.103-1.91h2.199a1 1 0 0 0 1-1v-2.199l1.91-1.104a1 1 0 0 0 .365-1.367L20.749 12zM9.499 6.99a1.5 1.5 0 1 1-.001 3.001a1.5 1.5 0 0 1 .001-3.001zm.3 9.6l-1.6-1.199l6-8l1.6 1.199l-6 8zm4.7.4a1.5 1.5 0 1 1 .001-3.001a1.5 1.5 0 0 1-.001 3.001z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxs-offer {
  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%20d%3D%22M20.749%2012l1.104-1.908a1%201%200%200%200-.365-1.366l-1.91-1.104v-2.2a1%201%200%200%200-1-1h-2.199l-1.103-1.909a1.008%201.008%200%200%200-.607-.466a.993.993%200%200%200-.759.1L12%203.251l-1.91-1.105a1%201%200%200%200-1.366.366L7.62%204.422H5.421a1%201%200%200%200-1%201v2.199l-1.91%201.104a.998.998%200%200%200-.365%201.367L3.25%2012l-1.104%201.908a1.004%201.004%200%200%200%20.364%201.367l1.91%201.104v2.199a1%201%200%200%200%201%201h2.2l1.104%201.91a1.01%201.01%200%200%200%20.866.5c.174%200%20.347-.046.501-.135l1.908-1.104l1.91%201.104a1.001%201.001%200%200%200%201.366-.365l1.103-1.91h2.199a1%201%200%200%200%201-1v-2.199l1.91-1.104a1%201%200%200%200%20.365-1.367L20.749%2012zM9.499%206.99a1.5%201.5%200%201%201-.001%203.001a1.5%201.5%200%200%201%20.001-3.001zm.3%209.6l-1.6-1.199l6-8l1.6%201.199l-6%208zm4.7.4a1.5%201.5%200%201%201%20.001-3.001a1.5%201.5%200%200%201-.001%203.001z%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%20d%3D%22M20.749%2012l1.104-1.908a1%201%200%200%200-.365-1.366l-1.91-1.104v-2.2a1%201%200%200%200-1-1h-2.199l-1.103-1.909a1.008%201.008%200%200%200-.607-.466a.993.993%200%200%200-.759.1L12%203.251l-1.91-1.105a1%201%200%200%200-1.366.366L7.62%204.422H5.421a1%201%200%200%200-1%201v2.199l-1.91%201.104a.998.998%200%200%200-.365%201.367L3.25%2012l-1.104%201.908a1.004%201.004%200%200%200%20.364%201.367l1.91%201.104v2.199a1%201%200%200%200%201%201h2.2l1.104%201.91a1.01%201.01%200%200%200%20.866.5c.174%200%20.347-.046.501-.135l1.908-1.104l1.91%201.104a1.001%201.001%200%200%200%201.366-.365l1.103-1.91h2.199a1%201%200%200%200%201-1v-2.199l1.91-1.104a1%201%200%200%200%20.365-1.367L20.749%2012zM9.499%206.99a1.5%201.5%200%201%201-.001%203.001a1.5%201.5%200%200%201%20.001-3.001zm.3%209.6l-1.6-1.199l6-8l1.6%201.199l-6%208zm4.7.4a1.5%201.5%200%201%201%20.001-3.001a1.5%201.5%200%200%201-.001%203.001z%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/bx/bxs-offer.svg?color=%231a73e8&size=48