paperclip from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
paperclip
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0
Aliases
paperclip-solid

The same icon in other sets

More objects icons from Line Awesome

Use the paperclip icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 4c-1.39 0-2.758.54-3.813 1.594l-9.375 9.375c-2.972 2.972-2.972 7.808 0 10.781s7.81 2.973 10.782 0l6.25-6.25l-1.407-1.406l-6.25 6.25a5.623 5.623 0 0 1-7.968 0a5.623 5.623 0 0 1 0-7.969L18.594 7a3.414 3.414 0 0 1 4.843 0a3.414 3.414 0 0 1 0 4.844l-9.375 9.375c-.48.48-1.238.48-1.718 0a1.205 1.205 0 0 1 0-1.719l8.594-8.594L19.53 9.5l-8.593 8.594a3.213 3.213 0 0 0 0 4.531a3.213 3.213 0 0 0 4.53 0l9.376-9.375A5.423 5.423 0 0 0 21 4"/></svg>

React

import type { SVGProps } from "react";

export function LaPaperclip(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 4c-1.39 0-2.758.54-3.813 1.594l-9.375 9.375c-2.972 2.972-2.972 7.808 0 10.781s7.81 2.973 10.782 0l6.25-6.25l-1.407-1.406l-6.25 6.25a5.623 5.623 0 0 1-7.968 0a5.623 5.623 0 0 1 0-7.969L18.594 7a3.414 3.414 0 0 1 4.843 0a3.414 3.414 0 0 1 0 4.844l-9.375 9.375c-.48.48-1.238.48-1.718 0a1.205 1.205 0 0 1 0-1.719l8.594-8.594L19.53 9.5l-8.593 8.594a3.213 3.213 0 0 0 0 4.531a3.213 3.213 0 0 0 4.53 0l9.376-9.375A5.423 5.423 0 0 0 21 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 4c-1.39 0-2.758.54-3.813 1.594l-9.375 9.375c-2.972 2.972-2.972 7.808 0 10.781s7.81 2.973 10.782 0l6.25-6.25l-1.407-1.406l-6.25 6.25a5.623 5.623 0 0 1-7.968 0a5.623 5.623 0 0 1 0-7.969L18.594 7a3.414 3.414 0 0 1 4.843 0a3.414 3.414 0 0 1 0 4.844l-9.375 9.375c-.48.48-1.238.48-1.718 0a1.205 1.205 0 0 1 0-1.719l8.594-8.594L19.53 9.5l-8.593 8.594a3.213 3.213 0 0 0 0 4.531a3.213 3.213 0 0 0 4.53 0l9.376-9.375A5.423 5.423 0 0 0 21 4"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%204c-1.39%200-2.758.54-3.813%201.594l-9.375%209.375c-2.972%202.972-2.972%207.808%200%2010.781s7.81%202.973%2010.782%200l6.25-6.25l-1.407-1.406l-6.25%206.25a5.623%205.623%200%200%201-7.968%200a5.623%205.623%200%200%201%200-7.969L18.594%207a3.414%203.414%200%200%201%204.843%200a3.414%203.414%200%200%201%200%204.844l-9.375%209.375c-.48.48-1.238.48-1.718%200a1.205%201.205%200%200%201%200-1.719l8.594-8.594L19.53%209.5l-8.593%208.594a3.213%203.213%200%200%200%200%204.531a3.213%203.213%200%200%200%204.53%200l9.376-9.375A5.423%205.423%200%200%200%2021%204%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%204c-1.39%200-2.758.54-3.813%201.594l-9.375%209.375c-2.972%202.972-2.972%207.808%200%2010.781s7.81%202.973%2010.782%200l6.25-6.25l-1.407-1.406l-6.25%206.25a5.623%205.623%200%200%201-7.968%200a5.623%205.623%200%200%201%200-7.969L18.594%207a3.414%203.414%200%200%201%204.843%200a3.414%203.414%200%200%201%200%204.844l-9.375%209.375c-.48.48-1.238.48-1.718%200a1.205%201.205%200%200%201%200-1.719l8.594-8.594L19.53%209.5l-8.593%208.594a3.213%203.213%200%200%200%200%204.531a3.213%203.213%200%200%200%204.53%200l9.376-9.375A5.423%205.423%200%200%200%2021%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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