paperclip icon

paperclip-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
paperclip-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

1 other variant in Octicons

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="M19.187 3.588a2.75 2.75 0 0 0-3.889 0L5.575 13.31a4.5 4.5 0 0 0 6.364 6.364l8.662-8.662a.75.75 0 0 1 1.061 1.06L13 20.735a6 6 0 0 1-8.485-8.485l9.723-9.723a4.25 4.25 0 0 1 4.124-1.139a4.25 4.25 0 0 1 3.025 3.025a4.25 4.25 0 0 1-1.139 4.124l-9.193 9.193a2.64 2.64 0 0 1-1.858.779a2.63 2.63 0 0 1-1.854-.779c-.196-.196-.338-.47-.43-.726a2.8 2.8 0 0 1-.168-.946c0-.7.284-1.373.775-1.864l8.132-8.131a.749.749 0 0 1 1.275.326a.75.75 0 0 1-.215.734l-8.131 8.132a1.15 1.15 0 0 0-.336.803c.003.204.053.405.146.587l.02.032c.22.215.501.332.786.332c.29 0 .58-.121.798-.34l9.192-9.192a2.75 2.75 0 0 0 0-3.89Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonPaperclip24(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="M19.187 3.588a2.75 2.75 0 0 0-3.889 0L5.575 13.31a4.5 4.5 0 0 0 6.364 6.364l8.662-8.662a.75.75 0 0 1 1.061 1.06L13 20.735a6 6 0 0 1-8.485-8.485l9.723-9.723a4.25 4.25 0 0 1 4.124-1.139a4.25 4.25 0 0 1 3.025 3.025a4.25 4.25 0 0 1-1.139 4.124l-9.193 9.193a2.64 2.64 0 0 1-1.858.779a2.63 2.63 0 0 1-1.854-.779c-.196-.196-.338-.47-.43-.726a2.8 2.8 0 0 1-.168-.946c0-.7.284-1.373.775-1.864l8.132-8.131a.749.749 0 0 1 1.275.326a.75.75 0 0 1-.215.734l-8.131 8.132a1.15 1.15 0 0 0-.336.803c.003.204.053.405.146.587l.02.032c.22.215.501.332.786.332c.29 0 .58-.121.798-.34l9.192-9.192a2.75 2.75 0 0 0 0-3.89Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.187 3.588a2.75 2.75 0 0 0-3.889 0L5.575 13.31a4.5 4.5 0 0 0 6.364 6.364l8.662-8.662a.75.75 0 0 1 1.061 1.06L13 20.735a6 6 0 0 1-8.485-8.485l9.723-9.723a4.25 4.25 0 0 1 4.124-1.139a4.25 4.25 0 0 1 3.025 3.025a4.25 4.25 0 0 1-1.139 4.124l-9.193 9.193a2.64 2.64 0 0 1-1.858.779a2.63 2.63 0 0 1-1.854-.779c-.196-.196-.338-.47-.43-.726a2.8 2.8 0 0 1-.168-.946c0-.7.284-1.373.775-1.864l8.132-8.131a.749.749 0 0 1 1.275.326a.75.75 0 0 1-.215.734l-8.131 8.132a1.15 1.15 0 0 0-.336.803c.003.204.053.405.146.587l.02.032c.22.215.501.332.786.332c.29 0 .58-.121.798-.34l9.192-9.192a2.75 2.75 0 0 0 0-3.89Z"/></svg>
</template>

CSS

.icon-paperclip-24 {
  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%22M19.187%203.588a2.75%202.75%200%200%200-3.889%200L5.575%2013.31a4.5%204.5%200%200%200%206.364%206.364l8.662-8.662a.75.75%200%200%201%201.061%201.06L13%2020.735a6%206%200%200%201-8.485-8.485l9.723-9.723a4.25%204.25%200%200%201%204.124-1.139a4.25%204.25%200%200%201%203.025%203.025a4.25%204.25%200%200%201-1.139%204.124l-9.193%209.193a2.64%202.64%200%200%201-1.858.779a2.63%202.63%200%200%201-1.854-.779c-.196-.196-.338-.47-.43-.726a2.8%202.8%200%200%201-.168-.946c0-.7.284-1.373.775-1.864l8.132-8.131a.749.749%200%200%201%201.275.326a.75.75%200%200%201-.215.734l-8.131%208.132a1.15%201.15%200%200%200-.336.803c.003.204.053.405.146.587l.02.032c.22.215.501.332.786.332c.29%200%20.58-.121.798-.34l9.192-9.192a2.75%202.75%200%200%200%200-3.89Z%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%22M19.187%203.588a2.75%202.75%200%200%200-3.889%200L5.575%2013.31a4.5%204.5%200%200%200%206.364%206.364l8.662-8.662a.75.75%200%200%201%201.061%201.06L13%2020.735a6%206%200%200%201-8.485-8.485l9.723-9.723a4.25%204.25%200%200%201%204.124-1.139a4.25%204.25%200%200%201%203.025%203.025a4.25%204.25%200%200%201-1.139%204.124l-9.193%209.193a2.64%202.64%200%200%201-1.858.779a2.63%202.63%200%200%201-1.854-.779c-.196-.196-.338-.47-.43-.726a2.8%202.8%200%200%201-.168-.946c0-.7.284-1.373.775-1.864l8.132-8.131a.749.749%200%200%201%201.275.326a.75.75%200%200%201-.215.734l-8.131%208.132a1.15%201.15%200%200%200-.336.803c.003.204.053.405.146.587l.02.032c.22.215.501.332.786.332c.29%200%20.58-.121.798-.34l9.192-9.192a2.75%202.75%200%200%200%200-3.89Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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