paperclip 2 icon

paperclip-2-broken from Solar by 480 Design · Broken · Messages · CC-BY-4.0 Attribution required.

Name
paperclip-2-broken
Set
Solar
Style
Broken
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"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M18.4815 13.0138C19.5258 12.0138 20.048 11.5138 20.3617 10.9937C21.2128 9.58216 21.2128 7.84311 20.3617 6.43161C20.048 5.91147 19.5258 5.41147 18.4815 4.41148C17.4371 3.4115 16.9149 2.9115 16.3717 2.6112C14.8975 1.79627 13.0813 1.79627 11.6071 2.6112C11.0639 2.9115 10.5417 3.4115 9.49733 4.41148M8.10692 17.4174L15.4868 10.3512C15.9348 9.92215 16.1589 9.70764 16.2759 9.47485C16.4856 9.0579 16.4856 8.5722 16.2759 8.15525C16.1589 7.92246 15.9348 7.70794 15.4868 7.27892C15.0387 6.8499 14.8147 6.63538 14.5715 6.52328C14.1361 6.32249 13.6288 6.32248 13.1934 6.52328C12.9502 6.63538 12.7262 6.8499 12.2781 7.27892L4.95178 14.2939C3.85303 15.3459 3.30366 15.872 3.11183 16.4836C2.96272 16.9591 2.96272 17.466 3.11183 17.9414C3.30366 18.5531 3.85303 19.0791 4.95178 20.1312C6.05053 21.1832 6.5999 21.7092 7.2387 21.8929C7.73526 22.0357 8.26468 22.0357 8.76124 21.8929C9.40004 21.7092 9.94941 21.1832 11.0482 20.1312L14.7648 16.5725M3.5079 10.1464L6.50261 7.27892"/></svg>

React

import type { SVGProps } from "react";

export function SolarPaperclip2Broken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M18.4815 13.0138C19.5258 12.0138 20.048 11.5138 20.3617 10.9937C21.2128 9.58216 21.2128 7.84311 20.3617 6.43161C20.048 5.91147 19.5258 5.41147 18.4815 4.41148C17.4371 3.4115 16.9149 2.9115 16.3717 2.6112C14.8975 1.79627 13.0813 1.79627 11.6071 2.6112C11.0639 2.9115 10.5417 3.4115 9.49733 4.41148M8.10692 17.4174L15.4868 10.3512C15.9348 9.92215 16.1589 9.70764 16.2759 9.47485C16.4856 9.0579 16.4856 8.5722 16.2759 8.15525C16.1589 7.92246 15.9348 7.70794 15.4868 7.27892C15.0387 6.8499 14.8147 6.63538 14.5715 6.52328C14.1361 6.32249 13.6288 6.32248 13.1934 6.52328C12.9502 6.63538 12.7262 6.8499 12.2781 7.27892L4.95178 14.2939C3.85303 15.3459 3.30366 15.872 3.11183 16.4836C2.96272 16.9591 2.96272 17.466 3.11183 17.9414C3.30366 18.5531 3.85303 19.0791 4.95178 20.1312C6.05053 21.1832 6.5999 21.7092 7.2387 21.8929C7.73526 22.0357 8.26468 22.0357 8.76124 21.8929C9.40004 21.7092 9.94941 21.1832 11.0482 20.1312L14.7648 16.5725M3.5079 10.1464L6.50261 7.27892"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M18.4815 13.0138C19.5258 12.0138 20.048 11.5138 20.3617 10.9937C21.2128 9.58216 21.2128 7.84311 20.3617 6.43161C20.048 5.91147 19.5258 5.41147 18.4815 4.41148C17.4371 3.4115 16.9149 2.9115 16.3717 2.6112C14.8975 1.79627 13.0813 1.79627 11.6071 2.6112C11.0639 2.9115 10.5417 3.4115 9.49733 4.41148M8.10692 17.4174L15.4868 10.3512C15.9348 9.92215 16.1589 9.70764 16.2759 9.47485C16.4856 9.0579 16.4856 8.5722 16.2759 8.15525C16.1589 7.92246 15.9348 7.70794 15.4868 7.27892C15.0387 6.8499 14.8147 6.63538 14.5715 6.52328C14.1361 6.32249 13.6288 6.32248 13.1934 6.52328C12.9502 6.63538 12.7262 6.8499 12.2781 7.27892L4.95178 14.2939C3.85303 15.3459 3.30366 15.872 3.11183 16.4836C2.96272 16.9591 2.96272 17.466 3.11183 17.9414C3.30366 18.5531 3.85303 19.0791 4.95178 20.1312C6.05053 21.1832 6.5999 21.7092 7.2387 21.8929C7.73526 22.0357 8.26468 22.0357 8.76124 21.8929C9.40004 21.7092 9.94941 21.1832 11.0482 20.1312L14.7648 16.5725M3.5079 10.1464L6.50261 7.27892"/></svg>
</template>

