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

Name
arrow-repeat-1-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M12.75 5.515a.75.75 0 0 1 .617.323l.04.066a4 4 0 0 1 .585 2.35A4.5 4.5 0 0 0 12.5 8c0-.495-.144-.956-.391-1.344a.75.75 0 0 1 .641-1.141M8 12.5v-.056L7.555 12h.473a4.5 4.5 0 0 1 .44-1.5h-.912l.721-.72l.073-.085a.75.75 0 0 0-1.133-.976L5.215 10.72l-.073.085a.75.75 0 0 0 .073.976l2.002 2.002l.084.072a.75.75 0 0 0 .904-.008A4.5 4.5 0 0 1 8 12.5M7.72 2.218a.75.75 0 0 1 .976-.073l.084.073l2.002 2.001l.073.085a.75.75 0 0 1 .007.882l-.08.094L8.78 7.282l-.084.072a.75.75 0 0 1-.882.008l-.094-.08l-.073-.084a.75.75 0 0 1-.007-.883l.08-.094l.721-.722H6a2.5 2.5 0 0 0-2.495 2.336L3.5 8c0 .421.104.818.288 1.167l.11.184a.75.75 0 0 1-1.283.777A4 4 0 0 1 5.8 4.005L6 4l2.44-.001l-.72-.72l-.073-.085a.75.75 0 0 1 .073-.976M16 12.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-2.952-2.661a.62.62 0 0 0-.68.233c-.213.303-.58.726-1.092.98a.5.5 0 1 0 .448.895a3.7 3.7 0 0 0 .776-.529V14.5a.5.5 0 0 0 1 0v-4.076c0-.349-.267-.533-.452-.585"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowRepeat116Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.75 5.515a.75.75 0 0 1 .617.323l.04.066a4 4 0 0 1 .585 2.35A4.5 4.5 0 0 0 12.5 8c0-.495-.144-.956-.391-1.344a.75.75 0 0 1 .641-1.141M8 12.5v-.056L7.555 12h.473a4.5 4.5 0 0 1 .44-1.5h-.912l.721-.72l.073-.085a.75.75 0 0 0-1.133-.976L5.215 10.72l-.073.085a.75.75 0 0 0 .073.976l2.002 2.002l.084.072a.75.75 0 0 0 .904-.008A4.5 4.5 0 0 1 8 12.5M7.72 2.218a.75.75 0 0 1 .976-.073l.084.073l2.002 2.001l.073.085a.75.75 0 0 1 .007.882l-.08.094L8.78 7.282l-.084.072a.75.75 0 0 1-.882.008l-.094-.08l-.073-.084a.75.75 0 0 1-.007-.883l.08-.094l.721-.722H6a2.5 2.5 0 0 0-2.495 2.336L3.5 8c0 .421.104.818.288 1.167l.11.184a.75.75 0 0 1-1.283.777A4 4 0 0 1 5.8 4.005L6 4l2.44-.001l-.72-.72l-.073-.085a.75.75 0 0 1 .073-.976M16 12.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-2.952-2.661a.62.62 0 0 0-.68.233c-.213.303-.58.726-1.092.98a.5.5 0 1 0 .448.895a3.7 3.7 0 0 0 .776-.529V14.5a.5.5 0 0 0 1 0v-4.076c0-.349-.267-.533-.452-.585"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.75 5.515a.75.75 0 0 1 .617.323l.04.066a4 4 0 0 1 .585 2.35A4.5 4.5 0 0 0 12.5 8c0-.495-.144-.956-.391-1.344a.75.75 0 0 1 .641-1.141M8 12.5v-.056L7.555 12h.473a4.5 4.5 0 0 1 .44-1.5h-.912l.721-.72l.073-.085a.75.75 0 0 0-1.133-.976L5.215 10.72l-.073.085a.75.75 0 0 0 .073.976l2.002 2.002l.084.072a.75.75 0 0 0 .904-.008A4.5 4.5 0 0 1 8 12.5M7.72 2.218a.75.75 0 0 1 .976-.073l.084.073l2.002 2.001l.073.085a.75.75 0 0 1 .007.882l-.08.094L8.78 7.282l-.084.072a.75.75 0 0 1-.882.008l-.094-.08l-.073-.084a.75.75 0 0 1-.007-.883l.08-.094l.721-.722H6a2.5 2.5 0 0 0-2.495 2.336L3.5 8c0 .421.104.818.288 1.167l.11.184a.75.75 0 0 1-1.283.777A4 4 0 0 1 5.8 4.005L6 4l2.44-.001l-.72-.72l-.073-.085a.75.75 0 0 1 .073-.976M16 12.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-2.952-2.661a.62.62 0 0 0-.68.233c-.213.303-.58.726-1.092.98a.5.5 0 1 0 .448.895a3.7 3.7 0 0 0 .776-.529V14.5a.5.5 0 0 0 1 0v-4.076c0-.349-.267-.533-.452-.585"/></svg>
</template>

