paperclip from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
paperclip
Set
Element Plus
Style
Outline
Viewbox
1024×1024
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 1024 1024"><path fill="currentColor" d="M602.5 240.4A192 192 0 1 1 874 512L557.2 828.8a256 256 0 0 1-362-362L602.5 59.5l45.2 45.2L240.4 512A192 192 0 0 0 512 783.6l316.8-316.8a128 128 0 1 0-181-181.1L353.5 579.9a32 32 0 1 0 45.2 45.3L693 331l45.3 45.3l-294.2 294.1a96 96 0 1 1-135.7-135.7z"/></svg>

React

import type { SVGProps } from "react";

export function EpPaperclip(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M602.5 240.4A192 192 0 1 1 874 512L557.2 828.8a256 256 0 0 1-362-362L602.5 59.5l45.2 45.2L240.4 512A192 192 0 0 0 512 783.6l316.8-316.8a128 128 0 1 0-181-181.1L353.5 579.9a32 32 0 1 0 45.2 45.3L693 331l45.3 45.3l-294.2 294.1a96 96 0 1 1-135.7-135.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M602.5 240.4A192 192 0 1 1 874 512L557.2 828.8a256 256 0 0 1-362-362L602.5 59.5l45.2 45.2L240.4 512A192 192 0 0 0 512 783.6l316.8-316.8a128 128 0 1 0-181-181.1L353.5 579.9a32 32 0 1 0 45.2 45.3L693 331l45.3 45.3l-294.2 294.1a96 96 0 1 1-135.7-135.7z"/></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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M602.5%20240.4A192%20192%200%201%201%20874%20512L557.2%20828.8a256%20256%200%200%201-362-362L602.5%2059.5l45.2%2045.2L240.4%20512A192%20192%200%200%200%20512%20783.6l316.8-316.8a128%20128%200%201%200-181-181.1L353.5%20579.9a32%2032%200%201%200%2045.2%2045.3L693%20331l45.3%2045.3l-294.2%20294.1a96%2096%200%201%201-135.7-135.7z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M602.5%20240.4A192%20192%200%201%201%20874%20512L557.2%20828.8a256%20256%200%200%201-362-362L602.5%2059.5l45.2%2045.2L240.4%20512A192%20192%200%200%200%20512%20783.6l316.8-316.8a128%20128%200%201%200-181-181.1L353.5%20579.9a32%2032%200%201%200%2045.2%2045.3L693%20331l45.3%2045.3l-294.2%20294.1a96%2096%200%201%201-135.7-135.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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