paperclip 2 icon
paperclip-2 from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.
- Name
- paperclip-2
- Set
- Reicon
- Style
- Outline
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More messages icons from Reicon
at-signchatchat-checkchat-dotschat-linechat-minuschat-pluschat-roundchat-round-callchat-round-checkchat-round-dotschat-round-likechat-round-linechat-round-moneychat-round-unreadchat-round-videochat-squarechat-square-arrowchat-square-callchat-square-checkchat-square-codechat-square-likechat-unreadchat-x
Use the paperclip 2 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="M11.244 1.955c1.7-.94 3.79-.94 5.49 0c.63.348 1.218.91 2.173 1.825l.093.09l.098.093c.95.91 1.54 1.475 1.906 2.081a5.14 5.14 0 0 1 0 5.337c-.366.607-.955 1.17-1.906 2.08l-.098.095l-7.457 7.14c-.53.506-.96.92-1.34 1.226c-.393.316-.78.561-1.235.692a3.5 3.5 0 0 1-1.937 0c-.454-.13-.841-.376-1.234-.692c-.38-.307-.811-.72-1.34-1.226l-.048-.046c-.529-.507-.96-.92-1.28-1.283c-.33-.376-.592-.753-.733-1.201a3.2 3.2 0 0 1 0-1.907c.14-.448.402-.825.733-1.2c.32-.364.751-.777 1.28-1.284l7.35-7.038l.079-.075c.369-.354.68-.654 1.041-.82a2.4 2.4 0 0 1 2.007 0c.36.166.672.466 1.041.82l.079.075l.08.078c.367.35.683.651.86 1.003a2.21 2.21 0 0 1 0 1.994a2.3 2.3 0 0 1-.391.538c-.142.152-.323.326-.535.529l-7.394 7.08a.75.75 0 0 1-1.038-1.083l7.38-7.067c.23-.22.38-.364.488-.48a1 1 0 0 0 .15-.191a.71.71 0 0 0 0-.646c-.044-.088-.143-.198-.638-.671c-.492-.471-.61-.57-.71-.617a.9.9 0 0 0-.75 0c-.101.047-.22.146-.711.617L5.47 14.836c-.558.535-.943.904-1.215 1.213c-.267.304-.376.496-.428.66a1.7 1.7 0 0 0 0 1.008c.052.163.16.355.428.659c.272.31.657.678 1.215 1.213c.56.535.945.904 1.269 1.165c.316.255.523.365.707.418c.361.104.747.104 1.108 0c.184-.053.391-.163.707-.418c.324-.261.71-.63 1.269-1.165l7.433-7.117c1.08-1.034 1.507-1.453 1.756-1.866a3.65 3.65 0 0 0 0-3.787c-.249-.413-.676-.832-1.756-1.866c-1.079-1.032-1.518-1.444-1.954-1.685a4.2 4.2 0 0 0-4.039 0c-.437.24-.876.653-1.954 1.685l-5.99 5.735A.75.75 0 0 1 2.99 9.605L8.98 3.87l.093-.09c.955-.914 1.543-1.477 2.172-1.825" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPaperclip2(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="M11.244 1.955c1.7-.94 3.79-.94 5.49 0c.63.348 1.218.91 2.173 1.825l.093.09l.098.093c.95.91 1.54 1.475 1.906 2.081a5.14 5.14 0 0 1 0 5.337c-.366.607-.955 1.17-1.906 2.08l-.098.095l-7.457 7.14c-.53.506-.96.92-1.34 1.226c-.393.316-.78.561-1.235.692a3.5 3.5 0 0 1-1.937 0c-.454-.13-.841-.376-1.234-.692c-.38-.307-.811-.72-1.34-1.226l-.048-.046c-.529-.507-.96-.92-1.28-1.283c-.33-.376-.592-.753-.733-1.201a3.2 3.2 0 0 1 0-1.907c.14-.448.402-.825.733-1.2c.32-.364.751-.777 1.28-1.284l7.35-7.038l.079-.075c.369-.354.68-.654 1.041-.82a2.4 2.4 0 0 1 2.007 0c.36.166.672.466 1.041.82l.079.075l.08.078c.367.35.683.651.86 1.003a2.21 2.21 0 0 1 0 1.994a2.3 2.3 0 0 1-.391.538c-.142.152-.323.326-.535.529l-7.394 7.08a.75.75 0 0 1-1.038-1.083l7.38-7.067c.23-.22.38-.364.488-.48a1 1 0 0 0 .15-.191a.71.71 0 0 0 0-.646c-.044-.088-.143-.198-.638-.671c-.492-.471-.61-.57-.71-.617a.9.9 0 0 0-.75 0c-.101.047-.22.146-.711.617L5.47 14.836c-.558.535-.943.904-1.215 1.213c-.267.304-.376.496-.428.66a1.7 1.7 0 0 0 0 1.008c.052.163.16.355.428.659c.272.31.657.678 1.215 1.213c.56.535.945.904 1.269 1.165c.316.255.523.365.707.418c.361.104.747.104 1.108 0c.184-.053.391-.163.707-.418c.324-.261.71-.63 1.269-1.165l7.433-7.117c1.08-1.034 1.507-1.453 1.756-1.866a3.65 3.65 0 0 0 0-3.787c-.249-.413-.676-.832-1.756-1.866c-1.079-1.032-1.518-1.444-1.954-1.685a4.2 4.2 0 0 0-4.039 0c-.437.24-.876.653-1.954 1.685l-5.99 5.735A.75.75 0 0 1 2.99 9.605L8.98 3.87l.093-.09c.955-.914 1.543-1.477 2.172-1.825" 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="M11.244 1.955c1.7-.94 3.79-.94 5.49 0c.63.348 1.218.91 2.173 1.825l.093.09l.098.093c.95.91 1.54 1.475 1.906 2.081a5.14 5.14 0 0 1 0 5.337c-.366.607-.955 1.17-1.906 2.08l-.098.095l-7.457 7.14c-.53.506-.96.92-1.34 1.226c-.393.316-.78.561-1.235.692a3.5 3.5 0 0 1-1.937 0c-.454-.13-.841-.376-1.234-.692c-.38-.307-.811-.72-1.34-1.226l-.048-.046c-.529-.507-.96-.92-1.28-1.283c-.33-.376-.592-.753-.733-1.201a3.2 3.2 0 0 1 0-1.907c.14-.448.402-.825.733-1.2c.32-.364.751-.777 1.28-1.284l7.35-7.038l.079-.075c.369-.354.68-.654 1.041-.82a2.4 2.4 0 0 1 2.007 0c.36.166.672.466 1.041.82l.079.075l.08.078c.367.35.683.651.86 1.003a2.21 2.21 0 0 1 0 1.994a2.3 2.3 0 0 1-.391.538c-.142.152-.323.326-.535.529l-7.394 7.08a.75.75 0 0 1-1.038-1.083l7.38-7.067c.23-.22.38-.364.488-.48a1 1 0 0 0 .15-.191a.71.71 0 0 0 0-.646c-.044-.088-.143-.198-.638-.671c-.492-.471-.61-.57-.71-.617a.9.9 0 0 0-.75 0c-.101.047-.22.146-.711.617L5.47 14.836c-.558.535-.943.904-1.215 1.213c-.267.304-.376.496-.428.66a1.7 1.7 0 0 0 0 1.008c.052.163.16.355.428.659c.272.31.657.678 1.215 1.213c.56.535.945.904 1.269 1.165c.316.255.523.365.707.418c.361.104.747.104 1.108 0c.184-.053.391-.163.707-.418c.324-.261.71-.63 1.269-1.165l7.433-7.117c1.08-1.034 1.507-1.453 1.756-1.866a3.65 3.65 0 0 0 0-3.787c-.249-.413-.676-.832-1.756-1.866c-1.079-1.032-1.518-1.444-1.954-1.685a4.2 4.2 0 0 0-4.039 0c-.437.24-.876.653-1.954 1.685l-5.99 5.735A.75.75 0 0 1 2.99 9.605L8.98 3.87l.093-.09c.955-.914 1.543-1.477 2.172-1.825" clip-rule="evenodd"/></svg> </template>
CSS
.icon-paperclip-2 {
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%22M11.244%201.955c1.7-.94%203.79-.94%205.49%200c.63.348%201.218.91%202.173%201.825l.093.09l.098.093c.95.91%201.54%201.475%201.906%202.081a5.14%205.14%200%200%201%200%205.337c-.366.607-.955%201.17-1.906%202.08l-.098.095l-7.457%207.14c-.53.506-.96.92-1.34%201.226c-.393.316-.78.561-1.235.692a3.5%203.5%200%200%201-1.937%200c-.454-.13-.841-.376-1.234-.692c-.38-.307-.811-.72-1.34-1.226l-.048-.046c-.529-.507-.96-.92-1.28-1.283c-.33-.376-.592-.753-.733-1.201a3.2%203.2%200%200%201%200-1.907c.14-.448.402-.825.733-1.2c.32-.364.751-.777%201.28-1.284l7.35-7.038l.079-.075c.369-.354.68-.654%201.041-.82a2.4%202.4%200%200%201%202.007%200c.36.166.672.466%201.041.82l.079.075l.08.078c.367.35.683.651.86%201.003a2.21%202.21%200%200%201%200%201.994a2.3%202.3%200%200%201-.391.538c-.142.152-.323.326-.535.529l-7.394%207.08a.75.75%200%200%201-1.038-1.083l7.38-7.067c.23-.22.38-.364.488-.48a1%201%200%200%200%20.15-.191a.71.71%200%200%200%200-.646c-.044-.088-.143-.198-.638-.671c-.492-.471-.61-.57-.71-.617a.9.9%200%200%200-.75%200c-.101.047-.22.146-.711.617L5.47%2014.836c-.558.535-.943.904-1.215%201.213c-.267.304-.376.496-.428.66a1.7%201.7%200%200%200%200%201.008c.052.163.16.355.428.659c.272.31.657.678%201.215%201.213c.56.535.945.904%201.269%201.165c.316.255.523.365.707.418c.361.104.747.104%201.108%200c.184-.053.391-.163.707-.418c.324-.261.71-.63%201.269-1.165l7.433-7.117c1.08-1.034%201.507-1.453%201.756-1.866a3.65%203.65%200%200%200%200-3.787c-.249-.413-.676-.832-1.756-1.866c-1.079-1.032-1.518-1.444-1.954-1.685a4.2%204.2%200%200%200-4.039%200c-.437.24-.876.653-1.954%201.685l-5.99%205.735A.75.75%200%200%201%202.99%209.605L8.98%203.87l.093-.09c.955-.914%201.543-1.477%202.172-1.825%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%22M11.244%201.955c1.7-.94%203.79-.94%205.49%200c.63.348%201.218.91%202.173%201.825l.093.09l.098.093c.95.91%201.54%201.475%201.906%202.081a5.14%205.14%200%200%201%200%205.337c-.366.607-.955%201.17-1.906%202.08l-.098.095l-7.457%207.14c-.53.506-.96.92-1.34%201.226c-.393.316-.78.561-1.235.692a3.5%203.5%200%200%201-1.937%200c-.454-.13-.841-.376-1.234-.692c-.38-.307-.811-.72-1.34-1.226l-.048-.046c-.529-.507-.96-.92-1.28-1.283c-.33-.376-.592-.753-.733-1.201a3.2%203.2%200%200%201%200-1.907c.14-.448.402-.825.733-1.2c.32-.364.751-.777%201.28-1.284l7.35-7.038l.079-.075c.369-.354.68-.654%201.041-.82a2.4%202.4%200%200%201%202.007%200c.36.166.672.466%201.041.82l.079.075l.08.078c.367.35.683.651.86%201.003a2.21%202.21%200%200%201%200%201.994a2.3%202.3%200%200%201-.391.538c-.142.152-.323.326-.535.529l-7.394%207.08a.75.75%200%200%201-1.038-1.083l7.38-7.067c.23-.22.38-.364.488-.48a1%201%200%200%200%20.15-.191a.71.71%200%200%200%200-.646c-.044-.088-.143-.198-.638-.671c-.492-.471-.61-.57-.71-.617a.9.9%200%200%200-.75%200c-.101.047-.22.146-.711.617L5.47%2014.836c-.558.535-.943.904-1.215%201.213c-.267.304-.376.496-.428.66a1.7%201.7%200%200%200%200%201.008c.052.163.16.355.428.659c.272.31.657.678%201.215%201.213c.56.535.945.904%201.269%201.165c.316.255.523.365.707.418c.361.104.747.104%201.108%200c.184-.053.391-.163.707-.418c.324-.261.71-.63%201.269-1.165l7.433-7.117c1.08-1.034%201.507-1.453%201.756-1.866a3.65%203.65%200%200%200%200-3.787c-.249-.413-.676-.832-1.756-1.866c-1.079-1.032-1.518-1.444-1.954-1.685a4.2%204.2%200%200%200-4.039%200c-.437.24-.876.653-1.954%201.685l-5.99%205.735A.75.75%200%200%201%202.99%209.605L8.98%203.87l.093-.09c.955-.914%201.543-1.477%202.172-1.825%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/paperclip-2.svg?color=%231a73e8&size=48