ribbon from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
ribbon
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the ribbon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 6h6M7.511 4.525L11.881 10m-2.718 3.296l-2.24-2.993a4.64 4.64 0 0 1-.525-4.656l.035-.08C7.2 3.838 7.585 2.97 8.33 2.486S10.024 2 11.918 2h.164c1.894 0 2.842 0 3.587.485s1.13 1.351 1.898 3.083l.035.079a4.64 4.64 0 0 1-.525 4.656L9.096 20.969a6 6 0 0 1-.295.377a2.01 2.01 0 0 1-2.877.094a6 6 0 0 1-.318-.357a5 5 0 0 1-.217-.262a2.02 2.02 0 0 1-.04-2.33a5 5 0 0 1 .208-.27L16.49 4.525M16.67 16l1.773 2.221c.11.137.164.205.207.27c.48.706.465 1.64-.04 2.33c-.045.062-.102.129-.215.262c-.165.192-.247.288-.32.357a2.01 2.01 0 0 1-2.876-.094c-.068-.074-.143-.175-.295-.377L13.805 19.5"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRibbon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M9 6h6M7.511 4.525L11.881 10m-2.718 3.296l-2.24-2.993a4.64 4.64 0 0 1-.525-4.656l.035-.08C7.2 3.838 7.585 2.97 8.33 2.486S10.024 2 11.918 2h.164c1.894 0 2.842 0 3.587.485s1.13 1.351 1.898 3.083l.035.079a4.64 4.64 0 0 1-.525 4.656L9.096 20.969a6 6 0 0 1-.295.377a2.01 2.01 0 0 1-2.877.094a6 6 0 0 1-.318-.357a5 5 0 0 1-.217-.262a2.02 2.02 0 0 1-.04-2.33a5 5 0 0 1 .208-.27L16.49 4.525M16.67 16l1.773 2.221c.11.137.164.205.207.27c.48.706.465 1.64-.04 2.33c-.045.062-.102.129-.215.262c-.165.192-.247.288-.32.357a2.01 2.01 0 0 1-2.876-.094c-.068-.074-.143-.175-.295-.377L13.805 19.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 6h6M7.511 4.525L11.881 10m-2.718 3.296l-2.24-2.993a4.64 4.64 0 0 1-.525-4.656l.035-.08C7.2 3.838 7.585 2.97 8.33 2.486S10.024 2 11.918 2h.164c1.894 0 2.842 0 3.587.485s1.13 1.351 1.898 3.083l.035.079a4.64 4.64 0 0 1-.525 4.656L9.096 20.969a6 6 0 0 1-.295.377a2.01 2.01 0 0 1-2.877.094a6 6 0 0 1-.318-.357a5 5 0 0 1-.217-.262a2.02 2.02 0 0 1-.04-2.33a5 5 0 0 1 .208-.27L16.49 4.525M16.67 16l1.773 2.221c.11.137.164.205.207.27c.48.706.465 1.64-.04 2.33c-.045.062-.102.129-.215.262c-.165.192-.247.288-.32.357a2.01 2.01 0 0 1-2.876-.094c-.068-.074-.143-.175-.295-.377L13.805 19.5"/></svg>
</template>

CSS

.icon-ribbon {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%206h6M7.511%204.525L11.881%2010m-2.718%203.296l-2.24-2.993a4.64%204.64%200%200%201-.525-4.656l.035-.08C7.2%203.838%207.585%202.97%208.33%202.486S10.024%202%2011.918%202h.164c1.894%200%202.842%200%203.587.485s1.13%201.351%201.898%203.083l.035.079a4.64%204.64%200%200%201-.525%204.656L9.096%2020.969a6%206%200%200%201-.295.377a2.01%202.01%200%200%201-2.877.094a6%206%200%200%201-.318-.357a5%205%200%200%201-.217-.262a2.02%202.02%200%200%201-.04-2.33a5%205%200%200%201%20.208-.27L16.49%204.525M16.67%2016l1.773%202.221c.11.137.164.205.207.27c.48.706.465%201.64-.04%202.33c-.045.062-.102.129-.215.262c-.165.192-.247.288-.32.357a2.01%202.01%200%200%201-2.876-.094c-.068-.074-.143-.175-.295-.377L13.805%2019.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%206h6M7.511%204.525L11.881%2010m-2.718%203.296l-2.24-2.993a4.64%204.64%200%200%201-.525-4.656l.035-.08C7.2%203.838%207.585%202.97%208.33%202.486S10.024%202%2011.918%202h.164c1.894%200%202.842%200%203.587.485s1.13%201.351%201.898%203.083l.035.079a4.64%204.64%200%200%201-.525%204.656L9.096%2020.969a6%206%200%200%201-.295.377a2.01%202.01%200%200%201-2.877.094a6%206%200%200%201-.318-.357a5%205%200%200%201-.217-.262a2.02%202.02%200%200%201-.04-2.33a5%205%200%200%201%20.208-.27L16.49%204.525M16.67%2016l1.773%202.221c.11.137.164.205.207.27c.48.706.465%201.64-.04%202.33c-.045.062-.102.129-.215.262c-.165.192-.247.288-.32.357a2.01%202.01%200%200%201-2.876-.094c-.068-.074-.143-.175-.295-.377L13.805%2019.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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