agents-sync-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
agents-sync-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M15.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m-4.831-8c-.307.343-.54.759-.665 1.227l-3.438 12.89a.501.501 0 0 0 .967.258l3.438-12.89a2 2 0 0 1 1.81-1.48a3 3 0 0 1 2.375 1.394l3.574 5.667c.226.357.309.775.252 1.177A5.48 5.48 0 0 0 15.5 9c-1.5 0-2.858.6-3.85 1.573l1.786-6.693a.5.5 0 0 0-.966-.258L9.03 16.516a2 2 0 0 1-1.813 1.48A3 3 0 0 1 4.84 16.6l-3.574-5.667a1.75 1.75 0 0 1 0-1.868l3.941-6.25c.32-.507.88-.816 1.48-.816zM13.5 15a.5.5 0 0 0-.5.5V17a.5.5 0 0 0 1 0v-.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-2.382.336H15a.5.5 0 1 0 0-1zm4-3.5a.5.5 0 0 0-.5.5v.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 16.468 13H16a.5.5 0 0 0 0 1h1.5a.5.5 0 0 0 .5-.5V12a.5.5 0 0 0-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentAgentsSync20Filled(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="M15.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m-4.831-8c-.307.343-.54.759-.665 1.227l-3.438 12.89a.501.501 0 0 0 .967.258l3.438-12.89a2 2 0 0 1 1.81-1.48a3 3 0 0 1 2.375 1.394l3.574 5.667c.226.357.309.775.252 1.177A5.48 5.48 0 0 0 15.5 9c-1.5 0-2.858.6-3.85 1.573l1.786-6.693a.5.5 0 0 0-.966-.258L9.03 16.516a2 2 0 0 1-1.813 1.48A3 3 0 0 1 4.84 16.6l-3.574-5.667a1.75 1.75 0 0 1 0-1.868l3.941-6.25c.32-.507.88-.816 1.48-.816zM13.5 15a.5.5 0 0 0-.5.5V17a.5.5 0 0 0 1 0v-.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-2.382.336H15a.5.5 0 1 0 0-1zm4-3.5a.5.5 0 0 0-.5.5v.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 16.468 13H16a.5.5 0 0 0 0 1h1.5a.5.5 0 0 0 .5-.5V12a.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 20 20"><path fill="currentColor" d="M15.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m-4.831-8c-.307.343-.54.759-.665 1.227l-3.438 12.89a.501.501 0 0 0 .967.258l3.438-12.89a2 2 0 0 1 1.81-1.48a3 3 0 0 1 2.375 1.394l3.574 5.667c.226.357.309.775.252 1.177A5.48 5.48 0 0 0 15.5 9c-1.5 0-2.858.6-3.85 1.573l1.786-6.693a.5.5 0 0 0-.966-.258L9.03 16.516a2 2 0 0 1-1.813 1.48A3 3 0 0 1 4.84 16.6l-3.574-5.667a1.75 1.75 0 0 1 0-1.868l3.941-6.25c.32-.507.88-.816 1.48-.816zM13.5 15a.5.5 0 0 0-.5.5V17a.5.5 0 0 0 1 0v-.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-2.382.336H15a.5.5 0 1 0 0-1zm4-3.5a.5.5 0 0 0-.5.5v.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 16.468 13H16a.5.5 0 0 0 0 1h1.5a.5.5 0 0 0 .5-.5V12a.5.5 0 0 0-.5-.5"/></svg>
</template>

CSS

.icon-agents-sync-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%2010a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m-4.831-8c-.307.343-.54.759-.665%201.227l-3.438%2012.89a.501.501%200%200%200%20.967.258l3.438-12.89a2%202%200%200%201%201.81-1.48a3%203%200%200%201%202.375%201.394l3.574%205.667c.226.357.309.775.252%201.177A5.48%205.48%200%200%200%2015.5%209c-1.5%200-2.858.6-3.85%201.573l1.786-6.693a.5.5%200%200%200-.966-.258L9.03%2016.516a2%202%200%200%201-1.813%201.48A3%203%200%200%201%204.84%2016.6l-3.574-5.667a1.75%201.75%200%200%201%200-1.868l3.941-6.25c.32-.507.88-.816%201.48-.816zM13.5%2015a.5.5%200%200%200-.5.5V17a.5.5%200%200%200%201%200v-.152a3%203%200%200%200%201.447.402a3%203%200%200%200%202.174-.879a.5.5%200%201%200-.707-.707a2%202%200%200%201-2.382.336H15a.5.5%200%201%200%200-1zm4-3.5a.5.5%200%200%200-.5.5v.152a3%203%200%200%200-2.624-.183a3%203%200%200%200-.997.66a.5.5%200%200%200%20.707.707A2%202%200%200%201%2016.468%2013H16a.5.5%200%200%200%200%201h1.5a.5.5%200%200%200%20.5-.5V12a.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%2010a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m-4.831-8c-.307.343-.54.759-.665%201.227l-3.438%2012.89a.501.501%200%200%200%20.967.258l3.438-12.89a2%202%200%200%201%201.81-1.48a3%203%200%200%201%202.375%201.394l3.574%205.667c.226.357.309.775.252%201.177A5.48%205.48%200%200%200%2015.5%209c-1.5%200-2.858.6-3.85%201.573l1.786-6.693a.5.5%200%200%200-.966-.258L9.03%2016.516a2%202%200%200%201-1.813%201.48A3%203%200%200%201%204.84%2016.6l-3.574-5.667a1.75%201.75%200%200%201%200-1.868l3.941-6.25c.32-.507.88-.816%201.48-.816zM13.5%2015a.5.5%200%200%200-.5.5V17a.5.5%200%200%200%201%200v-.152a3%203%200%200%200%201.447.402a3%203%200%200%200%202.174-.879a.5.5%200%201%200-.707-.707a2%202%200%200%201-2.382.336H15a.5.5%200%201%200%200-1zm4-3.5a.5.5%200%200%200-.5.5v.152a3%203%200%200%200-2.624-.183a3%203%200%200%200-.997.66a.5.5%200%200%200%20.707.707A2%202%200%200%201%2016.468%2013H16a.5.5%200%200%200%200%201h1.5a.5.5%200%200%200%20.5-.5V12a.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-20-filled.svg?color=%231a73e8&size=48