coupon-sharp from Keyline Icons by Keyline Icons · Sharp · MIT Free for personal and commercial use.

Name
coupon-sharp
Set
Keyline Icons
Style
Sharp
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the coupon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path d="M2 4L22 4L22 9C20.3432 9 19 10.3431 19 12C19 13.6569 20.3432 15 22 15L22 20L2 20L2 15C3.6568 15 5 13.6569 5 12C5 10.3431 3.6568 9 2 9L2 4ZM8.7071 15.2929L15.2929 8.7071"/><path fill="currentColor" d="M10.5 8.5C10.5 9.3284 9.8284 10 9 10C8.1716 10 7.5 9.3284 7.5 8.5C7.5 7.6716 8.1716 7 9 7C9.8284 7 10.5 7.6716 10.5 8.5ZM16.5 15.5C16.5 16.3284 15.8284 17 15 17C14.1716 17 13.5 16.3284 13.5 15.5C13.5 14.6716 14.1716 14 15 14C15.8284 14 16.5 14.6716 16.5 15.5Z" stroke="none"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsCouponSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path d="M2 4L22 4L22 9C20.3432 9 19 10.3431 19 12C19 13.6569 20.3432 15 22 15L22 20L2 20L2 15C3.6568 15 5 13.6569 5 12C5 10.3431 3.6568 9 2 9L2 4ZM8.7071 15.2929L15.2929 8.7071"/><path fill="currentColor" d="M10.5 8.5C10.5 9.3284 9.8284 10 9 10C8.1716 10 7.5 9.3284 7.5 8.5C7.5 7.6716 8.1716 7 9 7C9.8284 7 10.5 7.6716 10.5 8.5ZM16.5 15.5C16.5 16.3284 15.8284 17 15 17C14.1716 17 13.5 16.3284 13.5 15.5C13.5 14.6716 14.1716 14 15 14C15.8284 14 16.5 14.6716 16.5 15.5Z" stroke="none"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path d="M2 4L22 4L22 9C20.3432 9 19 10.3431 19 12C19 13.6569 20.3432 15 22 15L22 20L2 20L2 15C3.6568 15 5 13.6569 5 12C5 10.3431 3.6568 9 2 9L2 4ZM8.7071 15.2929L15.2929 8.7071"/><path fill="currentColor" d="M10.5 8.5C10.5 9.3284 9.8284 10 9 10C8.1716 10 7.5 9.3284 7.5 8.5C7.5 7.6716 8.1716 7 9 7C9.8284 7 10.5 7.6716 10.5 8.5ZM16.5 15.5C16.5 16.3284 15.8284 17 15 17C14.1716 17 13.5 16.3284 13.5 15.5C13.5 14.6716 14.1716 14 15 14C15.8284 14 16.5 14.6716 16.5 15.5Z" stroke="none"/></g></svg>
</template>

CSS

.icon-coupon-sharp {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M2%204L22%204L22%209C20.3432%209%2019%2010.3431%2019%2012C19%2013.6569%2020.3432%2015%2022%2015L22%2020L2%2020L2%2015C3.6568%2015%205%2013.6569%205%2012C5%2010.3431%203.6568%209%202%209L2%204ZM8.7071%2015.2929L15.2929%208.7071%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%208.5C10.5%209.3284%209.8284%2010%209%2010C8.1716%2010%207.5%209.3284%207.5%208.5C7.5%207.6716%208.1716%207%209%207C9.8284%207%2010.5%207.6716%2010.5%208.5ZM16.5%2015.5C16.5%2016.3284%2015.8284%2017%2015%2017C14.1716%2017%2013.5%2016.3284%2013.5%2015.5C13.5%2014.6716%2014.1716%2014%2015%2014C15.8284%2014%2016.5%2014.6716%2016.5%2015.5Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M2%204L22%204L22%209C20.3432%209%2019%2010.3431%2019%2012C19%2013.6569%2020.3432%2015%2022%2015L22%2020L2%2020L2%2015C3.6568%2015%205%2013.6569%205%2012C5%2010.3431%203.6568%209%202%209L2%204ZM8.7071%2015.2929L15.2929%208.7071%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%208.5C10.5%209.3284%209.8284%2010%209%2010C8.1716%2010%207.5%209.3284%207.5%208.5C7.5%207.6716%208.1716%207%209%207C9.8284%207%2010.5%207.6716%2010.5%208.5ZM16.5%2015.5C16.5%2016.3284%2015.8284%2017%2015%2017C14.1716%2017%2013.5%2016.3284%2013.5%2015.5C13.5%2014.6716%2014.1716%2014%2015%2014C15.8284%2014%2016.5%2014.6716%2016.5%2015.5Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/coupon-sharp.svg?color=%231a73e8&size=48