paperclip icon

paperclip from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
paperclip
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Use the paperclip icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.94 20.74a5.85 5.85 0 0 1-4-1.56a5.23 5.23 0 0 1 0-7.68l7.56-7.14a4.22 4.22 0 0 1 5.69 0A4.1 4.1 0 0 1 19.5 7.3a3.46 3.46 0 0 1-1.1 2.55L10.83 17a2.47 2.47 0 0 1-3.36 0a2.23 2.23 0 0 1 0-3.28l7-6.59a.75.75 0 0 1 1.06 0a.75.75 0 0 1 0 1.06l-7 6.59a.73.73 0 0 0 0 1.1a1 1 0 0 0 1.3 0l7.57-7.13A2 2 0 0 0 18 7.3a2.57 2.57 0 0 0-.84-1.84a2.67 2.67 0 0 0-3.63 0L6 12.59a3.73 3.73 0 0 0 0 5.5a4.4 4.4 0 0 0 6 0L19.49 11a.74.74 0 0 1 1.06 0a.75.75 0 0 1 0 1.06L13 19.18a5.84 5.84 0 0 1-4.06 1.56"/></svg>

React

import type { SVGProps } from "react";

export function PrimePaperclip(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" d="M8.94 20.74a5.85 5.85 0 0 1-4-1.56a5.23 5.23 0 0 1 0-7.68l7.56-7.14a4.22 4.22 0 0 1 5.69 0A4.1 4.1 0 0 1 19.5 7.3a3.46 3.46 0 0 1-1.1 2.55L10.83 17a2.47 2.47 0 0 1-3.36 0a2.23 2.23 0 0 1 0-3.28l7-6.59a.75.75 0 0 1 1.06 0a.75.75 0 0 1 0 1.06l-7 6.59a.73.73 0 0 0 0 1.1a1 1 0 0 0 1.3 0l7.57-7.13A2 2 0 0 0 18 7.3a2.57 2.57 0 0 0-.84-1.84a2.67 2.67 0 0 0-3.63 0L6 12.59a3.73 3.73 0 0 0 0 5.5a4.4 4.4 0 0 0 6 0L19.49 11a.74.74 0 0 1 1.06 0a.75.75 0 0 1 0 1.06L13 19.18a5.84 5.84 0 0 1-4.06 1.56"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.94 20.74a5.85 5.85 0 0 1-4-1.56a5.23 5.23 0 0 1 0-7.68l7.56-7.14a4.22 4.22 0 0 1 5.69 0A4.1 4.1 0 0 1 19.5 7.3a3.46 3.46 0 0 1-1.1 2.55L10.83 17a2.47 2.47 0 0 1-3.36 0a2.23 2.23 0 0 1 0-3.28l7-6.59a.75.75 0 0 1 1.06 0a.75.75 0 0 1 0 1.06l-7 6.59a.73.73 0 0 0 0 1.1a1 1 0 0 0 1.3 0l7.57-7.13A2 2 0 0 0 18 7.3a2.57 2.57 0 0 0-.84-1.84a2.67 2.67 0 0 0-3.63 0L6 12.59a3.73 3.73 0 0 0 0 5.5a4.4 4.4 0 0 0 6 0L19.49 11a.74.74 0 0 1 1.06 0a.75.75 0 0 1 0 1.06L13 19.18a5.84 5.84 0 0 1-4.06 1.56"/></svg>
</template>

CSS

.icon-paperclip {
  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%20d%3D%22M8.94%2020.74a5.85%205.85%200%200%201-4-1.56a5.23%205.23%200%200%201%200-7.68l7.56-7.14a4.22%204.22%200%200%201%205.69%200A4.1%204.1%200%200%201%2019.5%207.3a3.46%203.46%200%200%201-1.1%202.55L10.83%2017a2.47%202.47%200%200%201-3.36%200a2.23%202.23%200%200%201%200-3.28l7-6.59a.75.75%200%200%201%201.06%200a.75.75%200%200%201%200%201.06l-7%206.59a.73.73%200%200%200%200%201.1a1%201%200%200%200%201.3%200l7.57-7.13A2%202%200%200%200%2018%207.3a2.57%202.57%200%200%200-.84-1.84a2.67%202.67%200%200%200-3.63%200L6%2012.59a3.73%203.73%200%200%200%200%205.5a4.4%204.4%200%200%200%206%200L19.49%2011a.74.74%200%200%201%201.06%200a.75.75%200%200%201%200%201.06L13%2019.18a5.84%205.84%200%200%201-4.06%201.56%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%20d%3D%22M8.94%2020.74a5.85%205.85%200%200%201-4-1.56a5.23%205.23%200%200%201%200-7.68l7.56-7.14a4.22%204.22%200%200%201%205.69%200A4.1%204.1%200%200%201%2019.5%207.3a3.46%203.46%200%200%201-1.1%202.55L10.83%2017a2.47%202.47%200%200%201-3.36%200a2.23%202.23%200%200%201%200-3.28l7-6.59a.75.75%200%200%201%201.06%200a.75.75%200%200%201%200%201.06l-7%206.59a.73.73%200%200%200%200%201.1a1%201%200%200%200%201.3%200l7.57-7.13A2%202%200%200%200%2018%207.3a2.57%202.57%200%200%200-.84-1.84a2.67%202.67%200%200%200-3.63%200L6%2012.59a3.73%203.73%200%200%200%200%205.5a4.4%204.4%200%200%200%206%200L19.49%2011a.74.74%200%200%201%201.06%200a.75.75%200%200%201%200%201.06L13%2019.18a5.84%205.84%200%200%201-4.06%201.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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