repeat-1 from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
repeat-1
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Use the repeat 1 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11 4v1.466a.25.25 0 0 0 .41.192l2.36-1.966a.25.25 0 0 0 0-.384l-2.36-1.966a.25.25 0 0 0-.41.192V3H5a5 5 0 0 0-4.48 7.223a.5.5 0 0 0 .896-.446A4 4 0 0 1 5 4zm4.48 1.777a.5.5 0 0 0-.896.446A4 4 0 0 1 11 12H5.001v-1.466a.25.25 0 0 0-.41-.192l-2.36 1.966a.25.25 0 0 0 0 .384l2.36 1.966a.25.25 0 0 0 .41-.192V13h6a5 5 0 0 0 4.48-7.223Z"/><path d="M9 5.5a.5.5 0 0 0-.854-.354l-1.75 1.75a.5.5 0 1 0 .708.708L8 6.707V10.5a.5.5 0 0 0 1 0z"/></g></svg>

React

import type { SVGProps } from "react";

export function BiRepeat1(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11 4v1.466a.25.25 0 0 0 .41.192l2.36-1.966a.25.25 0 0 0 0-.384l-2.36-1.966a.25.25 0 0 0-.41.192V3H5a5 5 0 0 0-4.48 7.223a.5.5 0 0 0 .896-.446A4 4 0 0 1 5 4zm4.48 1.777a.5.5 0 0 0-.896.446A4 4 0 0 1 11 12H5.001v-1.466a.25.25 0 0 0-.41-.192l-2.36 1.966a.25.25 0 0 0 0 .384l2.36 1.966a.25.25 0 0 0 .41-.192V13h6a5 5 0 0 0 4.48-7.223Z"/><path d="M9 5.5a.5.5 0 0 0-.854-.354l-1.75 1.75a.5.5 0 1 0 .708.708L8 6.707V10.5a.5.5 0 0 0 1 0z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11 4v1.466a.25.25 0 0 0 .41.192l2.36-1.966a.25.25 0 0 0 0-.384l-2.36-1.966a.25.25 0 0 0-.41.192V3H5a5 5 0 0 0-4.48 7.223a.5.5 0 0 0 .896-.446A4 4 0 0 1 5 4zm4.48 1.777a.5.5 0 0 0-.896.446A4 4 0 0 1 11 12H5.001v-1.466a.25.25 0 0 0-.41-.192l-2.36 1.966a.25.25 0 0 0 0 .384l2.36 1.966a.25.25 0 0 0 .41-.192V13h6a5 5 0 0 0 4.48-7.223Z"/><path d="M9 5.5a.5.5 0 0 0-.854-.354l-1.75 1.75a.5.5 0 1 0 .708.708L8 6.707V10.5a.5.5 0 0 0 1 0z"/></g></svg>
</template>

CSS

.icon-repeat-1 {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11%204v1.466a.25.25%200%200%200%20.41.192l2.36-1.966a.25.25%200%200%200%200-.384l-2.36-1.966a.25.25%200%200%200-.41.192V3H5a5%205%200%200%200-4.48%207.223a.5.5%200%200%200%20.896-.446A4%204%200%200%201%205%204zm4.48%201.777a.5.5%200%200%200-.896.446A4%204%200%200%201%2011%2012H5.001v-1.466a.25.25%200%200%200-.41-.192l-2.36%201.966a.25.25%200%200%200%200%20.384l2.36%201.966a.25.25%200%200%200%20.41-.192V13h6a5%205%200%200%200%204.48-7.223Z%22%2F%3E%3Cpath%20d%3D%22M9%205.5a.5.5%200%200%200-.854-.354l-1.75%201.75a.5.5%200%201%200%20.708.708L8%206.707V10.5a.5.5%200%200%200%201%200z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11%204v1.466a.25.25%200%200%200%20.41.192l2.36-1.966a.25.25%200%200%200%200-.384l-2.36-1.966a.25.25%200%200%200-.41.192V3H5a5%205%200%200%200-4.48%207.223a.5.5%200%200%200%20.896-.446A4%204%200%200%201%205%204zm4.48%201.777a.5.5%200%200%200-.896.446A4%204%200%200%201%2011%2012H5.001v-1.466a.25.25%200%200%200-.41-.192l-2.36%201.966a.25.25%200%200%200%200%20.384l2.36%201.966a.25.25%200%200%200%20.41-.192V13h6a5%205%200%200%200%204.48-7.223Z%22%2F%3E%3Cpath%20d%3D%22M9%205.5a.5.5%200%200%200-.854-.354l-1.75%201.75a.5.5%200%201%200%20.708.708L8%206.707V10.5a.5.5%200%200%200%201%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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