settings sync icon
settings-sync-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- settings-sync-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the settings sync icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M10 1.5c.602 0 1.197.063 1.776.187a.5.5 0 0 1 .388.398l.367 2.007a1 1 0 0 0 1.32.762l1.918-.686a.5.5 0 0 1 .54.136a8.5 8.5 0 0 1 1.78 3.079a.5.5 0 0 1-.151.535l-1.556 1.32q-.039.032-.073.068a5.5 5.5 0 0 0-1.04-.252c.114-.214.27-.412.466-.578l1.293-1.1a7.5 7.5 0 0 0-1.244-2.151l-1.597.57a2 2 0 0 1-2.64-1.524l-.305-1.668a7.6 7.6 0 0 0-2.485 0L8.453 4.27a2 2 0 0 1-2.64 1.524l-1.597-.57a7.5 7.5 0 0 0-1.244 2.152l1.293 1.099q.124.105.23.23a2 2 0 0 1-.23 2.818l-1.293 1.099a7.5 7.5 0 0 0 1.244 2.152l1.596-.57q.154-.055.314-.085a2 2 0 0 1 2.327 1.61l.304 1.668q.558.09 1.132.1c.23.354.501.68.805.97q-.345.031-.694.032a8.5 8.5 0 0 1-1.777-.186a.5.5 0 0 1-.389-.4l-.365-2.006a1 1 0 0 0-1.32-.761l-1.919.685a.5.5 0 0 1-.539-.136a8.5 8.5 0 0 1-1.78-3.079a.5.5 0 0 1 .151-.535l1.556-1.32a1 1 0 0 0 0-1.525L2.062 7.918a.5.5 0 0 1-.15-.535a8.5 8.5 0 0 1 1.78-3.08a.5.5 0 0 1 .538-.135l1.918.686a1 1 0 0 0 1.32-.762l.366-2.006c.036-.2.19-.357.389-.4A8.5 8.5 0 0 1 10 1.5M12.5 15a.5.5 0 0 0-.5.5V17a.5.5 0 1 0 1 0v-.152a3 3 0 0 0 2.624.183a3 3 0 0 0 .997-.66a.5.5 0 0 0-.707-.707a2 2 0 0 1-2.382.336H14a.5.5 0 0 0 0-1zm4-3.5a.5.5 0 0 0-.5.5v.152a3 3 0 0 0-1.447-.402a3 3 0 0 0-2.174.879a.5.5 0 1 0 .707.707A2 2 0 0 1 15.468 13H15a.5.5 0 1 0 0 1h1.5a.5.5 0 0 0 .5-.5V12a.5.5 0 0 0-.5-.5m-6.5-4c1.176 0 2.159.813 2.426 1.906q-.493.201-.932.489a1.498 1.498 0 1 0-1.6 1.6a5.5 5.5 0 0 0-.488.93A2.498 2.498 0 0 1 10 7.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentSettingsSync20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M10 1.5c.602 0 1.197.063 1.776.187a.5.5 0 0 1 .388.398l.367 2.007a1 1 0 0 0 1.32.762l1.918-.686a.5.5 0 0 1 .54.136a8.5 8.5 0 0 1 1.78 3.079a.5.5 0 0 1-.151.535l-1.556 1.32q-.039.032-.073.068a5.5 5.5 0 0 0-1.04-.252c.114-.214.27-.412.466-.578l1.293-1.1a7.5 7.5 0 0 0-1.244-2.151l-1.597.57a2 2 0 0 1-2.64-1.524l-.305-1.668a7.6 7.6 0 0 0-2.485 0L8.453 4.27a2 2 0 0 1-2.64 1.524l-1.597-.57a7.5 7.5 0 0 0-1.244 2.152l1.293 1.099q.124.105.23.23a2 2 0 0 1-.23 2.818l-1.293 1.099a7.5 7.5 0 0 0 1.244 2.152l1.596-.57q.154-.055.314-.085a2 2 0 0 1 2.327 1.61l.304 1.668q.558.09 1.132.1c.23.354.501.68.805.97q-.345.031-.694.032a8.5 8.5 0 0 1-1.777-.186a.5.5 0 0 1-.389-.4l-.365-2.006a1 1 0 0 0-1.32-.761l-1.919.685a.5.5 0 0 1-.539-.136a8.5 8.5 0 0 1-1.78-3.079a.5.5 0 0 1 .151-.535l1.556-1.32a1 1 0 0 0 0-1.525L2.062 7.918a.5.5 0 0 1-.15-.535a8.5 8.5 0 0 1 1.78-3.08a.5.5 0 0 1 .538-.135l1.918.686a1 1 0 0 0 1.32-.762l.366-2.006c.036-.2.19-.357.389-.4A8.5 8.5 0 0 1 10 1.5M12.5 15a.5.5 0 0 0-.5.5V17a.5.5 0 1 0 1 0v-.152a3 3 0 0 0 2.624.183a3 3 0 0 0 .997-.66a.5.5 0 0 0-.707-.707a2 2 0 0 1-2.382.336H14a.5.5 0 0 0 0-1zm4-3.5a.5.5 0 0 0-.5.5v.152a3 3 0 0 0-1.447-.402a3 3 0 0 0-2.174.879a.5.5 0 1 0 .707.707A2 2 0 0 1 15.468 13H15a.5.5 0 1 0 0 1h1.5a.5.5 0 0 0 .5-.5V12a.5.5 0 0 0-.5-.5m-6.5-4c1.176 0 2.159.813 2.426 1.906q-.493.201-.932.489a1.498 1.498 0 1 0-1.6 1.6a5.5 5.5 0 0 0-.488.93A2.498 2.498 0 0 1 10 7.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M10 1.5c.602 0 1.197.063 1.776.187a.5.5 0 0 1 .388.398l.367 2.007a1 1 0 0 0 1.32.762l1.918-.686a.5.5 0 0 1 .54.136a8.5 8.5 0 0 1 1.78 3.079a.5.5 0 0 1-.151.535l-1.556 1.32q-.039.032-.073.068a5.5 5.5 0 0 0-1.04-.252c.114-.214.27-.412.466-.578l1.293-1.1a7.5 7.5 0 0 0-1.244-2.151l-1.597.57a2 2 0 0 1-2.64-1.524l-.305-1.668a7.6 7.6 0 0 0-2.485 0L8.453 4.27a2 2 0 0 1-2.64 1.524l-1.597-.57a7.5 7.5 0 0 0-1.244 2.152l1.293 1.099q.124.105.23.23a2 2 0 0 1-.23 2.818l-1.293 1.099a7.5 7.5 0 0 0 1.244 2.152l1.596-.57q.154-.055.314-.085a2 2 0 0 1 2.327 1.61l.304 1.668q.558.09 1.132.1c.23.354.501.68.805.97q-.345.031-.694.032a8.5 8.5 0 0 1-1.777-.186a.5.5 0 0 1-.389-.4l-.365-2.006a1 1 0 0 0-1.32-.761l-1.919.685a.5.5 0 0 1-.539-.136a8.5 8.5 0 0 1-1.78-3.079a.5.5 0 0 1 .151-.535l1.556-1.32a1 1 0 0 0 0-1.525L2.062 7.918a.5.5 0 0 1-.15-.535a8.5 8.5 0 0 1 1.78-3.08a.5.5 0 0 1 .538-.135l1.918.686a1 1 0 0 0 1.32-.762l.366-2.006c.036-.2.19-.357.389-.4A8.5 8.5 0 0 1 10 1.5M12.5 15a.5.5 0 0 0-.5.5V17a.5.5 0 1 0 1 0v-.152a3 3 0 0 0 2.624.183a3 3 0 0 0 .997-.66a.5.5 0 0 0-.707-.707a2 2 0 0 1-2.382.336H14a.5.5 0 0 0 0-1zm4-3.5a.5.5 0 0 0-.5.5v.152a3 3 0 0 0-1.447-.402a3 3 0 0 0-2.174.879a.5.5 0 1 0 .707.707A2 2 0 0 1 15.468 13H15a.5.5 0 1 0 0 1h1.5a.5.5 0 0 0 .5-.5V12a.5.5 0 0 0-.5-.5m-6.5-4c1.176 0 2.159.813 2.426 1.906q-.493.201-.932.489a1.498 1.498 0 1 0-1.6 1.6a5.5 5.5 0 0 0-.488.93A2.498 2.498 0 0 1 10 7.5"/></svg> </template>
CSS
.icon-settings-sync-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%2010a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9M10%201.5c.602%200%201.197.063%201.776.187a.5.5%200%200%201%20.388.398l.367%202.007a1%201%200%200%200%201.32.762l1.918-.686a.5.5%200%200%201%20.54.136a8.5%208.5%200%200%201%201.78%203.079a.5.5%200%200%201-.151.535l-1.556%201.32q-.039.032-.073.068a5.5%205.5%200%200%200-1.04-.252c.114-.214.27-.412.466-.578l1.293-1.1a7.5%207.5%200%200%200-1.244-2.151l-1.597.57a2%202%200%200%201-2.64-1.524l-.305-1.668a7.6%207.6%200%200%200-2.485%200L8.453%204.27a2%202%200%200%201-2.64%201.524l-1.597-.57a7.5%207.5%200%200%200-1.244%202.152l1.293%201.099q.124.105.23.23a2%202%200%200%201-.23%202.818l-1.293%201.099a7.5%207.5%200%200%200%201.244%202.152l1.596-.57q.154-.055.314-.085a2%202%200%200%201%202.327%201.61l.304%201.668q.558.09%201.132.1c.23.354.501.68.805.97q-.345.031-.694.032a8.5%208.5%200%200%201-1.777-.186a.5.5%200%200%201-.389-.4l-.365-2.006a1%201%200%200%200-1.32-.761l-1.919.685a.5.5%200%200%201-.539-.136a8.5%208.5%200%200%201-1.78-3.079a.5.5%200%200%201%20.151-.535l1.556-1.32a1%201%200%200%200%200-1.525L2.062%207.918a.5.5%200%200%201-.15-.535a8.5%208.5%200%200%201%201.78-3.08a.5.5%200%200%201%20.538-.135l1.918.686a1%201%200%200%200%201.32-.762l.366-2.006c.036-.2.19-.357.389-.4A8.5%208.5%200%200%201%2010%201.5M12.5%2015a.5.5%200%200%200-.5.5V17a.5.5%200%201%200%201%200v-.152a3%203%200%200%200%202.624.183a3%203%200%200%200%20.997-.66a.5.5%200%200%200-.707-.707a2%202%200%200%201-2.382.336H14a.5.5%200%200%200%200-1zm4-3.5a.5.5%200%200%200-.5.5v.152a3%203%200%200%200-1.447-.402a3%203%200%200%200-2.174.879a.5.5%200%201%200%20.707.707A2%202%200%200%201%2015.468%2013H15a.5.5%200%201%200%200%201h1.5a.5.5%200%200%200%20.5-.5V12a.5.5%200%200%200-.5-.5m-6.5-4c1.176%200%202.159.813%202.426%201.906q-.493.201-.932.489a1.498%201.498%200%201%200-1.6%201.6a5.5%205.5%200%200%200-.488.93A2.498%202.498%200%200%201%2010%207.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%2010a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9M10%201.5c.602%200%201.197.063%201.776.187a.5.5%200%200%201%20.388.398l.367%202.007a1%201%200%200%200%201.32.762l1.918-.686a.5.5%200%200%201%20.54.136a8.5%208.5%200%200%201%201.78%203.079a.5.5%200%200%201-.151.535l-1.556%201.32q-.039.032-.073.068a5.5%205.5%200%200%200-1.04-.252c.114-.214.27-.412.466-.578l1.293-1.1a7.5%207.5%200%200%200-1.244-2.151l-1.597.57a2%202%200%200%201-2.64-1.524l-.305-1.668a7.6%207.6%200%200%200-2.485%200L8.453%204.27a2%202%200%200%201-2.64%201.524l-1.597-.57a7.5%207.5%200%200%200-1.244%202.152l1.293%201.099q.124.105.23.23a2%202%200%200%201-.23%202.818l-1.293%201.099a7.5%207.5%200%200%200%201.244%202.152l1.596-.57q.154-.055.314-.085a2%202%200%200%201%202.327%201.61l.304%201.668q.558.09%201.132.1c.23.354.501.68.805.97q-.345.031-.694.032a8.5%208.5%200%200%201-1.777-.186a.5.5%200%200%201-.389-.4l-.365-2.006a1%201%200%200%200-1.32-.761l-1.919.685a.5.5%200%200%201-.539-.136a8.5%208.5%200%200%201-1.78-3.079a.5.5%200%200%201%20.151-.535l1.556-1.32a1%201%200%200%200%200-1.525L2.062%207.918a.5.5%200%200%201-.15-.535a8.5%208.5%200%200%201%201.78-3.08a.5.5%200%200%201%20.538-.135l1.918.686a1%201%200%200%200%201.32-.762l.366-2.006c.036-.2.19-.357.389-.4A8.5%208.5%200%200%201%2010%201.5M12.5%2015a.5.5%200%200%200-.5.5V17a.5.5%200%201%200%201%200v-.152a3%203%200%200%200%202.624.183a3%203%200%200%200%20.997-.66a.5.5%200%200%200-.707-.707a2%202%200%200%201-2.382.336H14a.5.5%200%200%200%200-1zm4-3.5a.5.5%200%200%200-.5.5v.152a3%203%200%200%200-1.447-.402a3%203%200%200%200-2.174.879a.5.5%200%201%200%20.707.707A2%202%200%200%201%2015.468%2013H15a.5.5%200%201%200%200%201h1.5a.5.5%200%200%200%20.5-.5V12a.5.5%200%200%200-.5-.5m-6.5-4c1.176%200%202.159.813%202.426%201.906q-.493.201-.932.489a1.498%201.498%200%201%200-1.6%201.6a5.5%205.5%200%200%200-.488.93A2.498%202.498%200%200%201%2010%207.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/settings-sync-20-regular.svg?color=%231a73e8&size=48