arrow repeat all off icon

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

Name
arrow-repeat-all-off-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 all off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.218 2.22a.75.75 0 0 1 .976-.073l.084.072l10.5 10.5l.073.085a.75.75 0 0 1-1.05 1.049l-.083-.073l-1.871-1.87q-.273.06-.558.08L10 12l-2.445-.001l.722.722a.75.75 0 0 1 .073.977l-.073.084a.75.75 0 0 1-.976.072l-.084-.072l-2.002-2.002a.75.75 0 0 1-.073-.976l.073-.085l2.002-2.001a.75.75 0 0 1 .265-.172l-2.718-2.72a2.5 2.5 0 0 0-.976 3.34l.11.185a.75.75 0 0 1-1.283.777A3.995 3.995 0 0 1 3.68 4.742L2.218 3.28l-.073-.084a.75.75 0 0 1 .073-.977M12.75 5.514a.75.75 0 0 1 .617.323l.04.064A4 4 0 0 1 14 8a3.98 3.98 0 0 1-.952 2.59l-1.066-1.066A2.5 2.5 0 0 0 12.5 8c0-.495-.144-.956-.391-1.344a.75.75 0 0 1 .641-1.141m-4.4 4.18l-.073.083l-.721.721h1.879l-.986-.987a.8.8 0 0 1-.099.182m-.627-7.477a.75.75 0 0 1 .976-.073l.084.073l2.002 2.001l.072.085a.75.75 0 0 1 .008.882l-.08.094L9.26 6.804L8.2 5.743l.244-.244h-.489L6.456 4h1.988l-.72-.72l-.073-.085a.75.75 0 0 1 .073-.976"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowRepeatAllOff16Filled(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="M2.218 2.22a.75.75 0 0 1 .976-.073l.084.072l10.5 10.5l.073.085a.75.75 0 0 1-1.05 1.049l-.083-.073l-1.871-1.87q-.273.06-.558.08L10 12l-2.445-.001l.722.722a.75.75 0 0 1 .073.977l-.073.084a.75.75 0 0 1-.976.072l-.084-.072l-2.002-2.002a.75.75 0 0 1-.073-.976l.073-.085l2.002-2.001a.75.75 0 0 1 .265-.172l-2.718-2.72a2.5 2.5 0 0 0-.976 3.34l.11.185a.75.75 0 0 1-1.283.777A3.995 3.995 0 0 1 3.68 4.742L2.218 3.28l-.073-.084a.75.75 0 0 1 .073-.977M12.75 5.514a.75.75 0 0 1 .617.323l.04.064A4 4 0 0 1 14 8a3.98 3.98 0 0 1-.952 2.59l-1.066-1.066A2.5 2.5 0 0 0 12.5 8c0-.495-.144-.956-.391-1.344a.75.75 0 0 1 .641-1.141m-4.4 4.18l-.073.083l-.721.721h1.879l-.986-.987a.8.8 0 0 1-.099.182m-.627-7.477a.75.75 0 0 1 .976-.073l.084.073l2.002 2.001l.072.085a.75.75 0 0 1 .008.882l-.08.094L9.26 6.804L8.2 5.743l.244-.244h-.489L6.456 4h1.988l-.72-.72l-.073-.085a.75.75 0 0 1 .073-.976"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.218 2.22a.75.75 0 0 1 .976-.073l.084.072l10.5 10.5l.073.085a.75.75 0 0 1-1.05 1.049l-.083-.073l-1.871-1.87q-.273.06-.558.08L10 12l-2.445-.001l.722.722a.75.75 0 0 1 .073.977l-.073.084a.75.75 0 0 1-.976.072l-.084-.072l-2.002-2.002a.75.75 0 0 1-.073-.976l.073-.085l2.002-2.001a.75.75 0 0 1 .265-.172l-2.718-2.72a2.5 2.5 0 0 0-.976 3.34l.11.185a.75.75 0 0 1-1.283.777A3.995 3.995 0 0 1 3.68 4.742L2.218 3.28l-.073-.084a.75.75 0 0 1 .073-.977M12.75 5.514a.75.75 0 0 1 .617.323l.04.064A4 4 0 0 1 14 8a3.98 3.98 0 0 1-.952 2.59l-1.066-1.066A2.5 2.5 0 0 0 12.5 8c0-.495-.144-.956-.391-1.344a.75.75 0 0 1 .641-1.141m-4.4 4.18l-.073.083l-.721.721h1.879l-.986-.987a.8.8 0 0 1-.099.182m-.627-7.477a.75.75 0 0 1 .976-.073l.084.073l2.002 2.001l.072.085a.75.75 0 0 1 .008.882l-.08.094L9.26 6.804L8.2 5.743l.244-.244h-.489L6.456 4h1.988l-.72-.72l-.073-.085a.75.75 0 0 1 .073-.976"/></svg>
</template>

