eraser icon

eraser-broken from Solar by 480 Design · Broken · Text Formatting · CC-BY-4.0 Attribution required.

Name
eraser-broken
Set
Solar
Style
Broken
Category
Text Formatting
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More text formatting icons from Solar

Use the eraser 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-linecap="round" stroke-width="1.5"><path d="M13.7713 17.314L6.68596 10.2287M15.5427 15.5427L12.5904 18.4949C10.9204 20.165 10.0854 21 9.04776 21C8.01012 21 7.1751 20.165 5.50506 18.4949C3.83502 16.8249 3 15.9899 3 14.9522C3 13.9146 3.83502 13.0796 5.50506 11.4096L11.4096 5.50506C13.0796 3.83502 13.9146 3 14.9522 3C15.9899 3 16.8249 3.83502 18.4949 5.50506C20.165 7.1751 21 8.01012 21 9.04776C21 9.9749 20.3333 10.7403 19 12.0841"/><path d="M9 21H21"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarEraserBroken(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" strokeLinecap="round" strokeWidth="1.5"><path d="M13.7713 17.314L6.68596 10.2287M15.5427 15.5427L12.5904 18.4949C10.9204 20.165 10.0854 21 9.04776 21C8.01012 21 7.1751 20.165 5.50506 18.4949C3.83502 16.8249 3 15.9899 3 14.9522C3 13.9146 3.83502 13.0796 5.50506 11.4096L11.4096 5.50506C13.0796 3.83502 13.9146 3 14.9522 3C15.9899 3 16.8249 3.83502 18.4949 5.50506C20.165 7.1751 21 8.01012 21 9.04776C21 9.9749 20.3333 10.7403 19 12.0841"/><path d="M9 21H21"/></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-linecap="round" stroke-width="1.5"><path d="M13.7713 17.314L6.68596 10.2287M15.5427 15.5427L12.5904 18.4949C10.9204 20.165 10.0854 21 9.04776 21C8.01012 21 7.1751 20.165 5.50506 18.4949C3.83502 16.8249 3 15.9899 3 14.9522C3 13.9146 3.83502 13.0796 5.50506 11.4096L11.4096 5.50506C13.0796 3.83502 13.9146 3 14.9522 3C15.9899 3 16.8249 3.83502 18.4949 5.50506C20.165 7.1751 21 8.01012 21 9.04776C21 9.9749 20.3333 10.7403 19 12.0841"/><path d="M9 21H21"/></g></svg>
</template>

CSS

.icon-eraser-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.7713%2017.314L6.68596%2010.2287M15.5427%2015.5427L12.5904%2018.4949C10.9204%2020.165%2010.0854%2021%209.04776%2021C8.01012%2021%207.1751%2020.165%205.50506%2018.4949C3.83502%2016.8249%203%2015.9899%203%2014.9522C3%2013.9146%203.83502%2013.0796%205.50506%2011.4096L11.4096%205.50506C13.0796%203.83502%2013.9146%203%2014.9522%203C15.9899%203%2016.8249%203.83502%2018.4949%205.50506C20.165%207.1751%2021%208.01012%2021%209.04776C21%209.9749%2020.3333%2010.7403%2019%2012.0841%22%2F%3E%3Cpath%20d%3D%22M9%2021H21%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.7713%2017.314L6.68596%2010.2287M15.5427%2015.5427L12.5904%2018.4949C10.9204%2020.165%2010.0854%2021%209.04776%2021C8.01012%2021%207.1751%2020.165%205.50506%2018.4949C3.83502%2016.8249%203%2015.9899%203%2014.9522C3%2013.9146%203.83502%2013.0796%205.50506%2011.4096L11.4096%205.50506C13.0796%203.83502%2013.9146%203%2014.9522%203C15.9899%203%2016.8249%203.83502%2018.4949%205.50506C20.165%207.1751%2021%208.01012%2021%209.04776C21%209.9749%2020.3333%2010.7403%2019%2012.0841%22%2F%3E%3Cpath%20d%3D%22M9%2021H21%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/eraser-broken.svg?color=%231a73e8&size=48