paperclip4 icon

paperclip4 from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.

Name
paperclip4
Set
Reicon
Style
Outline
Category
Messages
Viewbox
24×24
License
MIT

2 other variants in Reicon

More messages icons from Reicon

Use the paperclip4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.277 3.893c3.54-3.524 9.277-3.524 12.817 0a9 9 0 0 1 0 12.768l-3.675 3.658a4.92 4.92 0 0 1-6.938 0a4.875 4.875 0 0 1 0-6.915l2.94-2.927a.75.75 0 1 1 1.058 1.063l-2.94 2.927a3.375 3.375 0 0 0 0 4.79a3.42 3.42 0 0 0 4.822 0l3.674-3.659a7.5 7.5 0 0 0 0-10.642c-2.954-2.941-7.746-2.941-10.7 0L4.66 8.614a6.47 6.47 0 0 0 0 9.18a.75.75 0 0 1-1.058 1.062a7.97 7.97 0 0 1 0-11.305z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPaperclip4(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M7.277 3.893c3.54-3.524 9.277-3.524 12.817 0a9 9 0 0 1 0 12.768l-3.675 3.658a4.92 4.92 0 0 1-6.938 0a4.875 4.875 0 0 1 0-6.915l2.94-2.927a.75.75 0 1 1 1.058 1.063l-2.94 2.927a3.375 3.375 0 0 0 0 4.79a3.42 3.42 0 0 0 4.822 0l3.674-3.659a7.5 7.5 0 0 0 0-10.642c-2.954-2.941-7.746-2.941-10.7 0L4.66 8.614a6.47 6.47 0 0 0 0 9.18a.75.75 0 0 1-1.058 1.062a7.97 7.97 0 0 1 0-11.305z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.277 3.893c3.54-3.524 9.277-3.524 12.817 0a9 9 0 0 1 0 12.768l-3.675 3.658a4.92 4.92 0 0 1-6.938 0a4.875 4.875 0 0 1 0-6.915l2.94-2.927a.75.75 0 1 1 1.058 1.063l-2.94 2.927a3.375 3.375 0 0 0 0 4.79a3.42 3.42 0 0 0 4.822 0l3.674-3.659a7.5 7.5 0 0 0 0-10.642c-2.954-2.941-7.746-2.941-10.7 0L4.66 8.614a6.47 6.47 0 0 0 0 9.18a.75.75 0 0 1-1.058 1.062a7.97 7.97 0 0 1 0-11.305z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-paperclip4 {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.277%203.893c3.54-3.524%209.277-3.524%2012.817%200a9%209%200%200%201%200%2012.768l-3.675%203.658a4.92%204.92%200%200%201-6.938%200a4.875%204.875%200%200%201%200-6.915l2.94-2.927a.75.75%200%201%201%201.058%201.063l-2.94%202.927a3.375%203.375%200%200%200%200%204.79a3.42%203.42%200%200%200%204.822%200l3.674-3.659a7.5%207.5%200%200%200%200-10.642c-2.954-2.941-7.746-2.941-10.7%200L4.66%208.614a6.47%206.47%200%200%200%200%209.18a.75.75%200%200%201-1.058%201.062a7.97%207.97%200%200%201%200-11.305z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.277%203.893c3.54-3.524%209.277-3.524%2012.817%200a9%209%200%200%201%200%2012.768l-3.675%203.658a4.92%204.92%200%200%201-6.938%200a4.875%204.875%200%200%201%200-6.915l2.94-2.927a.75.75%200%201%201%201.058%201.063l-2.94%202.927a3.375%203.375%200%200%200%200%204.79a3.42%203.42%200%200%200%204.822%200l3.674-3.659a7.5%207.5%200%200%200%200-10.642c-2.954-2.941-7.746-2.941-10.7%200L4.66%208.614a6.47%206.47%200%200%200%200%209.18a.75.75%200%200%201-1.058%201.062a7.97%207.97%200%200%201%200-11.305z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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