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

Name
agents-sync-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M21.5 14a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13M14.79 3c-.428.49-.75 1.08-.93 1.738L9.162 22.055a.751.751 0 0 0 1.448.393l4.699-17.317A2.89 2.89 0 0 1 18.094 3h.023a3.25 3.25 0 0 1 2.815 1.625l4.764 8.25c.28.487.364 1.053.252 1.587A7.47 7.47 0 0 0 21.499 13c-1.98 0-3.78.768-5.12 2.02l2.463-9.073a.75.75 0 0 0-1.448-.392l-4.698 17.314A2.89 2.89 0 0 1 9.91 25h-.03a3.25 3.25 0 0 1-2.816-1.625L2.3 15.125a2.25 2.25 0 0 1 0-2.25l5.052-8.75A2.25 2.25 0 0 1 9.3 3zm2.71 18a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-.814a4 4 0 0 0 2.7 1.984a4 4 0 0 0 3.63-1.09a.5.5 0 0 0-.708-.708A3 3 0 0 1 18.773 22h.727a.5.5 0 0 0 0-1zm4.801-4.669a4 4 0 0 0-3.63 1.09a.5.5 0 0 0 .707.708a3.003 3.003 0 0 1 4.043-.183A3 3 0 0 1 24.227 19H23.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-1 0v.814a4 4 0 0 0-2.699-1.983"/></svg>

React

import type { SVGProps } from "react";

export function FluentAgentsSync28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M21.5 14a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13M14.79 3c-.428.49-.75 1.08-.93 1.738L9.162 22.055a.751.751 0 0 0 1.448.393l4.699-17.317A2.89 2.89 0 0 1 18.094 3h.023a3.25 3.25 0 0 1 2.815 1.625l4.764 8.25c.28.487.364 1.053.252 1.587A7.47 7.47 0 0 0 21.499 13c-1.98 0-3.78.768-5.12 2.02l2.463-9.073a.75.75 0 0 0-1.448-.392l-4.698 17.314A2.89 2.89 0 0 1 9.91 25h-.03a3.25 3.25 0 0 1-2.816-1.625L2.3 15.125a2.25 2.25 0 0 1 0-2.25l5.052-8.75A2.25 2.25 0 0 1 9.3 3zm2.71 18a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-.814a4 4 0 0 0 2.7 1.984a4 4 0 0 0 3.63-1.09a.5.5 0 0 0-.708-.708A3 3 0 0 1 18.773 22h.727a.5.5 0 0 0 0-1zm4.801-4.669a4 4 0 0 0-3.63 1.09a.5.5 0 0 0 .707.708a3.003 3.003 0 0 1 4.043-.183A3 3 0 0 1 24.227 19H23.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-1 0v.814a4 4 0 0 0-2.699-1.983"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M21.5 14a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13M14.79 3c-.428.49-.75 1.08-.93 1.738L9.162 22.055a.751.751 0 0 0 1.448.393l4.699-17.317A2.89 2.89 0 0 1 18.094 3h.023a3.25 3.25 0 0 1 2.815 1.625l4.764 8.25c.28.487.364 1.053.252 1.587A7.47 7.47 0 0 0 21.499 13c-1.98 0-3.78.768-5.12 2.02l2.463-9.073a.75.75 0 0 0-1.448-.392l-4.698 17.314A2.89 2.89 0 0 1 9.91 25h-.03a3.25 3.25 0 0 1-2.816-1.625L2.3 15.125a2.25 2.25 0 0 1 0-2.25l5.052-8.75A2.25 2.25 0 0 1 9.3 3zm2.71 18a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-.814a4 4 0 0 0 2.7 1.984a4 4 0 0 0 3.63-1.09a.5.5 0 0 0-.708-.708A3 3 0 0 1 18.773 22h.727a.5.5 0 0 0 0-1zm4.801-4.669a4 4 0 0 0-3.63 1.09a.5.5 0 0 0 .707.708a3.003 3.003 0 0 1 4.043-.183A3 3 0 0 1 24.227 19H23.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-1 0v.814a4 4 0 0 0-2.699-1.983"/></svg>
</template>

CSS

.icon-agents-sync-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.5%2014a6.5%206.5%200%201%201%200%2013a6.5%206.5%200%200%201%200-13M14.79%203c-.428.49-.75%201.08-.93%201.738L9.162%2022.055a.751.751%200%200%200%201.448.393l4.699-17.317A2.89%202.89%200%200%201%2018.094%203h.023a3.25%203.25%200%200%201%202.815%201.625l4.764%208.25c.28.487.364%201.053.252%201.587A7.47%207.47%200%200%200%2021.499%2013c-1.98%200-3.78.768-5.12%202.02l2.463-9.073a.75.75%200%200%200-1.448-.392l-4.698%2017.314A2.89%202.89%200%200%201%209.91%2025h-.03a3.25%203.25%200%200%201-2.816-1.625L2.3%2015.125a2.25%202.25%200%200%201%200-2.25l5.052-8.75A2.25%202.25%200%200%201%209.3%203zm2.71%2018a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-.814a4%204%200%200%200%202.7%201.984a4%204%200%200%200%203.63-1.09a.5.5%200%200%200-.708-.708A3%203%200%200%201%2018.773%2022h.727a.5.5%200%200%200%200-1zm4.801-4.669a4%204%200%200%200-3.63%201.09a.5.5%200%200%200%20.707.708a3.003%203.003%200%200%201%204.043-.183A3%203%200%200%201%2024.227%2019H23.5a.5.5%200%200%200%200%201h2a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-1%200v.814a4%204%200%200%200-2.699-1.983%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.5%2014a6.5%206.5%200%201%201%200%2013a6.5%206.5%200%200%201%200-13M14.79%203c-.428.49-.75%201.08-.93%201.738L9.162%2022.055a.751.751%200%200%200%201.448.393l4.699-17.317A2.89%202.89%200%200%201%2018.094%203h.023a3.25%203.25%200%200%201%202.815%201.625l4.764%208.25c.28.487.364%201.053.252%201.587A7.47%207.47%200%200%200%2021.499%2013c-1.98%200-3.78.768-5.12%202.02l2.463-9.073a.75.75%200%200%200-1.448-.392l-4.698%2017.314A2.89%202.89%200%200%201%209.91%2025h-.03a3.25%203.25%200%200%201-2.816-1.625L2.3%2015.125a2.25%202.25%200%200%201%200-2.25l5.052-8.75A2.25%202.25%200%200%201%209.3%203zm2.71%2018a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-.814a4%204%200%200%200%202.7%201.984a4%204%200%200%200%203.63-1.09a.5.5%200%200%200-.708-.708A3%203%200%200%201%2018.773%2022h.727a.5.5%200%200%200%200-1zm4.801-4.669a4%204%200%200%200-3.63%201.09a.5.5%200%200%200%20.707.708a3.003%203.003%200%200%201%204.043-.183A3%203%200%200%201%2024.227%2019H23.5a.5.5%200%200%200%200%201h2a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-1%200v.814a4%204%200%200%200-2.699-1.983%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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