person sync icon
person-sync-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- person-sync-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
person-5-20-filledperson-6-20-filledperson-account-16-filledperson-accounts-20-filledperson-add-16-filledperson-alert-16-filledperson-alert-off-16-filledperson-arrow-back-16-filledperson-arrow-left-16-filledperson-arrow-right-16-filledperson-available-16-filledperson-board-12-filledperson-board-add-16-filledperson-briefcase-16-filledperson-call-16-filledperson-chat-16-filledperson-circle-12-filledperson-circle-off-12-filledperson-clock-16-filledperson-delete-16-filledperson-desktop-20-filledperson-edit-16-filledperson-error-16-filledperson-feedback-16-filled
Use the person sync icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 7a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4-2.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M14 8a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3-1.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M2 15.25A2.25 2.25 0 0 1 4.25 13h7.5c.316 0 .617.065.89.183c-.354.398-.66.84-.908 1.317H4.25a.75.75 0 0 0-.75.75v.257l.007.08c.007.074.023.188.055.329c.066.281.198.656.459 1.029C4.514 17.65 5.578 18.5 8 18.5c1.413 0 2.363-.29 3.008-.67c.027.536.119 1.055.268 1.55c-.835.38-1.907.62-3.276.62c-2.828 0-4.39-1.025-5.208-2.195a4.5 4.5 0 0 1-.778-2.07A3 3 0 0 1 2 15.529zm10 2.25a5.5 5.5 0 1 0 11 0a5.5 5.5 0 0 0-11 0m8.5-3.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h1a2.5 2.5 0 0 0-2-1c-.833 0-1.572.407-2.027 1.036a.5.5 0 0 1-.81-.586A3.5 3.5 0 0 1 17.5 14c.98 0 1.865.403 2.5 1.05v-.55a.5.5 0 0 1 .5-.5M15 19.95v.55a.5.5 0 0 1-1 0v-2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-1c.456.608 1.183 1 2 1c.766 0 1.452-.344 1.911-.888a.5.5 0 0 1 .764.645A3.5 3.5 0 0 1 17.5 21a3.5 3.5 0 0 1-2.5-1.05"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonSync24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 7a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4-2.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M14 8a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3-1.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M2 15.25A2.25 2.25 0 0 1 4.25 13h7.5c.316 0 .617.065.89.183c-.354.398-.66.84-.908 1.317H4.25a.75.75 0 0 0-.75.75v.257l.007.08c.007.074.023.188.055.329c.066.281.198.656.459 1.029C4.514 17.65 5.578 18.5 8 18.5c1.413 0 2.363-.29 3.008-.67c.027.536.119 1.055.268 1.55c-.835.38-1.907.62-3.276.62c-2.828 0-4.39-1.025-5.208-2.195a4.5 4.5 0 0 1-.778-2.07A3 3 0 0 1 2 15.529zm10 2.25a5.5 5.5 0 1 0 11 0a5.5 5.5 0 0 0-11 0m8.5-3.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h1a2.5 2.5 0 0 0-2-1c-.833 0-1.572.407-2.027 1.036a.5.5 0 0 1-.81-.586A3.5 3.5 0 0 1 17.5 14c.98 0 1.865.403 2.5 1.05v-.55a.5.5 0 0 1 .5-.5M15 19.95v.55a.5.5 0 0 1-1 0v-2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-1c.456.608 1.183 1 2 1c.766 0 1.452-.344 1.911-.888a.5.5 0 0 1 .764.645A3.5 3.5 0 0 1 17.5 21a3.5 3.5 0 0 1-2.5-1.05"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 7a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4-2.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M14 8a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3-1.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M2 15.25A2.25 2.25 0 0 1 4.25 13h7.5c.316 0 .617.065.89.183c-.354.398-.66.84-.908 1.317H4.25a.75.75 0 0 0-.75.75v.257l.007.08c.007.074.023.188.055.329c.066.281.198.656.459 1.029C4.514 17.65 5.578 18.5 8 18.5c1.413 0 2.363-.29 3.008-.67c.027.536.119 1.055.268 1.55c-.835.38-1.907.62-3.276.62c-2.828 0-4.39-1.025-5.208-2.195a4.5 4.5 0 0 1-.778-2.07A3 3 0 0 1 2 15.529zm10 2.25a5.5 5.5 0 1 0 11 0a5.5 5.5 0 0 0-11 0m8.5-3.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h1a2.5 2.5 0 0 0-2-1c-.833 0-1.572.407-2.027 1.036a.5.5 0 0 1-.81-.586A3.5 3.5 0 0 1 17.5 14c.98 0 1.865.403 2.5 1.05v-.55a.5.5 0 0 1 .5-.5M15 19.95v.55a.5.5 0 0 1-1 0v-2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-1c.456.608 1.183 1 2 1c.766 0 1.452-.344 1.911-.888a.5.5 0 0 1 .764.645A3.5 3.5 0 0 1 17.5 21a3.5 3.5 0 0 1-2.5-1.05"/></svg> </template>
CSS
.icon-person-sync-24-regular {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%207a4%204%200%201%201%208%200a4%204%200%200%201-8%200m4-2.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5M14%208a3%203%200%201%201%206%200a3%203%200%200%201-6%200m3-1.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M2%2015.25A2.25%202.25%200%200%201%204.25%2013h7.5c.316%200%20.617.065.89.183c-.354.398-.66.84-.908%201.317H4.25a.75.75%200%200%200-.75.75v.257l.007.08c.007.074.023.188.055.329c.066.281.198.656.459%201.029C4.514%2017.65%205.578%2018.5%208%2018.5c1.413%200%202.363-.29%203.008-.67c.027.536.119%201.055.268%201.55c-.835.38-1.907.62-3.276.62c-2.828%200-4.39-1.025-5.208-2.195a4.5%204.5%200%200%201-.778-2.07A3%203%200%200%201%202%2015.529zm10%202.25a5.5%205.5%200%201%200%2011%200a5.5%205.5%200%200%200-11%200m8.5-3.5a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-.5.5h-2a.5.5%200%200%201%200-1h1a2.5%202.5%200%200%200-2-1c-.833%200-1.572.407-2.027%201.036a.5.5%200%200%201-.81-.586A3.5%203.5%200%200%201%2017.5%2014c.98%200%201.865.403%202.5%201.05v-.55a.5.5%200%200%201%20.5-.5M15%2019.95v.55a.5.5%200%200%201-1%200v-2a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-1c.456.608%201.183%201%202%201c.766%200%201.452-.344%201.911-.888a.5.5%200%200%201%20.764.645A3.5%203.5%200%200%201%2017.5%2021a3.5%203.5%200%200%201-2.5-1.05%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%207a4%204%200%201%201%208%200a4%204%200%200%201-8%200m4-2.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5M14%208a3%203%200%201%201%206%200a3%203%200%200%201-6%200m3-1.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M2%2015.25A2.25%202.25%200%200%201%204.25%2013h7.5c.316%200%20.617.065.89.183c-.354.398-.66.84-.908%201.317H4.25a.75.75%200%200%200-.75.75v.257l.007.08c.007.074.023.188.055.329c.066.281.198.656.459%201.029C4.514%2017.65%205.578%2018.5%208%2018.5c1.413%200%202.363-.29%203.008-.67c.027.536.119%201.055.268%201.55c-.835.38-1.907.62-3.276.62c-2.828%200-4.39-1.025-5.208-2.195a4.5%204.5%200%200%201-.778-2.07A3%203%200%200%201%202%2015.529zm10%202.25a5.5%205.5%200%201%200%2011%200a5.5%205.5%200%200%200-11%200m8.5-3.5a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-.5.5h-2a.5.5%200%200%201%200-1h1a2.5%202.5%200%200%200-2-1c-.833%200-1.572.407-2.027%201.036a.5.5%200%200%201-.81-.586A3.5%203.5%200%200%201%2017.5%2014c.98%200%201.865.403%202.5%201.05v-.55a.5.5%200%200%201%20.5-.5M15%2019.95v.55a.5.5%200%200%201-1%200v-2a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-1c.456.608%201.183%201%202%201c.766%200%201.452-.344%201.911-.888a.5.5%200%200%201%20.764.645A3.5%203.5%200%200%201%2017.5%2021a3.5%203.5%200%200%201-2.5-1.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-sync-24-regular.svg?color=%231a73e8&size=48