phone update icon

phone-update-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.

Name
phone-update-filled
Set
Reicon
Style
Filled
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More devices icons from Reicon

Use the phone update icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M2.796 5.045C3.13 2.798 4.924 1 7.199 1c1.363 0 2.567.656 3.374 1.66a.757.757 0 0 1-.118 1.066a.76.76 0 0 1-1.068-.117c-.55-.684-1.334-1.093-2.188-1.093c-1.343 0-2.553 1.043-2.863 2.534a.757.757 0 0 1 .465 1.263l-.74.81a.76.76 0 0 1-1.122 0l-.74-.81a.757.757 0 0 1 .597-1.268m8.344-.81a.76.76 0 0 1 .561.247l.74.809a.757.757 0 0 1-.597 1.269c-.333 2.246-2.127 4.044-4.403 4.044c-1.268 0-2.4-.568-3.2-1.456a.757.757 0 0 1 .056-1.07a.76.76 0 0 1 1.074.056c.54.6 1.274.954 2.07.954c1.343 0 2.553-1.042 2.863-2.534a.757.757 0 0 1-.465-1.263l.74-.809a.76.76 0 0 1 .561-.247"/><path d="M21 11.868v4.044c0 3.813 0 5.72-1.187 6.904S16.715 24 12.893 24s-5.732 0-6.92-1.184c-1.186-1.185-1.186-3.091-1.186-6.904V14.18c0-.269 0-.403.025-.514a1.01 1.01 0 0 1 .763-.76c.11-.026.246-.026.515-.026c1.614 0 2.42 0 3.087-.151a6.07 6.07 0 0 0 4.578-4.568c.152-.665.152-1.469.152-3.077c0-.266 0-.4.026-.512a1.02 1.02 0 0 1 .78-.762c.112-.024.242-.021.5-.016c2.332.047 3.682.255 4.6 1.17C21 6.15 21 8.056 21 11.869m-11.147 8.34a.76.76 0 1 0 0 1.517h6.08a.759.759 0 1 0 0-1.516z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPhoneUpdateFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M2.796 5.045C3.13 2.798 4.924 1 7.199 1c1.363 0 2.567.656 3.374 1.66a.757.757 0 0 1-.118 1.066a.76.76 0 0 1-1.068-.117c-.55-.684-1.334-1.093-2.188-1.093c-1.343 0-2.553 1.043-2.863 2.534a.757.757 0 0 1 .465 1.263l-.74.81a.76.76 0 0 1-1.122 0l-.74-.81a.757.757 0 0 1 .597-1.268m8.344-.81a.76.76 0 0 1 .561.247l.74.809a.757.757 0 0 1-.597 1.269c-.333 2.246-2.127 4.044-4.403 4.044c-1.268 0-2.4-.568-3.2-1.456a.757.757 0 0 1 .056-1.07a.76.76 0 0 1 1.074.056c.54.6 1.274.954 2.07.954c1.343 0 2.553-1.042 2.863-2.534a.757.757 0 0 1-.465-1.263l.74-.809a.76.76 0 0 1 .561-.247"/><path d="M21 11.868v4.044c0 3.813 0 5.72-1.187 6.904S16.715 24 12.893 24s-5.732 0-6.92-1.184c-1.186-1.185-1.186-3.091-1.186-6.904V14.18c0-.269 0-.403.025-.514a1.01 1.01 0 0 1 .763-.76c.11-.026.246-.026.515-.026c1.614 0 2.42 0 3.087-.151a6.07 6.07 0 0 0 4.578-4.568c.152-.665.152-1.469.152-3.077c0-.266 0-.4.026-.512a1.02 1.02 0 0 1 .78-.762c.112-.024.242-.021.5-.016c2.332.047 3.682.255 4.6 1.17C21 6.15 21 8.056 21 11.869m-11.147 8.34a.76.76 0 1 0 0 1.517h6.08a.759.759 0 1 0 0-1.516z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M2.796 5.045C3.13 2.798 4.924 1 7.199 1c1.363 0 2.567.656 3.374 1.66a.757.757 0 0 1-.118 1.066a.76.76 0 0 1-1.068-.117c-.55-.684-1.334-1.093-2.188-1.093c-1.343 0-2.553 1.043-2.863 2.534a.757.757 0 0 1 .465 1.263l-.74.81a.76.76 0 0 1-1.122 0l-.74-.81a.757.757 0 0 1 .597-1.268m8.344-.81a.76.76 0 0 1 .561.247l.74.809a.757.757 0 0 1-.597 1.269c-.333 2.246-2.127 4.044-4.403 4.044c-1.268 0-2.4-.568-3.2-1.456a.757.757 0 0 1 .056-1.07a.76.76 0 0 1 1.074.056c.54.6 1.274.954 2.07.954c1.343 0 2.553-1.042 2.863-2.534a.757.757 0 0 1-.465-1.263l.74-.809a.76.76 0 0 1 .561-.247"/><path d="M21 11.868v4.044c0 3.813 0 5.72-1.187 6.904S16.715 24 12.893 24s-5.732 0-6.92-1.184c-1.186-1.185-1.186-3.091-1.186-6.904V14.18c0-.269 0-.403.025-.514a1.01 1.01 0 0 1 .763-.76c.11-.026.246-.026.515-.026c1.614 0 2.42 0 3.087-.151a6.07 6.07 0 0 0 4.578-4.568c.152-.665.152-1.469.152-3.077c0-.266 0-.4.026-.512a1.02 1.02 0 0 1 .78-.762c.112-.024.242-.021.5-.016c2.332.047 3.682.255 4.6 1.17C21 6.15 21 8.056 21 11.869m-11.147 8.34a.76.76 0 1 0 0 1.517h6.08a.759.759 0 1 0 0-1.516z"/></g></svg>
</template>

