eraser icon

eraser-bold-duotone from Solar by 480 Design · Bold Duotone · Text Formatting · CC-BY-4.0 Attribution required.

Name
eraser-bold-duotone
Set
Solar
Style
Bold Duotone
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="currentColor"><path d="M14.9522 3C13.9146 3 13.0796 3.83502 11.4096 5.50506L6.5 10.4146L13.5854 17.5L18.4949 12.5904C20.165 10.9204 21 10.0854 21 9.04776C21 8.01013 20.165 7.1751 18.4949 5.50506C16.8249 3.83502 15.9899 3 14.9522 3Z" opacity=".5"/><path d="M13.5854 17.5001L6.5 10.4147L5.50506 11.4096C3.83502 13.0796 3 13.9147 3 14.9523C3 15.9899 3.83502 16.825 5.50506 18.495C7.1751 20.165 8.01013 21.0001 9.04776 21.0001C10.0854 21.0001 10.9204 20.165 12.5904 18.495L13.5854 17.5001Z"/><g opacity=".5"><path d="M9.03264 21H9C9.01086 21.0003 9.02174 20.9999 9.03264 21Z"/><path d="M9.06287 21C9.85928 20.9938 10.5389 20.4938 11.5734 19.5L21 19.5C21.4142 19.5 21.75 19.8358 21.75 20.25C21.75 20.6642 21.4142 21 21 21H9.06287Z"/></g></g></svg>

React

import type { SVGProps } from "react";

export function SolarEraserBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.9522 3C13.9146 3 13.0796 3.83502 11.4096 5.50506L6.5 10.4146L13.5854 17.5L18.4949 12.5904C20.165 10.9204 21 10.0854 21 9.04776C21 8.01013 20.165 7.1751 18.4949 5.50506C16.8249 3.83502 15.9899 3 14.9522 3Z" opacity=".5"/><path d="M13.5854 17.5001L6.5 10.4147L5.50506 11.4096C3.83502 13.0796 3 13.9147 3 14.9523C3 15.9899 3.83502 16.825 5.50506 18.495C7.1751 20.165 8.01013 21.0001 9.04776 21.0001C10.0854 21.0001 10.9204 20.165 12.5904 18.495L13.5854 17.5001Z"/><g opacity=".5"><path d="M9.03264 21H9C9.01086 21.0003 9.02174 20.9999 9.03264 21Z"/><path d="M9.06287 21C9.85928 20.9938 10.5389 20.4938 11.5734 19.5L21 19.5C21.4142 19.5 21.75 19.8358 21.75 20.25C21.75 20.6642 21.4142 21 21 21H9.06287Z"/></g></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.9522 3C13.9146 3 13.0796 3.83502 11.4096 5.50506L6.5 10.4146L13.5854 17.5L18.4949 12.5904C20.165 10.9204 21 10.0854 21 9.04776C21 8.01013 20.165 7.1751 18.4949 5.50506C16.8249 3.83502 15.9899 3 14.9522 3Z" opacity=".5"/><path d="M13.5854 17.5001L6.5 10.4147L5.50506 11.4096C3.83502 13.0796 3 13.9147 3 14.9523C3 15.9899 3.83502 16.825 5.50506 18.495C7.1751 20.165 8.01013 21.0001 9.04776 21.0001C10.0854 21.0001 10.9204 20.165 12.5904 18.495L13.5854 17.5001Z"/><g opacity=".5"><path d="M9.03264 21H9C9.01086 21.0003 9.02174 20.9999 9.03264 21Z"/><path d="M9.06287 21C9.85928 20.9938 10.5389 20.4938 11.5734 19.5L21 19.5C21.4142 19.5 21.75 19.8358 21.75 20.25C21.75 20.6642 21.4142 21 21 21H9.06287Z"/></g></g></svg>
</template>

CSS

.icon-eraser-bold-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%22currentColor%22%3E%3Cpath%20d%3D%22M14.9522%203C13.9146%203%2013.0796%203.83502%2011.4096%205.50506L6.5%2010.4146L13.5854%2017.5L18.4949%2012.5904C20.165%2010.9204%2021%2010.0854%2021%209.04776C21%208.01013%2020.165%207.1751%2018.4949%205.50506C16.8249%203.83502%2015.9899%203%2014.9522%203Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.5854%2017.5001L6.5%2010.4147L5.50506%2011.4096C3.83502%2013.0796%203%2013.9147%203%2014.9523C3%2015.9899%203.83502%2016.825%205.50506%2018.495C7.1751%2020.165%208.01013%2021.0001%209.04776%2021.0001C10.0854%2021.0001%2010.9204%2020.165%2012.5904%2018.495L13.5854%2017.5001Z%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M9.03264%2021H9C9.01086%2021.0003%209.02174%2020.9999%209.03264%2021Z%22%2F%3E%3Cpath%20d%3D%22M9.06287%2021C9.85928%2020.9938%2010.5389%2020.4938%2011.5734%2019.5L21%2019.5C21.4142%2019.5%2021.75%2019.8358%2021.75%2020.25C21.75%2020.6642%2021.4142%2021%2021%2021H9.06287Z%22%2F%3E%3C%2Fg%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%22currentColor%22%3E%3Cpath%20d%3D%22M14.9522%203C13.9146%203%2013.0796%203.83502%2011.4096%205.50506L6.5%2010.4146L13.5854%2017.5L18.4949%2012.5904C20.165%2010.9204%2021%2010.0854%2021%209.04776C21%208.01013%2020.165%207.1751%2018.4949%205.50506C16.8249%203.83502%2015.9899%203%2014.9522%203Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.5854%2017.5001L6.5%2010.4147L5.50506%2011.4096C3.83502%2013.0796%203%2013.9147%203%2014.9523C3%2015.9899%203.83502%2016.825%205.50506%2018.495C7.1751%2020.165%208.01013%2021.0001%209.04776%2021.0001C10.0854%2021.0001%2010.9204%2020.165%2012.5904%2018.495L13.5854%2017.5001Z%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M9.03264%2021H9C9.01086%2021.0003%209.02174%2020.9999%209.03264%2021Z%22%2F%3E%3Cpath%20d%3D%22M9.06287%2021C9.85928%2020.9938%2010.5389%2020.4938%2011.5734%2019.5L21%2019.5C21.4142%2019.5%2021.75%2019.8358%2021.75%2020.25C21.75%2020.6642%2021.4142%2021%2021%2021H9.06287Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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