CSS

.icon-paperclip-2-broken {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.4815%2013.0138C19.5258%2012.0138%2020.048%2011.5138%2020.3617%2010.9937C21.2128%209.58216%2021.2128%207.84311%2020.3617%206.43161C20.048%205.91147%2019.5258%205.41147%2018.4815%204.41148C17.4371%203.4115%2016.9149%202.9115%2016.3717%202.6112C14.8975%201.79627%2013.0813%201.79627%2011.6071%202.6112C11.0639%202.9115%2010.5417%203.4115%209.49733%204.41148M8.10692%2017.4174L15.4868%2010.3512C15.9348%209.92215%2016.1589%209.70764%2016.2759%209.47485C16.4856%209.0579%2016.4856%208.5722%2016.2759%208.15525C16.1589%207.92246%2015.9348%207.70794%2015.4868%207.27892C15.0387%206.8499%2014.8147%206.63538%2014.5715%206.52328C14.1361%206.32249%2013.6288%206.32248%2013.1934%206.52328C12.9502%206.63538%2012.7262%206.8499%2012.2781%207.27892L4.95178%2014.2939C3.85303%2015.3459%203.30366%2015.872%203.11183%2016.4836C2.96272%2016.9591%202.96272%2017.466%203.11183%2017.9414C3.30366%2018.5531%203.85303%2019.0791%204.95178%2020.1312C6.05053%2021.1832%206.5999%2021.7092%207.2387%2021.8929C7.73526%2022.0357%208.26468%2022.0357%208.76124%2021.8929C9.40004%2021.7092%209.94941%2021.1832%2011.0482%2020.1312L14.7648%2016.5725M3.5079%2010.1464L6.50261%207.27892%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.4815%2013.0138C19.5258%2012.0138%2020.048%2011.5138%2020.3617%2010.9937C21.2128%209.58216%2021.2128%207.84311%2020.3617%206.43161C20.048%205.91147%2019.5258%205.41147%2018.4815%204.41148C17.4371%203.4115%2016.9149%202.9115%2016.3717%202.6112C14.8975%201.79627%2013.0813%201.79627%2011.6071%202.6112C11.0639%202.9115%2010.5417%203.4115%209.49733%204.41148M8.10692%2017.4174L15.4868%2010.3512C15.9348%209.92215%2016.1589%209.70764%2016.2759%209.47485C16.4856%209.0579%2016.4856%208.5722%2016.2759%208.15525C16.1589%207.92246%2015.9348%207.70794%2015.4868%207.27892C15.0387%206.8499%2014.8147%206.63538%2014.5715%206.52328C14.1361%206.32249%2013.6288%206.32248%2013.1934%206.52328C12.9502%206.63538%2012.7262%206.8499%2012.2781%207.27892L4.95178%2014.2939C3.85303%2015.3459%203.30366%2015.872%203.11183%2016.4836C2.96272%2016.9591%202.96272%2017.466%203.11183%2017.9414C3.30366%2018.5531%203.85303%2019.0791%204.95178%2020.1312C6.05053%2021.1832%206.5999%2021.7092%207.2387%2021.8929C7.73526%2022.0357%208.26468%2022.0357%208.76124%2021.8929C9.40004%2021.7092%209.94941%2021.1832%2011.0482%2020.1312L14.7648%2016.5725M3.5079%2010.1464L6.50261%207.27892%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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