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

Name
phone-eraser-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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.57zM12.6 2.003L12.5 2h-7A1.5 1.5 0 0 0 4 3.5v13A1.5 1.5 0 0 0 5.5 18h7a1.5 1.5 0 0 0 1.5-1.5v-5.11a2.5 2.5 0 0 1-3.405-.122L8.733 9.406a2.5 2.5 0 0 1 0-3.536zM10.5 14.5a.5.5 0 0 1-.5.5H8a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentPhoneEraser20Filled(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.57zM12.6 2.003L12.5 2h-7A1.5 1.5 0 0 0 4 3.5v13A1.5 1.5 0 0 0 5.5 18h7a1.5 1.5 0 0 0 1.5-1.5v-5.11a2.5 2.5 0 0 1-3.405-.122L8.733 9.406a2.5 2.5 0 0 1 0-3.536zM10.5 14.5a.5.5 0 0 1-.5.5H8a.5.5 0 0 1 0-1h2a.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.57zM12.6 2.003L12.5 2h-7A1.5 1.5 0 0 0 4 3.5v13A1.5 1.5 0 0 0 5.5 18h7a1.5 1.5 0 0 0 1.5-1.5v-5.11a2.5 2.5 0 0 1-3.405-.122L8.733 9.406a2.5 2.5 0 0 1 0-3.536zM10.5 14.5a.5.5 0 0 1-.5.5H8a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5"/></svg>
</template>

CSS

.icon-phone-eraser-20-filled {
  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.57zM12.6%202.003L12.5%202h-7A1.5%201.5%200%200%200%204%203.5v13A1.5%201.5%200%200%200%205.5%2018h7a1.5%201.5%200%200%200%201.5-1.5v-5.11a2.5%202.5%200%200%201-3.405-.122L8.733%209.406a2.5%202.5%200%200%201%200-3.536zM10.5%2014.5a.5.5%200%200%201-.5.5H8a.5.5%200%200%201%200-1h2a.5.5%200%200%201%20.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.57zM12.6%202.003L12.5%202h-7A1.5%201.5%200%200%200%204%203.5v13A1.5%201.5%200%200%200%205.5%2018h7a1.5%201.5%200%200%200%201.5-1.5v-5.11a2.5%202.5%200%200%201-3.405-.122L8.733%209.406a2.5%202.5%200%200%201%200-3.536zM10.5%2014.5a.5.5%200%200%201-.5.5H8a.5.5%200%200%201%200-1h2a.5.5%200%200%201%20.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-filled.svg?color=%231a73e8&size=48