arrow-repeat-1-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
arrow-repeat-1-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow repeat 1 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.712 2.289l-.087-.078a1 1 0 0 0-1.327.078l-.078.087a1 1 0 0 0 .078 1.326l1.299 1.297H8.999l-.24.004A6.997 6.997 0 0 0 2 11.993a6.94 6.94 0 0 0 1.189 3.899a.999.999 0 0 0 1.626-1.163l-.135-.218A4.997 4.997 0 0 1 9 6.998h5.595l-1.297 1.297l-.078.087a.999.999 0 0 0 1.492 1.326l3.006-3.003l.077-.087a1 1 0 0 0-.078-1.326zm6.075 5.771A.999.999 0 0 0 19 8.677c0 .209.064.402.172.561c.435.658.72 1.424.803 2.25a6.5 6.5 0 0 1 1.982 1.281a6.96 6.96 0 0 0-1.17-4.712zM9.415 16.99h1.605a6.6 6.6 0 0 0 .151 1.998H9.405l1.304 1.303l.077.087a1 1 0 0 1-1.397 1.41l-.095-.084L6.29 18.7l-.077-.087a1 1 0 0 1-.006-1.231l.083-.095l3.005-3.003l.088-.078c.36-.284.87-.286 1.232-.006l.095.084l.077.087a1 1 0 0 1 .006 1.231l-.083.095zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-4.885-3.487a.5.5 0 0 0-.562.263a4.8 4.8 0 0 1-.613.828c-.334.373-.744.739-1.164.949a.5.5 0 1 0 .448.894c.489-.244.926-.616 1.276-.977v4.53a.5.5 0 0 0 1 0v-6a.5.5 0 0 0-.385-.487"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowRepeat124Filled(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="m14.712 2.289l-.087-.078a1 1 0 0 0-1.327.078l-.078.087a1 1 0 0 0 .078 1.326l1.299 1.297H8.999l-.24.004A6.997 6.997 0 0 0 2 11.993a6.94 6.94 0 0 0 1.189 3.899a.999.999 0 0 0 1.626-1.163l-.135-.218A4.997 4.997 0 0 1 9 6.998h5.595l-1.297 1.297l-.078.087a.999.999 0 0 0 1.492 1.326l3.006-3.003l.077-.087a1 1 0 0 0-.078-1.326zm6.075 5.771A.999.999 0 0 0 19 8.677c0 .209.064.402.172.561c.435.658.72 1.424.803 2.25a6.5 6.5 0 0 1 1.982 1.281a6.96 6.96 0 0 0-1.17-4.712zM9.415 16.99h1.605a6.6 6.6 0 0 0 .151 1.998H9.405l1.304 1.303l.077.087a1 1 0 0 1-1.397 1.41l-.095-.084L6.29 18.7l-.077-.087a1 1 0 0 1-.006-1.231l.083-.095l3.005-3.003l.088-.078c.36-.284.87-.286 1.232-.006l.095.084l.077.087a1 1 0 0 1 .006 1.231l-.083.095zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-4.885-3.487a.5.5 0 0 0-.562.263a4.8 4.8 0 0 1-.613.828c-.334.373-.744.739-1.164.949a.5.5 0 1 0 .448.894c.489-.244.926-.616 1.276-.977v4.53a.5.5 0 0 0 1 0v-6a.5.5 0 0 0-.385-.487"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.712 2.289l-.087-.078a1 1 0 0 0-1.327.078l-.078.087a1 1 0 0 0 .078 1.326l1.299 1.297H8.999l-.24.004A6.997 6.997 0 0 0 2 11.993a6.94 6.94 0 0 0 1.189 3.899a.999.999 0 0 0 1.626-1.163l-.135-.218A4.997 4.997 0 0 1 9 6.998h5.595l-1.297 1.297l-.078.087a.999.999 0 0 0 1.492 1.326l3.006-3.003l.077-.087a1 1 0 0 0-.078-1.326zm6.075 5.771A.999.999 0 0 0 19 8.677c0 .209.064.402.172.561c.435.658.72 1.424.803 2.25a6.5 6.5 0 0 1 1.982 1.281a6.96 6.96 0 0 0-1.17-4.712zM9.415 16.99h1.605a6.6 6.6 0 0 0 .151 1.998H9.405l1.304 1.303l.077.087a1 1 0 0 1-1.397 1.41l-.095-.084L6.29 18.7l-.077-.087a1 1 0 0 1-.006-1.231l.083-.095l3.005-3.003l.088-.078c.36-.284.87-.286 1.232-.006l.095.084l.077.087a1 1 0 0 1 .006 1.231l-.083.095zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-4.885-3.487a.5.5 0 0 0-.562.263a4.8 4.8 0 0 1-.613.828c-.334.373-.744.739-1.164.949a.5.5 0 1 0 .448.894c.489-.244.926-.616 1.276-.977v4.53a.5.5 0 0 0 1 0v-6a.5.5 0 0 0-.385-.487"/></svg>
</template>

