arrow sync dismiss icon

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

Name
arrow-sync-dismiss-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow sync dismiss icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.414 2.928a.5.5 0 0 1 0 .707l-.016.016a6.6 6.6 0 0 0-1.332-.152a6.5 6.5 0 0 0-3.959 11.706a.5.5 0 1 1-.6.8A7.5 7.5 0 0 1 9.583 2.51l-.996-.996a.5.5 0 0 1 .707-.707zm-2.812 13.42l-.016.015a.5.5 0 0 0 0 .707l2.121 2.121a.5.5 0 0 0 .707-.707l-.997-.997a7.5 7.5 0 0 0 4.075-13.495a.5.5 0 1 0-.6.8q.369.277.704.61a6.5 6.5 0 0 1-5.994 10.945m3.252-8.203a.5.5 0 0 1 0 .708l-1.147 1.146l1.147 1.146a.5.5 0 0 1-.708.708L10 10.706l-1.146 1.147a.5.5 0 0 1-.708-.707l1.147-1.147l-1.147-1.146a.5.5 0 1 1 .708-.708L10 9.292l1.146-1.147a.5.5 0 0 1 .708 0M5 10a5 5 0 1 1 10 0a5 5 0 0 1-10 0m5-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowSyncDismiss20Regular(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="M11.414 2.928a.5.5 0 0 1 0 .707l-.016.016a6.6 6.6 0 0 0-1.332-.152a6.5 6.5 0 0 0-3.959 11.706a.5.5 0 1 1-.6.8A7.5 7.5 0 0 1 9.583 2.51l-.996-.996a.5.5 0 0 1 .707-.707zm-2.812 13.42l-.016.015a.5.5 0 0 0 0 .707l2.121 2.121a.5.5 0 0 0 .707-.707l-.997-.997a7.5 7.5 0 0 0 4.075-13.495a.5.5 0 1 0-.6.8q.369.277.704.61a6.5 6.5 0 0 1-5.994 10.945m3.252-8.203a.5.5 0 0 1 0 .708l-1.147 1.146l1.147 1.146a.5.5 0 0 1-.708.708L10 10.706l-1.146 1.147a.5.5 0 0 1-.708-.707l1.147-1.147l-1.147-1.146a.5.5 0 1 1 .708-.708L10 9.292l1.146-1.147a.5.5 0 0 1 .708 0M5 10a5 5 0 1 1 10 0a5 5 0 0 1-10 0m5-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.414 2.928a.5.5 0 0 1 0 .707l-.016.016a6.6 6.6 0 0 0-1.332-.152a6.5 6.5 0 0 0-3.959 11.706a.5.5 0 1 1-.6.8A7.5 7.5 0 0 1 9.583 2.51l-.996-.996a.5.5 0 0 1 .707-.707zm-2.812 13.42l-.016.015a.5.5 0 0 0 0 .707l2.121 2.121a.5.5 0 0 0 .707-.707l-.997-.997a7.5 7.5 0 0 0 4.075-13.495a.5.5 0 1 0-.6.8q.369.277.704.61a6.5 6.5 0 0 1-5.994 10.945m3.252-8.203a.5.5 0 0 1 0 .708l-1.147 1.146l1.147 1.146a.5.5 0 0 1-.708.708L10 10.706l-1.146 1.147a.5.5 0 0 1-.708-.707l1.147-1.147l-1.147-1.146a.5.5 0 1 1 .708-.708L10 9.292l1.146-1.147a.5.5 0 0 1 .708 0M5 10a5 5 0 1 1 10 0a5 5 0 0 1-10 0m5-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/></svg>
</template>

CSS

.icon-arrow-sync-dismiss-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%22M11.414%202.928a.5.5%200%200%201%200%20.707l-.016.016a6.6%206.6%200%200%200-1.332-.152a6.5%206.5%200%200%200-3.959%2011.706a.5.5%200%201%201-.6.8A7.5%207.5%200%200%201%209.583%202.51l-.996-.996a.5.5%200%200%201%20.707-.707zm-2.812%2013.42l-.016.015a.5.5%200%200%200%200%20.707l2.121%202.121a.5.5%200%200%200%20.707-.707l-.997-.997a7.5%207.5%200%200%200%204.075-13.495a.5.5%200%201%200-.6.8q.369.277.704.61a6.5%206.5%200%200%201-5.994%2010.945m3.252-8.203a.5.5%200%200%201%200%20.708l-1.147%201.146l1.147%201.146a.5.5%200%200%201-.708.708L10%2010.706l-1.146%201.147a.5.5%200%200%201-.708-.707l1.147-1.147l-1.147-1.146a.5.5%200%201%201%20.708-.708L10%209.292l1.146-1.147a.5.5%200%200%201%20.708%200M5%2010a5%205%200%201%201%2010%200a5%205%200%200%201-10%200m5-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8%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%22M11.414%202.928a.5.5%200%200%201%200%20.707l-.016.016a6.6%206.6%200%200%200-1.332-.152a6.5%206.5%200%200%200-3.959%2011.706a.5.5%200%201%201-.6.8A7.5%207.5%200%200%201%209.583%202.51l-.996-.996a.5.5%200%200%201%20.707-.707zm-2.812%2013.42l-.016.015a.5.5%200%200%200%200%20.707l2.121%202.121a.5.5%200%200%200%20.707-.707l-.997-.997a7.5%207.5%200%200%200%204.075-13.495a.5.5%200%201%200-.6.8q.369.277.704.61a6.5%206.5%200%200%201-5.994%2010.945m3.252-8.203a.5.5%200%200%201%200%20.708l-1.147%201.146l1.147%201.146a.5.5%200%200%201-.708.708L10%2010.706l-1.146%201.147a.5.5%200%200%201-.708-.707l1.147-1.147l-1.147-1.146a.5.5%200%201%201%20.708-.708L10%209.292l1.146-1.147a.5.5%200%200%201%20.708%200M5%2010a5%205%200%201%201%2010%200a5%205%200%200%201-10%200m5-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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