phone-eraser-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
phone-eraser-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the phone eraser icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.578 1.44a1.5 1.5 0 0 1 2.12 0l1.864 1.86a1.5 1.5 0 0 1 0 2.122l-5.138 5.138a1.5 1.5 0 0 1-2.122 0L9.44 8.699a1.5 1.5 0 0 1 0-2.122zm-4.431 5.845a.5.5 0 0 0 0 .707l1.861 1.862a.5.5 0 0 0 .708 0l1.29-1.29l-2.57-2.57zm2.385-5.214A2 2 0 0 0 12 2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-4.61a2.5 2.5 0 0 1-1 .528V16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5.603zM7.5 14.5A.5.5 0 0 1 8 14h2a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentPhoneEraser20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.578 1.44a1.5 1.5 0 0 1 2.12 0l1.864 1.86a1.5 1.5 0 0 1 0 2.122l-5.138 5.138a1.5 1.5 0 0 1-2.122 0L9.44 8.699a1.5 1.5 0 0 1 0-2.122zm-4.431 5.845a.5.5 0 0 0 0 .707l1.861 1.862a.5.5 0 0 0 .708 0l1.29-1.29l-2.57-2.57zm2.385-5.214A2 2 0 0 0 12 2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-4.61a2.5 2.5 0 0 1-1 .528V16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5.603zM7.5 14.5A.5.5 0 0 1 8 14h2a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.578 1.44a1.5 1.5 0 0 1 2.12 0l1.864 1.86a1.5 1.5 0 0 1 0 2.122l-5.138 5.138a1.5 1.5 0 0 1-2.122 0L9.44 8.699a1.5 1.5 0 0 1 0-2.122zm-4.431 5.845a.5.5 0 0 0 0 .707l1.861 1.862a.5.5 0 0 0 .708 0l1.29-1.29l-2.57-2.57zm2.385-5.214A2 2 0 0 0 12 2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-4.61a2.5 2.5 0 0 1-1 .528V16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5.603zM7.5 14.5A.5.5 0 0 1 8 14h2a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5"/></svg>
</template>

CSS

.icon-phone-eraser-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.578%201.44a1.5%201.5%200%200%201%202.12%200l1.864%201.86a1.5%201.5%200%200%201%200%202.122l-5.138%205.138a1.5%201.5%200%200%201-2.122%200L9.44%208.699a1.5%201.5%200%200%201%200-2.122zm-4.431%205.845a.5.5%200%200%200%200%20.707l1.861%201.862a.5.5%200%200%200%20.708%200l1.29-1.29l-2.57-2.57zm2.385-5.214A2%202%200%200%200%2012%202H6a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h6a2%202%200%200%200%202-2v-4.61a2.5%202.5%200%200%201-1%20.528V16a1%201%200%200%201-1%201H6a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1h5.603zM7.5%2014.5A.5.5%200%200%201%208%2014h2a.5.5%200%200%201%200%201H8a.5.5%200%200%201-.5-.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.578%201.44a1.5%201.5%200%200%201%202.12%200l1.864%201.86a1.5%201.5%200%200%201%200%202.122l-5.138%205.138a1.5%201.5%200%200%201-2.122%200L9.44%208.699a1.5%201.5%200%200%201%200-2.122zm-4.431%205.845a.5.5%200%200%200%200%20.707l1.861%201.862a.5.5%200%200%200%20.708%200l1.29-1.29l-2.57-2.57zm2.385-5.214A2%202%200%200%200%2012%202H6a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h6a2%202%200%200%200%202-2v-4.61a2.5%202.5%200%200%201-1%20.528V16a1%201%200%200%201-1%201H6a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1h5.603zM7.5%2014.5A.5.5%200%200%201%208%2014h2a.5.5%200%200%201%200%201H8a.5.5%200%200%201-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/phone-eraser-20-regular.svg?color=%231a73e8&size=48