phone update icon
phone-update-duotone from Reicon by REICON · Duotone · Devices · MIT Free for personal and commercial use.
- Name
- phone-update-duotone
- Set
- Reicon
- Style
- Duotone
- 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="none"><g fill="currentColor" clip-path="url(#SVGMUsO5d5L)"><path fill-rule="evenodd" d="M11.14 4.235a.76.76 0 0 1 .562.247l.74.81a.757.757 0 0 1-.598 1.268c-.333 2.246-2.127 4.045-4.403 4.045c-1.267 0-2.4-.569-3.2-1.457a.757.757 0 0 1 .057-1.07a.76.76 0 0 1 1.073.056c.54.6 1.274.954 2.07.954c1.343 0 2.553-1.042 2.863-2.533a.757.757 0 0 1-.465-1.264l.74-.809a.76.76 0 0 1 .561-.247" clip-rule="evenodd"/><path d="M7.2 1C4.923 1 3.13 2.798 2.795 5.045a.759.759 0 0 0-.597 1.268l.74.81a.76.76 0 0 0 1.122 0l.74-.81a.757.757 0 0 0-.465-1.263c.31-1.491 1.52-2.534 2.863-2.534c.854 0 1.639.41 2.188 1.093a.76.76 0 0 0 1.068.117a.757.757 0 0 0 .118-1.066C9.766 1.656 8.562 1 7.199 1"/><path d="M21 11.869v4.044c0 3.812 0 5.719-1.187 6.903c-1.187 1.185-3.098 1.185-6.92 1.185c-3.82 0-5.732 0-6.919-1.185c-1.187-1.184-1.187-3.09-1.187-6.903V14.18c0-.268 0-.402.026-.513a1.01 1.01 0 0 1 .762-.761c.111-.026.246-.026.515-.026c1.614 0 2.42 0 3.088-.151a6.07 6.07 0 0 0 4.577-4.567c.152-.665.152-1.47.152-3.077c0-.267 0-.4.026-.513c.088-.379.398-.682.78-.762c.113-.023.242-.02.5-.015c2.332.047 3.682.254 4.6 1.17C21 6.15 21 8.055 21 11.87" opacity=".4"/><path d="M9.094 20.967a.76.76 0 0 1 .76-.758h6.08a.76.76 0 1 1 0 1.517h-6.08a.76.76 0 0 1-.76-.759"/></g><defs><clipPath id="SVGMUsO5d5L"/></defs></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPhoneUpdateDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" clipPath="url(#SVGMUsO5d5L)"><path fillRule="evenodd" d="M11.14 4.235a.76.76 0 0 1 .562.247l.74.81a.757.757 0 0 1-.598 1.268c-.333 2.246-2.127 4.045-4.403 4.045c-1.267 0-2.4-.569-3.2-1.457a.757.757 0 0 1 .057-1.07a.76.76 0 0 1 1.073.056c.54.6 1.274.954 2.07.954c1.343 0 2.553-1.042 2.863-2.533a.757.757 0 0 1-.465-1.264l.74-.809a.76.76 0 0 1 .561-.247" clipRule="evenodd"/><path d="M7.2 1C4.923 1 3.13 2.798 2.795 5.045a.759.759 0 0 0-.597 1.268l.74.81a.76.76 0 0 0 1.122 0l.74-.81a.757.757 0 0 0-.465-1.263c.31-1.491 1.52-2.534 2.863-2.534c.854 0 1.639.41 2.188 1.093a.76.76 0 0 0 1.068.117a.757.757 0 0 0 .118-1.066C9.766 1.656 8.562 1 7.199 1"/><path d="M21 11.869v4.044c0 3.812 0 5.719-1.187 6.903c-1.187 1.185-3.098 1.185-6.92 1.185c-3.82 0-5.732 0-6.919-1.185c-1.187-1.184-1.187-3.09-1.187-6.903V14.18c0-.268 0-.402.026-.513a1.01 1.01 0 0 1 .762-.761c.111-.026.246-.026.515-.026c1.614 0 2.42 0 3.088-.151a6.07 6.07 0 0 0 4.577-4.567c.152-.665.152-1.47.152-3.077c0-.267 0-.4.026-.513c.088-.379.398-.682.78-.762c.113-.023.242-.02.5-.015c2.332.047 3.682.254 4.6 1.17C21 6.15 21 8.055 21 11.87" opacity=".4"/><path d="M9.094 20.967a.76.76 0 0 1 .76-.758h6.08a.76.76 0 1 1 0 1.517h-6.08a.76.76 0 0 1-.76-.759"/></g><defs><clipPath id="SVGMUsO5d5L"/></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" clip-path="url(#SVGMUsO5d5L)"><path fill-rule="evenodd" d="M11.14 4.235a.76.76 0 0 1 .562.247l.74.81a.757.757 0 0 1-.598 1.268c-.333 2.246-2.127 4.045-4.403 4.045c-1.267 0-2.4-.569-3.2-1.457a.757.757 0 0 1 .057-1.07a.76.76 0 0 1 1.073.056c.54.6 1.274.954 2.07.954c1.343 0 2.553-1.042 2.863-2.533a.757.757 0 0 1-.465-1.264l.74-.809a.76.76 0 0 1 .561-.247" clip-rule="evenodd"/><path d="M7.2 1C4.923 1 3.13 2.798 2.795 5.045a.759.759 0 0 0-.597 1.268l.74.81a.76.76 0 0 0 1.122 0l.74-.81a.757.757 0 0 0-.465-1.263c.31-1.491 1.52-2.534 2.863-2.534c.854 0 1.639.41 2.188 1.093a.76.76 0 0 0 1.068.117a.757.757 0 0 0 .118-1.066C9.766 1.656 8.562 1 7.199 1"/><path d="M21 11.869v4.044c0 3.812 0 5.719-1.187 6.903c-1.187 1.185-3.098 1.185-6.92 1.185c-3.82 0-5.732 0-6.919-1.185c-1.187-1.184-1.187-3.09-1.187-6.903V14.18c0-.268 0-.402.026-.513a1.01 1.01 0 0 1 .762-.761c.111-.026.246-.026.515-.026c1.614 0 2.42 0 3.088-.151a6.07 6.07 0 0 0 4.577-4.567c.152-.665.152-1.47.152-3.077c0-.267 0-.4.026-.513c.088-.379.398-.682.78-.762c.113-.023.242-.02.5-.015c2.332.047 3.682.254 4.6 1.17C21 6.15 21 8.055 21 11.87" opacity=".4"/><path d="M9.094 20.967a.76.76 0 0 1 .76-.758h6.08a.76.76 0 1 1 0 1.517h-6.08a.76.76 0 0 1-.76-.759"/></g><defs><clipPath id="SVGMUsO5d5L"/></defs></g></svg> </template>
CSS
.icon-phone-update-duotone {
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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGMUsO5d5L)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.14%204.235a.76.76%200%200%201%20.562.247l.74.81a.757.757%200%200%201-.598%201.268c-.333%202.246-2.127%204.045-4.403%204.045c-1.267%200-2.4-.569-3.2-1.457a.757.757%200%200%201%20.057-1.07a.76.76%200%200%201%201.073.056c.54.6%201.274.954%202.07.954c1.343%200%202.553-1.042%202.863-2.533a.757.757%200%200%201-.465-1.264l.74-.809a.76.76%200%200%201%20.561-.247%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.2%201C4.923%201%203.13%202.798%202.795%205.045a.759.759%200%200%200-.597%201.268l.74.81a.76.76%200%200%200%201.122%200l.74-.81a.757.757%200%200%200-.465-1.263c.31-1.491%201.52-2.534%202.863-2.534c.854%200%201.639.41%202.188%201.093a.76.76%200%200%200%201.068.117a.757.757%200%200%200%20.118-1.066C9.766%201.656%208.562%201%207.199%201%22%2F%3E%3Cpath%20d%3D%22M21%2011.869v4.044c0%203.812%200%205.719-1.187%206.903c-1.187%201.185-3.098%201.185-6.92%201.185c-3.82%200-5.732%200-6.919-1.185c-1.187-1.184-1.187-3.09-1.187-6.903V14.18c0-.268%200-.402.026-.513a1.01%201.01%200%200%201%20.762-.761c.111-.026.246-.026.515-.026c1.614%200%202.42%200%203.088-.151a6.07%206.07%200%200%200%204.577-4.567c.152-.665.152-1.47.152-3.077c0-.267%200-.4.026-.513c.088-.379.398-.682.78-.762c.113-.023.242-.02.5-.015c2.332.047%203.682.254%204.6%201.17C21%206.15%2021%208.055%2021%2011.87%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M9.094%2020.967a.76.76%200%200%201%20.76-.758h6.08a.76.76%200%201%201%200%201.517h-6.08a.76.76%200%200%201-.76-.759%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGMUsO5d5L%22%2F%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGMUsO5d5L)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.14%204.235a.76.76%200%200%201%20.562.247l.74.81a.757.757%200%200%201-.598%201.268c-.333%202.246-2.127%204.045-4.403%204.045c-1.267%200-2.4-.569-3.2-1.457a.757.757%200%200%201%20.057-1.07a.76.76%200%200%201%201.073.056c.54.6%201.274.954%202.07.954c1.343%200%202.553-1.042%202.863-2.533a.757.757%200%200%201-.465-1.264l.74-.809a.76.76%200%200%201%20.561-.247%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.2%201C4.923%201%203.13%202.798%202.795%205.045a.759.759%200%200%200-.597%201.268l.74.81a.76.76%200%200%200%201.122%200l.74-.81a.757.757%200%200%200-.465-1.263c.31-1.491%201.52-2.534%202.863-2.534c.854%200%201.639.41%202.188%201.093a.76.76%200%200%200%201.068.117a.757.757%200%200%200%20.118-1.066C9.766%201.656%208.562%201%207.199%201%22%2F%3E%3Cpath%20d%3D%22M21%2011.869v4.044c0%203.812%200%205.719-1.187%206.903c-1.187%201.185-3.098%201.185-6.92%201.185c-3.82%200-5.732%200-6.919-1.185c-1.187-1.184-1.187-3.09-1.187-6.903V14.18c0-.268%200-.402.026-.513a1.01%201.01%200%200%201%20.762-.761c.111-.026.246-.026.515-.026c1.614%200%202.42%200%203.088-.151a6.07%206.07%200%200%200%204.577-4.567c.152-.665.152-1.47.152-3.077c0-.267%200-.4.026-.513c.088-.379.398-.682.78-.762c.113-.023.242-.02.5-.015c2.332.047%203.682.254%204.6%201.17C21%206.15%2021%208.055%2021%2011.87%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M9.094%2020.967a.76.76%200%200%201%20.76-.758h6.08a.76.76%200%201%201%200%201.517h-6.08a.76.76%200%200%201-.76-.759%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGMUsO5d5L%22%2F%3E%3C%2Fdefs%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-duotone.svg?color=%231a73e8&size=48