eraser icon logo
eraser-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- eraser-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×98
- License
- CC0
Use the eraser icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 98"><path fill="#eb043b" d="M121.5 97.041H7.542c-5.844 0-9.466-8.093-6.461-14.424l37.08-77.97C39.56 1.764 41.989 0 44.664 0h76.838z"/><path fill="#0085ff" d="M134.54 0h113.92c5.843 0 9.464 8.093 6.46 14.424l-37.081 77.97c-1.357 2.844-3.826 4.607-6.461 4.607H134.54z"/></svg>
React
import type { SVGProps } from "react";
export function LogosEraserIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 98"><path fill="#eb043b" d="M121.5 97.041H7.542c-5.844 0-9.466-8.093-6.461-14.424l37.08-77.97C39.56 1.764 41.989 0 44.664 0h76.838z"/><path fill="#0085ff" d="M134.54 0h113.92c5.843 0 9.464 8.093 6.46 14.424l-37.081 77.97c-1.357 2.844-3.826 4.607-6.461 4.607H134.54z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 98"><path fill="#eb043b" d="M121.5 97.041H7.542c-5.844 0-9.466-8.093-6.461-14.424l37.08-77.97C39.56 1.764 41.989 0 44.664 0h76.838z"/><path fill="#0085ff" d="M134.54 0h113.92c5.843 0 9.464 8.093 6.46 14.424l-37.081 77.97c-1.357 2.844-3.826 4.607-6.461 4.607H134.54z"/></svg> </template>
CSS
.icon-eraser-icon {
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%20256%2098%22%3E%3Cpath%20fill%3D%22%23eb043b%22%20d%3D%22M121.5%2097.041H7.542c-5.844%200-9.466-8.093-6.461-14.424l37.08-77.97C39.56%201.764%2041.989%200%2044.664%200h76.838z%22%2F%3E%3Cpath%20fill%3D%22%230085ff%22%20d%3D%22M134.54%200h113.92c5.843%200%209.464%208.093%206.46%2014.424l-37.081%2077.97c-1.357%202.844-3.826%204.607-6.461%204.607H134.54z%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%20256%2098%22%3E%3Cpath%20fill%3D%22%23eb043b%22%20d%3D%22M121.5%2097.041H7.542c-5.844%200-9.466-8.093-6.461-14.424l37.08-77.97C39.56%201.764%2041.989%200%2044.664%200h76.838z%22%2F%3E%3Cpath%20fill%3D%22%230085ff%22%20d%3D%22M134.54%200h113.92c5.843%200%209.464%208.093%206.46%2014.424l-37.081%2077.97c-1.357%202.844-3.826%204.607-6.461%204.607H134.54z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/eraser-icon.svg?color=%231a73e8&size=48