eraser icon

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

Name
eraser-linear
Set
Solar
Style
Linear
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-width="1.5"><path d="M13.7713 17.314L6.68596 10.2287M11.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 10.0854 20.165 10.9204 18.4949 12.5904L12.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.50506Z"/><path stroke-linecap="round" d="M9 21H21"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarEraserLinear(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 d="M13.7713 17.314L6.68596 10.2287M11.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 10.0854 20.165 10.9204 18.4949 12.5904L12.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.50506Z"/><path strokeLinecap="round" 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-width="1.5"><path d="M13.7713 17.314L6.68596 10.2287M11.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 10.0854 20.165 10.9204 18.4949 12.5904L12.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.50506Z"/><path stroke-linecap="round" d="M9 21H21"/></g></svg>
</template>

CSS

.icon-eraser-linear {
  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%20d%3D%22M13.7713%2017.314L6.68596%2010.2287M11.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%2010.0854%2020.165%2010.9204%2018.4949%2012.5904L12.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.50506Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.7713%2017.314L6.68596%2010.2287M11.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%2010.0854%2020.165%2010.9204%2018.4949%2012.5904L12.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.50506Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%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-linear.svg?color=%231a73e8&size=48