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

Name
phone-eraser-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M10.94 1.353a1.5 1.5 0 0 1 2.12 0l1.586 1.586a1.5 1.5 0 0 1 0 2.122L10.06 9.646a1.5 1.5 0 0 1-2.12 0L6.352 8.061a1.5 1.5 0 0 1 0-2.122zM10.292 8L8 5.707l-.94.94a.5.5 0 0 0 0 .706L8.647 8.94a.5.5 0 0 0 .707 0zm-4.56.767a2.5 2.5 0 0 1 0-3.535l4.123-4.124A1.8 1.8 0 0 0 9.25 1h-4.5A1.75 1.75 0 0 0 3 2.75v10.5c0 .966.784 1.75 1.75 1.75h4.5A1.75 1.75 0 0 0 11 13.25v-3.043l-.146.146a2.5 2.5 0 0 1-3.536 0zM6 12h2a.5.5 0 1 1 0 1H6a.5.5 0 0 1 0-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentPhoneEraser16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.94 1.353a1.5 1.5 0 0 1 2.12 0l1.586 1.586a1.5 1.5 0 0 1 0 2.122L10.06 9.646a1.5 1.5 0 0 1-2.12 0L6.352 8.061a1.5 1.5 0 0 1 0-2.122zM10.292 8L8 5.707l-.94.94a.5.5 0 0 0 0 .706L8.647 8.94a.5.5 0 0 0 .707 0zm-4.56.767a2.5 2.5 0 0 1 0-3.535l4.123-4.124A1.8 1.8 0 0 0 9.25 1h-4.5A1.75 1.75 0 0 0 3 2.75v10.5c0 .966.784 1.75 1.75 1.75h4.5A1.75 1.75 0 0 0 11 13.25v-3.043l-.146.146a2.5 2.5 0 0 1-3.536 0zM6 12h2a.5.5 0 1 1 0 1H6a.5.5 0 0 1 0-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.94 1.353a1.5 1.5 0 0 1 2.12 0l1.586 1.586a1.5 1.5 0 0 1 0 2.122L10.06 9.646a1.5 1.5 0 0 1-2.12 0L6.352 8.061a1.5 1.5 0 0 1 0-2.122zM10.292 8L8 5.707l-.94.94a.5.5 0 0 0 0 .706L8.647 8.94a.5.5 0 0 0 .707 0zm-4.56.767a2.5 2.5 0 0 1 0-3.535l4.123-4.124A1.8 1.8 0 0 0 9.25 1h-4.5A1.75 1.75 0 0 0 3 2.75v10.5c0 .966.784 1.75 1.75 1.75h4.5A1.75 1.75 0 0 0 11 13.25v-3.043l-.146.146a2.5 2.5 0 0 1-3.536 0zM6 12h2a.5.5 0 1 1 0 1H6a.5.5 0 0 1 0-1"/></svg>
</template>

CSS

.icon-phone-eraser-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.94%201.353a1.5%201.5%200%200%201%202.12%200l1.586%201.586a1.5%201.5%200%200%201%200%202.122L10.06%209.646a1.5%201.5%200%200%201-2.12%200L6.352%208.061a1.5%201.5%200%200%201%200-2.122zM10.292%208L8%205.707l-.94.94a.5.5%200%200%200%200%20.706L8.647%208.94a.5.5%200%200%200%20.707%200zm-4.56.767a2.5%202.5%200%200%201%200-3.535l4.123-4.124A1.8%201.8%200%200%200%209.25%201h-4.5A1.75%201.75%200%200%200%203%202.75v10.5c0%20.966.784%201.75%201.75%201.75h4.5A1.75%201.75%200%200%200%2011%2013.25v-3.043l-.146.146a2.5%202.5%200%200%201-3.536%200zM6%2012h2a.5.5%200%201%201%200%201H6a.5.5%200%200%201%200-1%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.94%201.353a1.5%201.5%200%200%201%202.12%200l1.586%201.586a1.5%201.5%200%200%201%200%202.122L10.06%209.646a1.5%201.5%200%200%201-2.12%200L6.352%208.061a1.5%201.5%200%200%201%200-2.122zM10.292%208L8%205.707l-.94.94a.5.5%200%200%200%200%20.706L8.647%208.94a.5.5%200%200%200%20.707%200zm-4.56.767a2.5%202.5%200%200%201%200-3.535l4.123-4.124A1.8%201.8%200%200%200%209.25%201h-4.5A1.75%201.75%200%200%200%203%202.75v10.5c0%20.966.784%201.75%201.75%201.75h4.5A1.75%201.75%200%200%200%2011%2013.25v-3.043l-.146.146a2.5%202.5%200%200%201-3.536%200zM6%2012h2a.5.5%200%201%201%200%201H6a.5.5%200%200%201%200-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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