CSS

.icon-arrow-repeat-1-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.712%202.289l-.087-.078a1%201%200%200%200-1.327.078l-.078.087a1%201%200%200%200%20.078%201.326l1.299%201.297H8.999l-.24.004A6.997%206.997%200%200%200%202%2011.993a6.94%206.94%200%200%200%201.189%203.899a.999.999%200%200%200%201.626-1.163l-.135-.218A4.997%204.997%200%200%201%209%206.998h5.595l-1.297%201.297l-.078.087a.999.999%200%200%200%201.492%201.326l3.006-3.003l.077-.087a1%201%200%200%200-.078-1.326zm6.075%205.771A.999.999%200%200%200%2019%208.677c0%20.209.064.402.172.561c.435.658.72%201.424.803%202.25a6.5%206.5%200%200%201%201.982%201.281a6.96%206.96%200%200%200-1.17-4.712zM9.415%2016.99h1.605a6.6%206.6%200%200%200%20.151%201.998H9.405l1.304%201.303l.077.087a1%201%200%200%201-1.397%201.41l-.095-.084L6.29%2018.7l-.077-.087a1%201%200%200%201-.006-1.231l.083-.095l3.005-3.003l.088-.078c.36-.284.87-.286%201.232-.006l.095.084l.077.087a1%201%200%200%201%20.006%201.231l-.083.095zM23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-4.885-3.487a.5.5%200%200%200-.562.263a4.8%204.8%200%200%201-.613.828c-.334.373-.744.739-1.164.949a.5.5%200%201%200%20.448.894c.489-.244.926-.616%201.276-.977v4.53a.5.5%200%200%200%201%200v-6a.5.5%200%200%200-.385-.487%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%22m14.712%202.289l-.087-.078a1%201%200%200%200-1.327.078l-.078.087a1%201%200%200%200%20.078%201.326l1.299%201.297H8.999l-.24.004A6.997%206.997%200%200%200%202%2011.993a6.94%206.94%200%200%200%201.189%203.899a.999.999%200%200%200%201.626-1.163l-.135-.218A4.997%204.997%200%200%201%209%206.998h5.595l-1.297%201.297l-.078.087a.999.999%200%200%200%201.492%201.326l3.006-3.003l.077-.087a1%201%200%200%200-.078-1.326zm6.075%205.771A.999.999%200%200%200%2019%208.677c0%20.209.064.402.172.561c.435.658.72%201.424.803%202.25a6.5%206.5%200%200%201%201.982%201.281a6.96%206.96%200%200%200-1.17-4.712zM9.415%2016.99h1.605a6.6%206.6%200%200%200%20.151%201.998H9.405l1.304%201.303l.077.087a1%201%200%200%201-1.397%201.41l-.095-.084L6.29%2018.7l-.077-.087a1%201%200%200%201-.006-1.231l.083-.095l3.005-3.003l.088-.078c.36-.284.87-.286%201.232-.006l.095.084l.077.087a1%201%200%200%201%20.006%201.231l-.083.095zM23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-4.885-3.487a.5.5%200%200%200-.562.263a4.8%204.8%200%200%201-.613.828c-.334.373-.744.739-1.164.949a.5.5%200%201%200%20.448.894c.489-.244.926-.616%201.276-.977v4.53a.5.5%200%200%200%201%200v-6a.5.5%200%200%200-.385-.487%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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