repeat from Unicons Monochrome by Iconscout · Monochrome · Design Tools · Apache-2.0 Free for personal and commercial use.

Name
repeat
Set
Unicons Monochrome
Style
Monochrome
Category
Design Tools
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More design tools icons from Unicons Monochrome

Use the repeat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.498 22a1 1 0 0 1-.707-.293l-2.5-2.5a1 1 0 0 1 0-1.414l2.5-2.5a1 1 0 0 1 1.414 1.414L10.412 18.5l1.793 1.793A1 1 0 0 1 11.498 22" opacity=".5"/><path fill="currentColor" d="M21 4.5h-2a1 1 0 0 0 0 2h1v11h-8.588l-1 1l1 1H21a1 1 0 0 0 1-1v-13a1 1 0 0 0-1-1" opacity=".5"/><path fill="currentColor" d="M12.5 2c.265 0 .52.105.707.293l2.5 2.5a1 1 0 0 1 0 1.414l-2.5 2.5a1 1 0 0 1-1.414-1.414L13.586 5.5l-1.793-1.793A1 1 0 0 1 12.5 2"/><path fill="currentColor" d="M5 17.5H4v-11h8.586l1-1l-1-1H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h2a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function UimRepeat(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="M11.498 22a1 1 0 0 1-.707-.293l-2.5-2.5a1 1 0 0 1 0-1.414l2.5-2.5a1 1 0 0 1 1.414 1.414L10.412 18.5l1.793 1.793A1 1 0 0 1 11.498 22" opacity=".5"/><path fill="currentColor" d="M21 4.5h-2a1 1 0 0 0 0 2h1v11h-8.588l-1 1l1 1H21a1 1 0 0 0 1-1v-13a1 1 0 0 0-1-1" opacity=".5"/><path fill="currentColor" d="M12.5 2c.265 0 .52.105.707.293l2.5 2.5a1 1 0 0 1 0 1.414l-2.5 2.5a1 1 0 0 1-1.414-1.414L13.586 5.5l-1.793-1.793A1 1 0 0 1 12.5 2"/><path fill="currentColor" d="M5 17.5H4v-11h8.586l1-1l-1-1H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h2a1 1 0 0 0 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.498 22a1 1 0 0 1-.707-.293l-2.5-2.5a1 1 0 0 1 0-1.414l2.5-2.5a1 1 0 0 1 1.414 1.414L10.412 18.5l1.793 1.793A1 1 0 0 1 11.498 22" opacity=".5"/><path fill="currentColor" d="M21 4.5h-2a1 1 0 0 0 0 2h1v11h-8.588l-1 1l1 1H21a1 1 0 0 0 1-1v-13a1 1 0 0 0-1-1" opacity=".5"/><path fill="currentColor" d="M12.5 2c.265 0 .52.105.707.293l2.5 2.5a1 1 0 0 1 0 1.414l-2.5 2.5a1 1 0 0 1-1.414-1.414L13.586 5.5l-1.793-1.793A1 1 0 0 1 12.5 2"/><path fill="currentColor" d="M5 17.5H4v-11h8.586l1-1l-1-1H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h2a1 1 0 0 0 0-2"/></svg>
</template>

CSS

.icon-repeat {
  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%22M11.498%2022a1%201%200%200%201-.707-.293l-2.5-2.5a1%201%200%200%201%200-1.414l2.5-2.5a1%201%200%200%201%201.414%201.414L10.412%2018.5l1.793%201.793A1%201%200%200%201%2011.498%2022%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%204.5h-2a1%201%200%200%200%200%202h1v11h-8.588l-1%201l1%201H21a1%201%200%200%200%201-1v-13a1%201%200%200%200-1-1%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%202c.265%200%20.52.105.707.293l2.5%202.5a1%201%200%200%201%200%201.414l-2.5%202.5a1%201%200%200%201-1.414-1.414L13.586%205.5l-1.793-1.793A1%201%200%200%201%2012.5%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2017.5H4v-11h8.586l1-1l-1-1H3a1%201%200%200%200-1%201v13a1%201%200%200%200%201%201h2a1%201%200%200%200%200-2%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%22M11.498%2022a1%201%200%200%201-.707-.293l-2.5-2.5a1%201%200%200%201%200-1.414l2.5-2.5a1%201%200%200%201%201.414%201.414L10.412%2018.5l1.793%201.793A1%201%200%200%201%2011.498%2022%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%204.5h-2a1%201%200%200%200%200%202h1v11h-8.588l-1%201l1%201H21a1%201%200%200%200%201-1v-13a1%201%200%200%200-1-1%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%202c.265%200%20.52.105.707.293l2.5%202.5a1%201%200%200%201%200%201.414l-2.5%202.5a1%201%200%200%201-1.414-1.414L13.586%205.5l-1.793-1.793A1%201%200%200%201%2012.5%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2017.5H4v-11h8.586l1-1l-1-1H3a1%201%200%200%200-1%201v13a1%201%200%200%200%201%201h2a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/repeat.svg?color=%231a73e8&size=48