paperclip icon

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

Name
paperclip-broken
Set
Solar
Style
Broken
Category
Messages
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More messages icons from Solar

Use the paperclip 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="M19.0105 13.0997C21.6632 10.5605 21.6632 6.44362 19.0105 3.90441C16.3578 1.3652 12.0569 1.3652 9.40419 3.90441M7.9175 17.8068L15.8084 10.2535C16.7558 9.34668 16.7558 7.87637 15.8084 6.96951C14.861 6.06265 13.325 6.06265 12.3776 6.96951L4.54387 14.4681C2.74382 16.1911 2.74382 18.9847 4.54387 20.7077C6.34391 22.4308 9.26237 22.4308 11.0624 20.7077L15.0364 16.9037M3 10.0346L6.20209 6.96951"/></svg>

React

import type { SVGProps } from "react";

export function SolarPaperclipBroken(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="M19.0105 13.0997C21.6632 10.5605 21.6632 6.44362 19.0105 3.90441C16.3578 1.3652 12.0569 1.3652 9.40419 3.90441M7.9175 17.8068L15.8084 10.2535C16.7558 9.34668 16.7558 7.87637 15.8084 6.96951C14.861 6.06265 13.325 6.06265 12.3776 6.96951L4.54387 14.4681C2.74382 16.1911 2.74382 18.9847 4.54387 20.7077C6.34391 22.4308 9.26237 22.4308 11.0624 20.7077L15.0364 16.9037M3 10.0346L6.20209 6.96951"/></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="M19.0105 13.0997C21.6632 10.5605 21.6632 6.44362 19.0105 3.90441C16.3578 1.3652 12.0569 1.3652 9.40419 3.90441M7.9175 17.8068L15.8084 10.2535C16.7558 9.34668 16.7558 7.87637 15.8084 6.96951C14.861 6.06265 13.325 6.06265 12.3776 6.96951L4.54387 14.4681C2.74382 16.1911 2.74382 18.9847 4.54387 20.7077C6.34391 22.4308 9.26237 22.4308 11.0624 20.7077L15.0364 16.9037M3 10.0346L6.20209 6.96951"/></svg>
</template>

CSS

.icon-paperclip-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%22M19.0105%2013.0997C21.6632%2010.5605%2021.6632%206.44362%2019.0105%203.90441C16.3578%201.3652%2012.0569%201.3652%209.40419%203.90441M7.9175%2017.8068L15.8084%2010.2535C16.7558%209.34668%2016.7558%207.87637%2015.8084%206.96951C14.861%206.06265%2013.325%206.06265%2012.3776%206.96951L4.54387%2014.4681C2.74382%2016.1911%202.74382%2018.9847%204.54387%2020.7077C6.34391%2022.4308%209.26237%2022.4308%2011.0624%2020.7077L15.0364%2016.9037M3%2010.0346L6.20209%206.96951%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%22M19.0105%2013.0997C21.6632%2010.5605%2021.6632%206.44362%2019.0105%203.90441C16.3578%201.3652%2012.0569%201.3652%209.40419%203.90441M7.9175%2017.8068L15.8084%2010.2535C16.7558%209.34668%2016.7558%207.87637%2015.8084%206.96951C14.861%206.06265%2013.325%206.06265%2012.3776%206.96951L4.54387%2014.4681C2.74382%2016.1911%202.74382%2018.9847%204.54387%2020.7077C6.34391%2022.4308%209.26237%2022.4308%2011.0624%2020.7077L15.0364%2016.9037M3%2010.0346L6.20209%206.96951%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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