scissors coupon icon

scissors-coupon-filled from Reicon by REICON · Filled · Shopping · MIT Free for personal and commercial use.

Name
scissors-coupon-filled
Set
Reicon
Style
Filled
Category
Shopping
Viewbox
24×24
License
MIT

1 other variant in Reicon

More shopping icons from Reicon

Use the scissors coupon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M4.662 1.333a3.333 3.333 0 0 0-1.435 6.343l1.96.99l-1.962.992a3.334 3.334 0 1 0 3.563.441l.617-.312l6.148 3.105a1 1 0 0 0 .901-1.785l-4.83-2.44l4.83-2.441a1 1 0 0 0-.901-1.785L7.405 7.546l-.617-.312a3.334 3.334 0 0 0-2.125-5.9m-.62 10.153l.014-.007l.031-.016a1.334 1.334 0 1 1-.045.023M4.09 5.87a1.334 1.334 0 1 0-.048-.024l.015.007z" clip-rule="evenodd"/><path d="M4.04 17.964q.306.036.622.036a5.335 5.335 0 0 0 5.294-4.684l2.695 1.362a3 3 0 1 0 2.705-5.356l-1.297-.655l1.297-.656a3 3 0 0 0 .885-.678h2.763A3.666 3.666 0 0 1 22.67 11v6.667c0 1.98-1.635 3.666-3.642 3.666H7.67c-1.905 0-3.476-1.52-3.63-3.369"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconScissorsCouponFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M4.662 1.333a3.333 3.333 0 0 0-1.435 6.343l1.96.99l-1.962.992a3.334 3.334 0 1 0 3.563.441l.617-.312l6.148 3.105a1 1 0 0 0 .901-1.785l-4.83-2.44l4.83-2.441a1 1 0 0 0-.901-1.785L7.405 7.546l-.617-.312a3.334 3.334 0 0 0-2.125-5.9m-.62 10.153l.014-.007l.031-.016a1.334 1.334 0 1 1-.045.023M4.09 5.87a1.334 1.334 0 1 0-.048-.024l.015.007z" clipRule="evenodd"/><path d="M4.04 17.964q.306.036.622.036a5.335 5.335 0 0 0 5.294-4.684l2.695 1.362a3 3 0 1 0 2.705-5.356l-1.297-.655l1.297-.656a3 3 0 0 0 .885-.678h2.763A3.666 3.666 0 0 1 22.67 11v6.667c0 1.98-1.635 3.666-3.642 3.666H7.67c-1.905 0-3.476-1.52-3.63-3.369"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M4.662 1.333a3.333 3.333 0 0 0-1.435 6.343l1.96.99l-1.962.992a3.334 3.334 0 1 0 3.563.441l.617-.312l6.148 3.105a1 1 0 0 0 .901-1.785l-4.83-2.44l4.83-2.441a1 1 0 0 0-.901-1.785L7.405 7.546l-.617-.312a3.334 3.334 0 0 0-2.125-5.9m-.62 10.153l.014-.007l.031-.016a1.334 1.334 0 1 1-.045.023M4.09 5.87a1.334 1.334 0 1 0-.048-.024l.015.007z" clip-rule="evenodd"/><path d="M4.04 17.964q.306.036.622.036a5.335 5.335 0 0 0 5.294-4.684l2.695 1.362a3 3 0 1 0 2.705-5.356l-1.297-.655l1.297-.656a3 3 0 0 0 .885-.678h2.763A3.666 3.666 0 0 1 22.67 11v6.667c0 1.98-1.635 3.666-3.642 3.666H7.67c-1.905 0-3.476-1.52-3.63-3.369"/></g></svg>
</template>

CSS

.icon-scissors-coupon-filled {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.662%201.333a3.333%203.333%200%200%200-1.435%206.343l1.96.99l-1.962.992a3.334%203.334%200%201%200%203.563.441l.617-.312l6.148%203.105a1%201%200%200%200%20.901-1.785l-4.83-2.44l4.83-2.441a1%201%200%200%200-.901-1.785L7.405%207.546l-.617-.312a3.334%203.334%200%200%200-2.125-5.9m-.62%2010.153l.014-.007l.031-.016a1.334%201.334%200%201%201-.045.023M4.09%205.87a1.334%201.334%200%201%200-.048-.024l.015.007z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4.04%2017.964q.306.036.622.036a5.335%205.335%200%200%200%205.294-4.684l2.695%201.362a3%203%200%201%200%202.705-5.356l-1.297-.655l1.297-.656a3%203%200%200%200%20.885-.678h2.763A3.666%203.666%200%200%201%2022.67%2011v6.667c0%201.98-1.635%203.666-3.642%203.666H7.67c-1.905%200-3.476-1.52-3.63-3.369%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.662%201.333a3.333%203.333%200%200%200-1.435%206.343l1.96.99l-1.962.992a3.334%203.334%200%201%200%203.563.441l.617-.312l6.148%203.105a1%201%200%200%200%20.901-1.785l-4.83-2.44l4.83-2.441a1%201%200%200%200-.901-1.785L7.405%207.546l-.617-.312a3.334%203.334%200%200%200-2.125-5.9m-.62%2010.153l.014-.007l.031-.016a1.334%201.334%200%201%201-.045.023M4.09%205.87a1.334%201.334%200%201%200-.048-.024l.015.007z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4.04%2017.964q.306.036.622.036a5.335%205.335%200%200%200%205.294-4.684l2.695%201.362a3%203%200%201%200%202.705-5.356l-1.297-.655l1.297-.656a3%203%200%200%200%20.885-.678h2.763A3.666%203.666%200%200%201%2022.67%2011v6.667c0%201.98-1.635%203.666-3.642%203.666H7.67c-1.905%200-3.476-1.52-3.63-3.369%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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