eraser icon
eraser-line-duotone from Solar by 480 Design · Line Duotone · Text Formatting · CC-BY-4.0 Attribution required.
- Name
- eraser-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Text Formatting
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
eraserBootstrap IconseraserBoxIcons v2eraserBoxIcons v2 SolideraserCodiconseraserFont Awesome 6 SolideraserFont Awesome Solideraser-20-filledFluent UI System IconseraserHuge IconseraserLine AwesomeeraserSVG LogoseraserLucideeraserMajesticonseraserMaterial Design Iconseraser-fillMingCute IconeraserNoto EmojieraserOpenMojieraserPhosphoreraserPixelarticonseraserPrime IconseraserRadix Iconseraser-fillRemix IconeraserSimple IconseraserTabler Icons
More text formatting icons from Solar
backspace-bolderaser-circle-bolderaser-square-boldlink-boldlink-broken-bold-duotonelink-circle-boldlink-minimalistic-2-boldlink-minimalistic-boldlink-round-angle-boldlink-round-boldlink-square-boldparagraph-spacing-boldquote-boldquote-circle-boldquote-square-boldtext-bold-boldtext-bold-circle-boldtext-bold-square-boldtext-circle-boldtext-cross-boldtext-cross-circle-boldtext-cross-square-boldtext-field-boldtext-field-focus-bold
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="M11.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="M13.7714 17.314L6.68604 10.2286" opacity=".5"/><path stroke-linecap="round" d="M9 21H21" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarEraserLineDuotone(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="M11.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="M13.7714 17.314L6.68604 10.2286" opacity=".5"/><path strokeLinecap="round" d="M9 21H21" opacity=".5"/></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="M11.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="M13.7714 17.314L6.68604 10.2286" opacity=".5"/><path stroke-linecap="round" d="M9 21H21" opacity=".5"/></g></svg> </template>
CSS
.icon-eraser-line-duotone {
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%22M11.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%22M13.7714%2017.314L6.68604%2010.2286%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2021H21%22%20opacity%3D%22.5%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%22M11.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%22M13.7714%2017.314L6.68604%2010.2286%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2021H21%22%20opacity%3D%22.5%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-line-duotone.svg?color=%231a73e8&size=48