paperclip 2 icon

paperclip-2-line-duotone from Solar by 480 Design · Line Duotone · Messages · CC-BY-4.0 Attribution required.

Name
paperclip-2-line-duotone
Set
Solar
Style
Line Duotone
Category
Messages
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More messages icons from Solar

Use the paperclip 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M8.10684 17.4174L15.4867 10.3512C15.9347 9.92215 16.1588 9.70764 16.2759 9.47485C16.4856 9.0579 16.4856 8.5722 16.2759 8.15525C16.1588 7.92246 15.9347 7.70794 15.4867 7.27892M3.50781 10.1464L9.49724 4.41148C10.5416 3.4115 11.0638 2.9115 11.607 2.6112C13.0812 1.79627 14.8974 1.79627 16.3716 2.6112C16.9148 2.9115 17.437 3.4115 18.4814 4.41148"/><path d="M15.4868 7.27954C15.0387 6.85052 14.8147 6.63601 14.5715 6.5239C14.1361 6.32311 13.6288 6.32311 13.1934 6.5239C12.9502 6.63601 12.7262 6.85052 12.2781 7.27954L4.95178 14.2945C3.85303 15.3466 3.30366 15.8726 3.11183 16.4842C2.96272 16.9597 2.96272 17.4666 3.11183 17.9421C3.30366 18.5537 3.85303 19.0797 4.95178 20.1318C6.05053 21.1838 6.5999 21.7099 7.2387 21.8935C7.73526 22.0363 8.26468 22.0363 8.76124 21.8935C9.40004 21.7099 9.94941 21.1838 11.0482 20.1318L18.4815 13.0144C19.5258 12.0144 20.048 11.5144 20.3617 10.9943C21.2128 9.58279 21.2128 7.84374 20.3617 6.43223C20.048 5.91209 19.5258 5.4121 18.4815 4.41211" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPaperclip2LineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M8.10684 17.4174L15.4867 10.3512C15.9347 9.92215 16.1588 9.70764 16.2759 9.47485C16.4856 9.0579 16.4856 8.5722 16.2759 8.15525C16.1588 7.92246 15.9347 7.70794 15.4867 7.27892M3.50781 10.1464L9.49724 4.41148C10.5416 3.4115 11.0638 2.9115 11.607 2.6112C13.0812 1.79627 14.8974 1.79627 16.3716 2.6112C16.9148 2.9115 17.437 3.4115 18.4814 4.41148"/><path d="M15.4868 7.27954C15.0387 6.85052 14.8147 6.63601 14.5715 6.5239C14.1361 6.32311 13.6288 6.32311 13.1934 6.5239C12.9502 6.63601 12.7262 6.85052 12.2781 7.27954L4.95178 14.2945C3.85303 15.3466 3.30366 15.8726 3.11183 16.4842C2.96272 16.9597 2.96272 17.4666 3.11183 17.9421C3.30366 18.5537 3.85303 19.0797 4.95178 20.1318C6.05053 21.1838 6.5999 21.7099 7.2387 21.8935C7.73526 22.0363 8.26468 22.0363 8.76124 21.8935C9.40004 21.7099 9.94941 21.1838 11.0482 20.1318L18.4815 13.0144C19.5258 12.0144 20.048 11.5144 20.3617 10.9943C21.2128 9.58279 21.2128 7.84374 20.3617 6.43223C20.048 5.91209 19.5258 5.4121 18.4815 4.41211" 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="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M8.10684 17.4174L15.4867 10.3512C15.9347 9.92215 16.1588 9.70764 16.2759 9.47485C16.4856 9.0579 16.4856 8.5722 16.2759 8.15525C16.1588 7.92246 15.9347 7.70794 15.4867 7.27892M3.50781 10.1464L9.49724 4.41148C10.5416 3.4115 11.0638 2.9115 11.607 2.6112C13.0812 1.79627 14.8974 1.79627 16.3716 2.6112C16.9148 2.9115 17.437 3.4115 18.4814 4.41148"/><path d="M15.4868 7.27954C15.0387 6.85052 14.8147 6.63601 14.5715 6.5239C14.1361 6.32311 13.6288 6.32311 13.1934 6.5239C12.9502 6.63601 12.7262 6.85052 12.2781 7.27954L4.95178 14.2945C3.85303 15.3466 3.30366 15.8726 3.11183 16.4842C2.96272 16.9597 2.96272 17.4666 3.11183 17.9421C3.30366 18.5537 3.85303 19.0797 4.95178 20.1318C6.05053 21.1838 6.5999 21.7099 7.2387 21.8935C7.73526 22.0363 8.26468 22.0363 8.76124 21.8935C9.40004 21.7099 9.94941 21.1838 11.0482 20.1318L18.4815 13.0144C19.5258 12.0144 20.048 11.5144 20.3617 10.9943C21.2128 9.58279 21.2128 7.84374 20.3617 6.43223C20.048 5.91209 19.5258 5.4121 18.4815 4.41211" opacity=".5"/></g></svg>
</template>

