paperclip remove icon

paperclip-remove from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
paperclip-remove
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the paperclip remove icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 13.09c-.53.09-1.03.25-1.5.46V6H18zM11 1C8.79 1 7 2.79 7 5v12.5a5.497 5.497 0 0 0 7.29 5.2c-.32-.41-.59-.86-.79-1.34c-.33.08-.66.14-1 .14c-2.21 0-4-1.79-4-4V5a2.5 2.5 0 0 1 5 0v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5a2.5 2.5 0 0 0 2.5 2.5c.21 0 .41-.03.6-.08c.25-1.34.93-2.51 1.9-3.38V5c0-2.21-1.79-4-4-4m11.54 15.88l-1.42-1.41L19 17.59l-2.12-2.12l-1.41 1.41L17.59 19l-2.12 2.12l1.41 1.42L19 20.41l2.12 2.13l1.42-1.42L20.41 19z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPaperclipRemove(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" d="M18 13.09c-.53.09-1.03.25-1.5.46V6H18zM11 1C8.79 1 7 2.79 7 5v12.5a5.497 5.497 0 0 0 7.29 5.2c-.32-.41-.59-.86-.79-1.34c-.33.08-.66.14-1 .14c-2.21 0-4-1.79-4-4V5a2.5 2.5 0 0 1 5 0v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5a2.5 2.5 0 0 0 2.5 2.5c.21 0 .41-.03.6-.08c.25-1.34.93-2.51 1.9-3.38V5c0-2.21-1.79-4-4-4m11.54 15.88l-1.42-1.41L19 17.59l-2.12-2.12l-1.41 1.41L17.59 19l-2.12 2.12l1.41 1.42L19 20.41l2.12 2.13l1.42-1.42L20.41 19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 13.09c-.53.09-1.03.25-1.5.46V6H18zM11 1C8.79 1 7 2.79 7 5v12.5a5.497 5.497 0 0 0 7.29 5.2c-.32-.41-.59-.86-.79-1.34c-.33.08-.66.14-1 .14c-2.21 0-4-1.79-4-4V5a2.5 2.5 0 0 1 5 0v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5a2.5 2.5 0 0 0 2.5 2.5c.21 0 .41-.03.6-.08c.25-1.34.93-2.51 1.9-3.38V5c0-2.21-1.79-4-4-4m11.54 15.88l-1.42-1.41L19 17.59l-2.12-2.12l-1.41 1.41L17.59 19l-2.12 2.12l1.41 1.42L19 20.41l2.12 2.13l1.42-1.42L20.41 19z"/></svg>
</template>

CSS

.icon-paperclip-remove {
  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%20d%3D%22M18%2013.09c-.53.09-1.03.25-1.5.46V6H18zM11%201C8.79%201%207%202.79%207%205v12.5a5.497%205.497%200%200%200%207.29%205.2c-.32-.41-.59-.86-.79-1.34c-.33.08-.66.14-1%20.14c-2.21%200-4-1.79-4-4V5a2.5%202.5%200%200%201%205%200v10.5c0%20.55-.45%201-1%201s-1-.45-1-1V6H10v9.5a2.5%202.5%200%200%200%202.5%202.5c.21%200%20.41-.03.6-.08c.25-1.34.93-2.51%201.9-3.38V5c0-2.21-1.79-4-4-4m11.54%2015.88l-1.42-1.41L19%2017.59l-2.12-2.12l-1.41%201.41L17.59%2019l-2.12%202.12l1.41%201.42L19%2020.41l2.12%202.13l1.42-1.42L20.41%2019z%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%20d%3D%22M18%2013.09c-.53.09-1.03.25-1.5.46V6H18zM11%201C8.79%201%207%202.79%207%205v12.5a5.497%205.497%200%200%200%207.29%205.2c-.32-.41-.59-.86-.79-1.34c-.33.08-.66.14-1%20.14c-2.21%200-4-1.79-4-4V5a2.5%202.5%200%200%201%205%200v10.5c0%20.55-.45%201-1%201s-1-.45-1-1V6H10v9.5a2.5%202.5%200%200%200%202.5%202.5c.21%200%20.41-.03.6-.08c.25-1.34.93-2.51%201.9-3.38V5c0-2.21-1.79-4-4-4m11.54%2015.88l-1.42-1.41L19%2017.59l-2.12-2.12l-1.41%201.41L17.59%2019l-2.12%202.12l1.41%201.42L19%2020.41l2.12%202.13l1.42-1.42L20.41%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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