Phone Update Checkmark icon

Used to represent a completed update for the phone. The Phone Update Checkmark 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 Update Checkmark 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 { PhoneUpdateCheckmark24Regular, PhoneUpdateCheckmark24Filled } from "@fluentui/react-icons";

export function Example() {
  return <PhoneUpdateCheckmark24Regular aria-label="Phone Update Checkmark" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_phone_update_checkmark_24_regular.svg" width="24" height="24" alt="Phone Update Checkmark">

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="M8.25 22H12.8096C12.3832 21.5557 12.0194 21.051 11.7322 20.5H8.25C7.83579 20.5 7.5 20.1642 7.5 19.75V4.25C7.5 3.83579 7.83579 3.5 8.25 3.5H15.75C16.1642 3.5 16.5 3.83579 16.5 4.25V11.0764C16.826 11.0261 17.1599 11 17.5 11C17.6682 11 17.835 11.0064 18 11.0189V4.25C18 3.00736 16.9926 2 15.75 2H8.25C7.00736 2 6 3.00736 6 4.25V19.75C6 20.9926 7.00736 22 8.25 22ZM11.2499 15.7087C11.5365 14.7069 12.0575 13.8041 12.7497 13.0632L12.7493 9.50809L13.7113 10.4692C13.9776 10.7355 14.3943 10.7597 14.6879 10.5418L14.772 10.4692C15.0383 10.2029 15.0625 9.78626 14.8446 9.49265L14.772 9.40853L12.5303 7.16687L12.4921 7.13123L12.4296 7.08229L12.3631 7.04079L12.3026 7.01073L12.2019 6.97468L12.1393 6.96017L12.0468 6.94865H11.9532L11.8615 6.95996L11.7651 6.9847L11.6535 7.03179L11.5767 7.07799L11.4697 7.16687L9.228 9.40853C8.93511 9.70143 8.93511 10.1763 9.228 10.4692C9.49427 10.7355 9.91093 10.7597 10.2045 10.5418L10.2887 10.4692L11.2493 9.50809L11.2499 15.7087ZM23 17.5C23 20.5376 20.5376 23 17.5 23C14.4624 23 12 20.5376 12 17.5C12 14.4624 14.4624 12 17.5 12C20.5376 12 23 14.4624 23 17.5ZM20.8536 15.1464C20.6583 14.9512 20.3417 14.9512 20.1464 15.1464L16.5 18.7929L14.8536 17.1464C14.6583 16.9512 14.3417 16.9512 14.1464 17.1464C13.9512 17.3417 13.9512 17.6583 14.1464 17.8536L16.1464 19.8536C16.3417 20.0488 16.6583 20.0488 16.8536 19.8536L20.8536 15.8536C21.0488 15.6583 21.0488 15.3417 20.8536 15.1464Z" 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_update_checkmark_24_regular.svg";

Details

NamePhone Update Checkmark
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_phone_update_checkmark_24_regular.svg
Filled fileic_fluent_phone_update_checkmark_24_filled.svg
React componentsPhoneUpdateCheckmark24Regular, PhoneUpdateCheckmark24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

devicemobilesmallscreencellulartelephoneappleandroid

Related icons