CSS

.icon-paperclip-2-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.10684%2017.4174L15.4867%2010.3512C15.9347%209.92215%2016.1588%209.70764%2016.2759%209.47485C16.4856%209.0579%2016.4856%208.5722%2016.2759%208.15525C16.1588%207.92246%2015.9347%207.70794%2015.4867%207.27892M3.50781%2010.1464L9.49724%204.41148C10.5416%203.4115%2011.0638%202.9115%2011.607%202.6112C13.0812%201.79627%2014.8974%201.79627%2016.3716%202.6112C16.9148%202.9115%2017.437%203.4115%2018.4814%204.41148%22%2F%3E%3Cpath%20d%3D%22M15.4868%207.27954C15.0387%206.85052%2014.8147%206.63601%2014.5715%206.5239C14.1361%206.32311%2013.6288%206.32311%2013.1934%206.5239C12.9502%206.63601%2012.7262%206.85052%2012.2781%207.27954L4.95178%2014.2945C3.85303%2015.3466%203.30366%2015.8726%203.11183%2016.4842C2.96272%2016.9597%202.96272%2017.4666%203.11183%2017.9421C3.30366%2018.5537%203.85303%2019.0797%204.95178%2020.1318C6.05053%2021.1838%206.5999%2021.7099%207.2387%2021.8935C7.73526%2022.0363%208.26468%2022.0363%208.76124%2021.8935C9.40004%2021.7099%209.94941%2021.1838%2011.0482%2020.1318L18.4815%2013.0144C19.5258%2012.0144%2020.048%2011.5144%2020.3617%2010.9943C21.2128%209.58279%2021.2128%207.84374%2020.3617%206.43223C20.048%205.91209%2019.5258%205.4121%2018.4815%204.41211%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.10684%2017.4174L15.4867%2010.3512C15.9347%209.92215%2016.1588%209.70764%2016.2759%209.47485C16.4856%209.0579%2016.4856%208.5722%2016.2759%208.15525C16.1588%207.92246%2015.9347%207.70794%2015.4867%207.27892M3.50781%2010.1464L9.49724%204.41148C10.5416%203.4115%2011.0638%202.9115%2011.607%202.6112C13.0812%201.79627%2014.8974%201.79627%2016.3716%202.6112C16.9148%202.9115%2017.437%203.4115%2018.4814%204.41148%22%2F%3E%3Cpath%20d%3D%22M15.4868%207.27954C15.0387%206.85052%2014.8147%206.63601%2014.5715%206.5239C14.1361%206.32311%2013.6288%206.32311%2013.1934%206.5239C12.9502%206.63601%2012.7262%206.85052%2012.2781%207.27954L4.95178%2014.2945C3.85303%2015.3466%203.30366%2015.8726%203.11183%2016.4842C2.96272%2016.9597%202.96272%2017.4666%203.11183%2017.9421C3.30366%2018.5537%203.85303%2019.0797%204.95178%2020.1318C6.05053%2021.1838%206.5999%2021.7099%207.2387%2021.8935C7.73526%2022.0363%208.26468%2022.0363%208.76124%2021.8935C9.40004%2021.7099%209.94941%2021.1838%2011.0482%2020.1318L18.4815%2013.0144C19.5258%2012.0144%2020.048%2011.5144%2020.3617%2010.9943C21.2128%209.58279%2021.2128%207.84374%2020.3617%206.43223C20.048%205.91209%2019.5258%205.4121%2018.4815%204.41211%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/solar/paperclip-2-line-duotone.svg?color=%231a73e8&size=48