Phone Edit icon

Used to represent editing a physical or digital mobile phone scenarios. The Phone Edit icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Phone Edit icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { PhoneEdit24Regular, PhoneEdit24Filled } from "@fluentui/react-icons";

export function Example() {
  return <PhoneEdit24Regular aria-label="Phone Edit" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_phone_edit_24_regular.svg" width="24" height="24" alt="Phone Edit">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.1974 7.57188L19.0999 1.66946C19.9925 0.776846 21.4397 0.776846 22.3323 1.66946C23.2249 2.56208 23.2249 4.00929 22.3323 4.9019L16.4299 10.8043C16.0857 11.1485 15.6545 11.3926 15.1824 11.5106L13.3517 11.9683C12.5556 12.1673 11.8344 11.4462 12.0334 10.6501L12.4911 8.81936C12.6092 8.34721 12.8533 7.91602 13.1974 7.57188ZM15.75 2C16.2064 2 16.631 2.13587 16.9857 2.36937L15.8486 3.50642C15.8163 3.50219 15.7834 3.5 15.75 3.5H8.25C7.83579 3.5 7.5 3.83579 7.5 4.25V19.75C7.5 20.1642 7.83579 20.5 8.25 20.5H15.75C16.1642 20.5 16.5 20.1642 16.5 19.75V12.0207C16.7295 11.8757 16.9432 11.7051 17.1369 11.5114L18 10.6483V19.75C18 20.9926 16.9926 22 15.75 22H8.25C7.00736 22 6 20.9926 6 19.75V4.25C6 3.00736 7.00736 2 8.25 2H15.75ZM13.2489 17.5C13.6631 17.4994 13.9994 17.8347 14 18.2489C14.0006 18.6631 13.6653 18.9994 13.2511 19L10.7511 19.0038C10.3369 19.0044 10.0006 18.6691 10 18.2549C9.99938 17.8407 10.3347 17.5044 10.7489 17.5038L13.2489 17.5Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/phone_edit_24_regular.svg";

Details

NamePhone Edit
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_phone_edit_24_regular.svg
Filled fileic_fluent_phone_edit_24_filled.svg
React componentsPhoneEdit24Regular, PhoneEdit24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

devicemobilesmallscreencellulartelephoneappleandroideditpencil

Related icons