paperclip2 icon

paperclip2-duotone from Reicon by REICON · Duotone · Newicons · MIT Free for personal and commercial use.

Name
paperclip2-duotone
Set
Reicon
Style
Duotone
Category
Newicons
Viewbox
24×24
License
MIT

2 other variants in Reicon

More newicons icons from Reicon

Use the paperclip2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M11.244 1.955c1.7-.94 3.79-.94 5.49 0c.63.348 1.218.91 2.172 1.825l.094.09a.75.75 0 1 1-1.037 1.083c-1.079-1.032-1.518-1.444-1.954-1.685a4.2 4.2 0 0 0-4.04 0c-.436.24-.875.653-1.953 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.825m3.701 4.805a.75.75 0 0 1 1.06-.023l.081.078c.367.35.683.651.86 1.003a2.21 2.21 0 0 1 0 1.994c-.177.352-.493.653-.86 1.004l-.08.077l-7.38 7.066a.75.75 0 0 1-1.038-1.083l7.38-7.067c.495-.473.594-.583.638-.671a.71.71 0 0 0 0-.646c-.044-.088-.143-.198-.638-.671a.75.75 0 0 1-.023-1.06" clip-rule="evenodd"/><path d="M17.963 4.954c1.08 1.034 1.507 1.452 1.756 1.865a3.65 3.65 0 0 1 0 3.788c-.249.413-.676.831-1.756 1.866L10.53 19.59c-.56.535-.945.903-1.269 1.164c-.316.255-.523.365-.707.418a2 2 0 0 1-1.108 0c-.184-.053-.391-.163-.707-.418c-.324-.261-.71-.63-1.269-1.164c-.558-.535-.943-.904-1.215-1.214c-.267-.303-.376-.495-.428-.659a1.7 1.7 0 0 1 0-1.009c.052-.163.16-.355.428-.658c.272-.31.657-.679 1.215-1.214l7.327-7.015c.492-.471.61-.57.71-.616a.9.9 0 0 1 .75 0c.101.046.22.145.711.616a.75.75 0 0 1 1.02-1.1l-.06-.058c-.37-.355-.682-.654-1.042-.82a2.4 2.4 0 0 0-2.007 0c-.36.166-.672.465-1.041.82l-7.429 7.113c-.529.506-.96.92-1.28 1.283c-.33.376-.592.752-.733 1.2a3.2 3.2 0 0 0 0 1.907c.14.449.402.825.733 1.2c.32.365.751.778 1.28 1.284l.048.046c.529.507.96.92 1.34 1.226c.393.317.78.561 1.234.692a3.5 3.5 0 0 0 1.937 0c.455-.13.842-.375 1.235-.692c.38-.306.81-.72 1.34-1.226l7.555-7.234c.95-.91 1.54-1.474 1.906-2.08a5.14 5.14 0 0 0 0-5.337c-.366-.607-.955-1.171-1.906-2.081l-.08-.077a.75.75 0 0 1-1.055 1.067" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPaperclip2Duotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M11.244 1.955c1.7-.94 3.79-.94 5.49 0c.63.348 1.218.91 2.172 1.825l.094.09a.75.75 0 1 1-1.037 1.083c-1.079-1.032-1.518-1.444-1.954-1.685a4.2 4.2 0 0 0-4.04 0c-.436.24-.875.653-1.953 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.825m3.701 4.805a.75.75 0 0 1 1.06-.023l.081.078c.367.35.683.651.86 1.003a2.21 2.21 0 0 1 0 1.994c-.177.352-.493.653-.86 1.004l-.08.077l-7.38 7.066a.75.75 0 0 1-1.038-1.083l7.38-7.067c.495-.473.594-.583.638-.671a.71.71 0 0 0 0-.646c-.044-.088-.143-.198-.638-.671a.75.75 0 0 1-.023-1.06" clipRule="evenodd"/><path d="M17.963 4.954c1.08 1.034 1.507 1.452 1.756 1.865a3.65 3.65 0 0 1 0 3.788c-.249.413-.676.831-1.756 1.866L10.53 19.59c-.56.535-.945.903-1.269 1.164c-.316.255-.523.365-.707.418a2 2 0 0 1-1.108 0c-.184-.053-.391-.163-.707-.418c-.324-.261-.71-.63-1.269-1.164c-.558-.535-.943-.904-1.215-1.214c-.267-.303-.376-.495-.428-.659a1.7 1.7 0 0 1 0-1.009c.052-.163.16-.355.428-.658c.272-.31.657-.679 1.215-1.214l7.327-7.015c.492-.471.61-.57.71-.616a.9.9 0 0 1 .75 0c.101.046.22.145.711.616a.75.75 0 0 1 1.02-1.1l-.06-.058c-.37-.355-.682-.654-1.042-.82a2.4 2.4 0 0 0-2.007 0c-.36.166-.672.465-1.041.82l-7.429 7.113c-.529.506-.96.92-1.28 1.283c-.33.376-.592.752-.733 1.2a3.2 3.2 0 0 0 0 1.907c.14.449.402.825.733 1.2c.32.365.751.778 1.28 1.284l.048.046c.529.507.96.92 1.34 1.226c.393.317.78.561 1.234.692a3.5 3.5 0 0 0 1.937 0c.455-.13.842-.375 1.235-.692c.38-.306.81-.72 1.34-1.226l7.555-7.234c.95-.91 1.54-1.474 1.906-2.08a5.14 5.14 0 0 0 0-5.337c-.366-.607-.955-1.171-1.906-2.081l-.08-.077a.75.75 0 0 1-1.055 1.067" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M11.244 1.955c1.7-.94 3.79-.94 5.49 0c.63.348 1.218.91 2.172 1.825l.094.09a.75.75 0 1 1-1.037 1.083c-1.079-1.032-1.518-1.444-1.954-1.685a4.2 4.2 0 0 0-4.04 0c-.436.24-.875.653-1.953 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.825m3.701 4.805a.75.75 0 0 1 1.06-.023l.081.078c.367.35.683.651.86 1.003a2.21 2.21 0 0 1 0 1.994c-.177.352-.493.653-.86 1.004l-.08.077l-7.38 7.066a.75.75 0 0 1-1.038-1.083l7.38-7.067c.495-.473.594-.583.638-.671a.71.71 0 0 0 0-.646c-.044-.088-.143-.198-.638-.671a.75.75 0 0 1-.023-1.06" clip-rule="evenodd"/><path d="M17.963 4.954c1.08 1.034 1.507 1.452 1.756 1.865a3.65 3.65 0 0 1 0 3.788c-.249.413-.676.831-1.756 1.866L10.53 19.59c-.56.535-.945.903-1.269 1.164c-.316.255-.523.365-.707.418a2 2 0 0 1-1.108 0c-.184-.053-.391-.163-.707-.418c-.324-.261-.71-.63-1.269-1.164c-.558-.535-.943-.904-1.215-1.214c-.267-.303-.376-.495-.428-.659a1.7 1.7 0 0 1 0-1.009c.052-.163.16-.355.428-.658c.272-.31.657-.679 1.215-1.214l7.327-7.015c.492-.471.61-.57.71-.616a.9.9 0 0 1 .75 0c.101.046.22.145.711.616a.75.75 0 0 1 1.02-1.1l-.06-.058c-.37-.355-.682-.654-1.042-.82a2.4 2.4 0 0 0-2.007 0c-.36.166-.672.465-1.041.82l-7.429 7.113c-.529.506-.96.92-1.28 1.283c-.33.376-.592.752-.733 1.2a3.2 3.2 0 0 0 0 1.907c.14.449.402.825.733 1.2c.32.365.751.778 1.28 1.284l.048.046c.529.507.96.92 1.34 1.226c.393.317.78.561 1.234.692a3.5 3.5 0 0 0 1.937 0c.455-.13.842-.375 1.235-.692c.38-.306.81-.72 1.34-1.226l7.555-7.234c.95-.91 1.54-1.474 1.906-2.08a5.14 5.14 0 0 0 0-5.337c-.366-.607-.955-1.171-1.906-2.081l-.08-.077a.75.75 0 0 1-1.055 1.067" opacity=".5"/></g></svg>
</template>

