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

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

The same icon in other sets

Use the clip 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="1.5"><path stroke-linecap="round" d="M4 22h3.144c.371 0 .523-.333.593-.683C7.89 20.547 8.498 20 9.2 20s1.31.547 1.463 1.317c.07.35.222.683.593.683h1.488c.371 0 .523-.333.593-.683c.154-.77.761-1.317 1.463-1.317s1.31.547 1.463 1.317c.07.35.222.683.593.683H20"/><path d="M8.772 20s.85-8.18 1.165-10.521c.271-2.016-3.503-4.76-1.175-6.385c2.09-1.459 4.386-1.459 6.476 0c2.328 1.625-1.445 4.369-1.174 6.385c.314 2.34 1.164 10.52 1.164 10.52"/><path d="m5 22l-1.323-4.837c-.663-2.84-.994-4.26-.262-5.212C4.148 11 5.574 11 8.425 11h7.15c2.851 0 4.277 0 5.01.951c.732.952.4 2.372-.262 5.212L19 22"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsClip(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="1.5"><path strokeLinecap="round" d="M4 22h3.144c.371 0 .523-.333.593-.683C7.89 20.547 8.498 20 9.2 20s1.31.547 1.463 1.317c.07.35.222.683.593.683h1.488c.371 0 .523-.333.593-.683c.154-.77.761-1.317 1.463-1.317s1.31.547 1.463 1.317c.07.35.222.683.593.683H20"/><path d="M8.772 20s.85-8.18 1.165-10.521c.271-2.016-3.503-4.76-1.175-6.385c2.09-1.459 4.386-1.459 6.476 0c2.328 1.625-1.445 4.369-1.174 6.385c.314 2.34 1.164 10.52 1.164 10.52"/><path d="m5 22l-1.323-4.837c-.663-2.84-.994-4.26-.262-5.212C4.148 11 5.574 11 8.425 11h7.15c2.851 0 4.277 0 5.01.951c.732.952.4 2.372-.262 5.212L19 22"/></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="1.5"><path stroke-linecap="round" d="M4 22h3.144c.371 0 .523-.333.593-.683C7.89 20.547 8.498 20 9.2 20s1.31.547 1.463 1.317c.07.35.222.683.593.683h1.488c.371 0 .523-.333.593-.683c.154-.77.761-1.317 1.463-1.317s1.31.547 1.463 1.317c.07.35.222.683.593.683H20"/><path d="M8.772 20s.85-8.18 1.165-10.521c.271-2.016-3.503-4.76-1.175-6.385c2.09-1.459 4.386-1.459 6.476 0c2.328 1.625-1.445 4.369-1.174 6.385c.314 2.34 1.164 10.52 1.164 10.52"/><path d="m5 22l-1.323-4.837c-.663-2.84-.994-4.26-.262-5.212C4.148 11 5.574 11 8.425 11h7.15c2.851 0 4.277 0 5.01.951c.732.952.4 2.372-.262 5.212L19 22"/></g></svg>
</template>

CSS

.icon-clip {
  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%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2022h3.144c.371%200%20.523-.333.593-.683C7.89%2020.547%208.498%2020%209.2%2020s1.31.547%201.463%201.317c.07.35.222.683.593.683h1.488c.371%200%20.523-.333.593-.683c.154-.77.761-1.317%201.463-1.317s1.31.547%201.463%201.317c.07.35.222.683.593.683H20%22%2F%3E%3Cpath%20d%3D%22M8.772%2020s.85-8.18%201.165-10.521c.271-2.016-3.503-4.76-1.175-6.385c2.09-1.459%204.386-1.459%206.476%200c2.328%201.625-1.445%204.369-1.174%206.385c.314%202.34%201.164%2010.52%201.164%2010.52%22%2F%3E%3Cpath%20d%3D%22m5%2022l-1.323-4.837c-.663-2.84-.994-4.26-.262-5.212C4.148%2011%205.574%2011%208.425%2011h7.15c2.851%200%204.277%200%205.01.951c.732.952.4%202.372-.262%205.212L19%2022%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%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2022h3.144c.371%200%20.523-.333.593-.683C7.89%2020.547%208.498%2020%209.2%2020s1.31.547%201.463%201.317c.07.35.222.683.593.683h1.488c.371%200%20.523-.333.593-.683c.154-.77.761-1.317%201.463-1.317s1.31.547%201.463%201.317c.07.35.222.683.593.683H20%22%2F%3E%3Cpath%20d%3D%22M8.772%2020s.85-8.18%201.165-10.521c.271-2.016-3.503-4.76-1.175-6.385c2.09-1.459%204.386-1.459%206.476%200c2.328%201.625-1.445%204.369-1.174%206.385c.314%202.34%201.164%2010.52%201.164%2010.52%22%2F%3E%3Cpath%20d%3D%22m5%2022l-1.323-4.837c-.663-2.84-.994-4.26-.262-5.212C4.148%2011%205.574%2011%208.425%2011h7.15c2.851%200%204.277%200%205.01.951c.732.952.4%202.372-.262%205.212L19%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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