agents-sync-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
agents-sync-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the agents sync icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m-7.251-9a.75.75 0 0 1 0 1.5H8.116a.75.75 0 0 0-.65.376l-3.898 6.77a.75.75 0 0 0-.007.733l3.614 6.627a.949.949 0 0 0 1.736-.167l4.492-14.12a2.47 2.47 0 0 1 4.492-.483l3.823 6.641c.206.358.305.758.299 1.157a6.5 6.5 0 0 0-1.832-.812l-3.59-6.237a.969.969 0 0 0-1.762.19L10.34 19.294a2.449 2.449 0 0 1-4.482.43l-3.615-6.626a2.25 2.25 0 0 1 .026-2.2l3.897-6.771A2.25 2.25 0 0 1 8.116 3zM15.5 18a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-.55A3.5 3.5 0 0 0 18.5 21a3.5 3.5 0 0 0 2.676-1.243a.5.5 0 0 0-.765-.646A2.5 2.5 0 0 1 18.5 20a2.5 2.5 0 0 1-2-1h1a.5.5 0 0 0 0-1zm6-4a.5.5 0 0 0-.5.5v.55a3.497 3.497 0 0 0-5.337.398a.5.5 0 0 0 .81.588A2.5 2.5 0 0 1 18.5 15c.817 0 1.543.392 2 1h-1a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentAgentsSync24Regular(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="M18.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m-7.251-9a.75.75 0 0 1 0 1.5H8.116a.75.75 0 0 0-.65.376l-3.898 6.77a.75.75 0 0 0-.007.733l3.614 6.627a.949.949 0 0 0 1.736-.167l4.492-14.12a2.47 2.47 0 0 1 4.492-.483l3.823 6.641c.206.358.305.758.299 1.157a6.5 6.5 0 0 0-1.832-.812l-3.59-6.237a.969.969 0 0 0-1.762.19L10.34 19.294a2.449 2.449 0 0 1-4.482.43l-3.615-6.626a2.25 2.25 0 0 1 .026-2.2l3.897-6.771A2.25 2.25 0 0 1 8.116 3zM15.5 18a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-.55A3.5 3.5 0 0 0 18.5 21a3.5 3.5 0 0 0 2.676-1.243a.5.5 0 0 0-.765-.646A2.5 2.5 0 0 1 18.5 20a2.5 2.5 0 0 1-2-1h1a.5.5 0 0 0 0-1zm6-4a.5.5 0 0 0-.5.5v.55a3.497 3.497 0 0 0-5.337.398a.5.5 0 0 0 .81.588A2.5 2.5 0 0 1 18.5 15c.817 0 1.543.392 2 1h-1a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m-7.251-9a.75.75 0 0 1 0 1.5H8.116a.75.75 0 0 0-.65.376l-3.898 6.77a.75.75 0 0 0-.007.733l3.614 6.627a.949.949 0 0 0 1.736-.167l4.492-14.12a2.47 2.47 0 0 1 4.492-.483l3.823 6.641c.206.358.305.758.299 1.157a6.5 6.5 0 0 0-1.832-.812l-3.59-6.237a.969.969 0 0 0-1.762.19L10.34 19.294a2.449 2.449 0 0 1-4.482.43l-3.615-6.626a2.25 2.25 0 0 1 .026-2.2l3.897-6.771A2.25 2.25 0 0 1 8.116 3zM15.5 18a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-.55A3.5 3.5 0 0 0 18.5 21a3.5 3.5 0 0 0 2.676-1.243a.5.5 0 0 0-.765-.646A2.5 2.5 0 0 1 18.5 20a2.5 2.5 0 0 1-2-1h1a.5.5 0 0 0 0-1zm6-4a.5.5 0 0 0-.5.5v.55a3.497 3.497 0 0 0-5.337.398a.5.5 0 0 0 .81.588A2.5 2.5 0 0 1 18.5 15c.817 0 1.543.392 2 1h-1a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5"/></svg>
</template>

CSS

.icon-agents-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%22M18.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11m-7.251-9a.75.75%200%200%201%200%201.5H8.116a.75.75%200%200%200-.65.376l-3.898%206.77a.75.75%200%200%200-.007.733l3.614%206.627a.949.949%200%200%200%201.736-.167l4.492-14.12a2.47%202.47%200%200%201%204.492-.483l3.823%206.641c.206.358.305.758.299%201.157a6.5%206.5%200%200%200-1.832-.812l-3.59-6.237a.969.969%200%200%200-1.762.19L10.34%2019.294a2.449%202.449%200%200%201-4.482.43l-3.615-6.626a2.25%202.25%200%200%201%20.026-2.2l3.897-6.771A2.25%202.25%200%200%201%208.116%203zM15.5%2018a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-.55A3.5%203.5%200%200%200%2018.5%2021a3.5%203.5%200%200%200%202.676-1.243a.5.5%200%200%200-.765-.646A2.5%202.5%200%200%201%2018.5%2020a2.5%202.5%200%200%201-2-1h1a.5.5%200%200%200%200-1zm6-4a.5.5%200%200%200-.5.5v.55a3.497%203.497%200%200%200-5.337.398a.5.5%200%200%200%20.81.588A2.5%202.5%200%200%201%2018.5%2015c.817%200%201.543.392%202%201h-1a.5.5%200%200%200%200%201h2a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-.5-.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11m-7.251-9a.75.75%200%200%201%200%201.5H8.116a.75.75%200%200%200-.65.376l-3.898%206.77a.75.75%200%200%200-.007.733l3.614%206.627a.949.949%200%200%200%201.736-.167l4.492-14.12a2.47%202.47%200%200%201%204.492-.483l3.823%206.641c.206.358.305.758.299%201.157a6.5%206.5%200%200%200-1.832-.812l-3.59-6.237a.969.969%200%200%200-1.762.19L10.34%2019.294a2.449%202.449%200%200%201-4.482.43l-3.615-6.626a2.25%202.25%200%200%201%20.026-2.2l3.897-6.771A2.25%202.25%200%200%201%208.116%203zM15.5%2018a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-.55A3.5%203.5%200%200%200%2018.5%2021a3.5%203.5%200%200%200%202.676-1.243a.5.5%200%200%200-.765-.646A2.5%202.5%200%200%201%2018.5%2020a2.5%202.5%200%200%201-2-1h1a.5.5%200%200%200%200-1zm6-4a.5.5%200%200%200-.5.5v.55a3.497%203.497%200%200%200-5.337.398a.5.5%200%200%200%20.81.588A2.5%202.5%200%200%201%2018.5%2015c.817%200%201.543.392%202%201h-1a.5.5%200%200%200%200%201h2a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/agents-sync-24-regular.svg?color=%231a73e8&size=48