CSS

.icon-paperclip2-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%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.172%201.825l.094.09a.75.75%200%201%201-1.037%201.083c-1.079-1.032-1.518-1.444-1.954-1.685a4.2%204.2%200%200%200-4.04%200c-.436.24-.875.653-1.953%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.825m3.701%204.805a.75.75%200%200%201%201.06-.023l.081.078c.367.35.683.651.86%201.003a2.21%202.21%200%200%201%200%201.994c-.177.352-.493.653-.86%201.004l-.08.077l-7.38%207.066a.75.75%200%200%201-1.038-1.083l7.38-7.067c.495-.473.594-.583.638-.671a.71.71%200%200%200%200-.646c-.044-.088-.143-.198-.638-.671a.75.75%200%200%201-.023-1.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.963%204.954c1.08%201.034%201.507%201.452%201.756%201.865a3.65%203.65%200%200%201%200%203.788c-.249.413-.676.831-1.756%201.866L10.53%2019.59c-.56.535-.945.903-1.269%201.164c-.316.255-.523.365-.707.418a2%202%200%200%201-1.108%200c-.184-.053-.391-.163-.707-.418c-.324-.261-.71-.63-1.269-1.164c-.558-.535-.943-.904-1.215-1.214c-.267-.303-.376-.495-.428-.659a1.7%201.7%200%200%201%200-1.009c.052-.163.16-.355.428-.658c.272-.31.657-.679%201.215-1.214l7.327-7.015c.492-.471.61-.57.71-.616a.9.9%200%200%201%20.75%200c.101.046.22.145.711.616a.75.75%200%200%201%201.02-1.1l-.06-.058c-.37-.355-.682-.654-1.042-.82a2.4%202.4%200%200%200-2.007%200c-.36.166-.672.465-1.041.82l-7.429%207.113c-.529.506-.96.92-1.28%201.283c-.33.376-.592.752-.733%201.2a3.2%203.2%200%200%200%200%201.907c.14.449.402.825.733%201.2c.32.365.751.778%201.28%201.284l.048.046c.529.507.96.92%201.34%201.226c.393.317.78.561%201.234.692a3.5%203.5%200%200%200%201.937%200c.455-.13.842-.375%201.235-.692c.38-.306.81-.72%201.34-1.226l7.555-7.234c.95-.91%201.54-1.474%201.906-2.08a5.14%205.14%200%200%200%200-5.337c-.366-.607-.955-1.171-1.906-2.081l-.08-.077a.75.75%200%200%201-1.055%201.067%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%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.172%201.825l.094.09a.75.75%200%201%201-1.037%201.083c-1.079-1.032-1.518-1.444-1.954-1.685a4.2%204.2%200%200%200-4.04%200c-.436.24-.875.653-1.953%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.825m3.701%204.805a.75.75%200%200%201%201.06-.023l.081.078c.367.35.683.651.86%201.003a2.21%202.21%200%200%201%200%201.994c-.177.352-.493.653-.86%201.004l-.08.077l-7.38%207.066a.75.75%200%200%201-1.038-1.083l7.38-7.067c.495-.473.594-.583.638-.671a.71.71%200%200%200%200-.646c-.044-.088-.143-.198-.638-.671a.75.75%200%200%201-.023-1.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.963%204.954c1.08%201.034%201.507%201.452%201.756%201.865a3.65%203.65%200%200%201%200%203.788c-.249.413-.676.831-1.756%201.866L10.53%2019.59c-.56.535-.945.903-1.269%201.164c-.316.255-.523.365-.707.418a2%202%200%200%201-1.108%200c-.184-.053-.391-.163-.707-.418c-.324-.261-.71-.63-1.269-1.164c-.558-.535-.943-.904-1.215-1.214c-.267-.303-.376-.495-.428-.659a1.7%201.7%200%200%201%200-1.009c.052-.163.16-.355.428-.658c.272-.31.657-.679%201.215-1.214l7.327-7.015c.492-.471.61-.57.71-.616a.9.9%200%200%201%20.75%200c.101.046.22.145.711.616a.75.75%200%200%201%201.02-1.1l-.06-.058c-.37-.355-.682-.654-1.042-.82a2.4%202.4%200%200%200-2.007%200c-.36.166-.672.465-1.041.82l-7.429%207.113c-.529.506-.96.92-1.28%201.283c-.33.376-.592.752-.733%201.2a3.2%203.2%200%200%200%200%201.907c.14.449.402.825.733%201.2c.32.365.751.778%201.28%201.284l.048.046c.529.507.96.92%201.34%201.226c.393.317.78.561%201.234.692a3.5%203.5%200%200%200%201.937%200c.455-.13.842-.375%201.235-.692c.38-.306.81-.72%201.34-1.226l7.555-7.234c.95-.91%201.54-1.474%201.906-2.08a5.14%205.14%200%200%200%200-5.337c-.366-.607-.955-1.171-1.906-2.081l-.08-.077a.75.75%200%200%201-1.055%201.067%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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