CSS

.icon-arrow-repeat-1-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.75%205.515a.75.75%200%200%201%20.617.323l.04.066a4%204%200%200%201%20.585%202.35A4.5%204.5%200%200%200%2012.5%208c0-.495-.144-.956-.391-1.344a.75.75%200%200%201%20.641-1.141M8%2012.5v-.056L7.555%2012h.473a4.5%204.5%200%200%201%20.44-1.5h-.912l.721-.72l.073-.085a.75.75%200%200%200-1.133-.976L5.215%2010.72l-.073.085a.75.75%200%200%200%20.073.976l2.002%202.002l.084.072a.75.75%200%200%200%20.904-.008A4.5%204.5%200%200%201%208%2012.5M7.72%202.218a.75.75%200%200%201%20.976-.073l.084.073l2.002%202.001l.073.085a.75.75%200%200%201%20.007.882l-.08.094L8.78%207.282l-.084.072a.75.75%200%200%201-.882.008l-.094-.08l-.073-.084a.75.75%200%200%201-.007-.883l.08-.094l.721-.722H6a2.5%202.5%200%200%200-2.495%202.336L3.5%208c0%20.421.104.818.288%201.167l.11.184a.75.75%200%200%201-1.283.777A4%204%200%200%201%205.8%204.005L6%204l2.44-.001l-.72-.72l-.073-.085a.75.75%200%200%201%20.073-.976M16%2012.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m-2.952-2.661a.62.62%200%200%200-.68.233c-.213.303-.58.726-1.092.98a.5.5%200%201%200%20.448.895a3.7%203.7%200%200%200%20.776-.529V14.5a.5.5%200%200%200%201%200v-4.076c0-.349-.267-.533-.452-.585%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.75%205.515a.75.75%200%200%201%20.617.323l.04.066a4%204%200%200%201%20.585%202.35A4.5%204.5%200%200%200%2012.5%208c0-.495-.144-.956-.391-1.344a.75.75%200%200%201%20.641-1.141M8%2012.5v-.056L7.555%2012h.473a4.5%204.5%200%200%201%20.44-1.5h-.912l.721-.72l.073-.085a.75.75%200%200%200-1.133-.976L5.215%2010.72l-.073.085a.75.75%200%200%200%20.073.976l2.002%202.002l.084.072a.75.75%200%200%200%20.904-.008A4.5%204.5%200%200%201%208%2012.5M7.72%202.218a.75.75%200%200%201%20.976-.073l.084.073l2.002%202.001l.073.085a.75.75%200%200%201%20.007.882l-.08.094L8.78%207.282l-.084.072a.75.75%200%200%201-.882.008l-.094-.08l-.073-.084a.75.75%200%200%201-.007-.883l.08-.094l.721-.722H6a2.5%202.5%200%200%200-2.495%202.336L3.5%208c0%20.421.104.818.288%201.167l.11.184a.75.75%200%200%201-1.283.777A4%204%200%200%201%205.8%204.005L6%204l2.44-.001l-.72-.72l-.073-.085a.75.75%200%200%201%20.073-.976M16%2012.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m-2.952-2.661a.62.62%200%200%200-.68.233c-.213.303-.58.726-1.092.98a.5.5%200%201%200%20.448.895a3.7%203.7%200%200%200%20.776-.529V14.5a.5.5%200%200%200%201%200v-4.076c0-.349-.267-.533-.452-.585%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-16-filled.svg?color=%231a73e8&size=48