CSS

.icon-arrow-repeat-all-off-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%22M2.218%202.22a.75.75%200%200%201%20.976-.073l.084.072l10.5%2010.5l.073.085a.75.75%200%200%201-1.05%201.049l-.083-.073l-1.871-1.87q-.273.06-.558.08L10%2012l-2.445-.001l.722.722a.75.75%200%200%201%20.073.977l-.073.084a.75.75%200%200%201-.976.072l-.084-.072l-2.002-2.002a.75.75%200%200%201-.073-.976l.073-.085l2.002-2.001a.75.75%200%200%201%20.265-.172l-2.718-2.72a2.5%202.5%200%200%200-.976%203.34l.11.185a.75.75%200%200%201-1.283.777A3.995%203.995%200%200%201%203.68%204.742L2.218%203.28l-.073-.084a.75.75%200%200%201%20.073-.977M12.75%205.514a.75.75%200%200%201%20.617.323l.04.064A4%204%200%200%201%2014%208a3.98%203.98%200%200%201-.952%202.59l-1.066-1.066A2.5%202.5%200%200%200%2012.5%208c0-.495-.144-.956-.391-1.344a.75.75%200%200%201%20.641-1.141m-4.4%204.18l-.073.083l-.721.721h1.879l-.986-.987a.8.8%200%200%201-.099.182m-.627-7.477a.75.75%200%200%201%20.976-.073l.084.073l2.002%202.001l.072.085a.75.75%200%200%201%20.008.882l-.08.094L9.26%206.804L8.2%205.743l.244-.244h-.489L6.456%204h1.988l-.72-.72l-.073-.085a.75.75%200%200%201%20.073-.976%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%22M2.218%202.22a.75.75%200%200%201%20.976-.073l.084.072l10.5%2010.5l.073.085a.75.75%200%200%201-1.05%201.049l-.083-.073l-1.871-1.87q-.273.06-.558.08L10%2012l-2.445-.001l.722.722a.75.75%200%200%201%20.073.977l-.073.084a.75.75%200%200%201-.976.072l-.084-.072l-2.002-2.002a.75.75%200%200%201-.073-.976l.073-.085l2.002-2.001a.75.75%200%200%201%20.265-.172l-2.718-2.72a2.5%202.5%200%200%200-.976%203.34l.11.185a.75.75%200%200%201-1.283.777A3.995%203.995%200%200%201%203.68%204.742L2.218%203.28l-.073-.084a.75.75%200%200%201%20.073-.977M12.75%205.514a.75.75%200%200%201%20.617.323l.04.064A4%204%200%200%201%2014%208a3.98%203.98%200%200%201-.952%202.59l-1.066-1.066A2.5%202.5%200%200%200%2012.5%208c0-.495-.144-.956-.391-1.344a.75.75%200%200%201%20.641-1.141m-4.4%204.18l-.073.083l-.721.721h1.879l-.986-.987a.8.8%200%200%201-.099.182m-.627-7.477a.75.75%200%200%201%20.976-.073l.084.073l2.002%202.001l.072.085a.75.75%200%200%201%20.008.882l-.08.094L9.26%206.804L8.2%205.743l.244-.244h-.489L6.456%204h1.988l-.72-.72l-.073-.085a.75.75%200%200%201%20.073-.976%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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