CSS

.icon-phone-update-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M2.796%205.045C3.13%202.798%204.924%201%207.199%201c1.363%200%202.567.656%203.374%201.66a.757.757%200%200%201-.118%201.066a.76.76%200%200%201-1.068-.117c-.55-.684-1.334-1.093-2.188-1.093c-1.343%200-2.553%201.043-2.863%202.534a.757.757%200%200%201%20.465%201.263l-.74.81a.76.76%200%200%201-1.122%200l-.74-.81a.757.757%200%200%201%20.597-1.268m8.344-.81a.76.76%200%200%201%20.561.247l.74.809a.757.757%200%200%201-.597%201.269c-.333%202.246-2.127%204.044-4.403%204.044c-1.268%200-2.4-.568-3.2-1.456a.757.757%200%200%201%20.056-1.07a.76.76%200%200%201%201.074.056c.54.6%201.274.954%202.07.954c1.343%200%202.553-1.042%202.863-2.534a.757.757%200%200%201-.465-1.263l.74-.809a.76.76%200%200%201%20.561-.247%22%2F%3E%3Cpath%20d%3D%22M21%2011.868v4.044c0%203.813%200%205.72-1.187%206.904S16.715%2024%2012.893%2024s-5.732%200-6.92-1.184c-1.186-1.185-1.186-3.091-1.186-6.904V14.18c0-.269%200-.403.025-.514a1.01%201.01%200%200%201%20.763-.76c.11-.026.246-.026.515-.026c1.614%200%202.42%200%203.087-.151a6.07%206.07%200%200%200%204.578-4.568c.152-.665.152-1.469.152-3.077c0-.266%200-.4.026-.512a1.02%201.02%200%200%201%20.78-.762c.112-.024.242-.021.5-.016c2.332.047%203.682.255%204.6%201.17C21%206.15%2021%208.056%2021%2011.869m-11.147%208.34a.76.76%200%201%200%200%201.517h6.08a.759.759%200%201%200%200-1.516z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M2.796%205.045C3.13%202.798%204.924%201%207.199%201c1.363%200%202.567.656%203.374%201.66a.757.757%200%200%201-.118%201.066a.76.76%200%200%201-1.068-.117c-.55-.684-1.334-1.093-2.188-1.093c-1.343%200-2.553%201.043-2.863%202.534a.757.757%200%200%201%20.465%201.263l-.74.81a.76.76%200%200%201-1.122%200l-.74-.81a.757.757%200%200%201%20.597-1.268m8.344-.81a.76.76%200%200%201%20.561.247l.74.809a.757.757%200%200%201-.597%201.269c-.333%202.246-2.127%204.044-4.403%204.044c-1.268%200-2.4-.568-3.2-1.456a.757.757%200%200%201%20.056-1.07a.76.76%200%200%201%201.074.056c.54.6%201.274.954%202.07.954c1.343%200%202.553-1.042%202.863-2.534a.757.757%200%200%201-.465-1.263l.74-.809a.76.76%200%200%201%20.561-.247%22%2F%3E%3Cpath%20d%3D%22M21%2011.868v4.044c0%203.813%200%205.72-1.187%206.904S16.715%2024%2012.893%2024s-5.732%200-6.92-1.184c-1.186-1.185-1.186-3.091-1.186-6.904V14.18c0-.269%200-.403.025-.514a1.01%201.01%200%200%201%20.763-.76c.11-.026.246-.026.515-.026c1.614%200%202.42%200%203.087-.151a6.07%206.07%200%200%200%204.578-4.568c.152-.665.152-1.469.152-3.077c0-.266%200-.4.026-.512a1.02%201.02%200%200%201%20.78-.762c.112-.024.242-.021.5-.016c2.332.047%203.682.255%204.6%201.17C21%206.15%2021%208.056%2021%2011.869m-11.147%208.34a.76.76%200%201%200%200%201.517h6.08a.759.759%200%201%200%200-1.516z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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