repeat icon
repeat from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- repeat
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
repeatBoxIcons v2repeatCarbonrepeat-fillEva IconsrepeatFramework7 IconsrepeatFont Awesome 6 SolidrepeatFeather Iconsrepeatcss.ggrepeatHuge IconsrepeatIconoirrepeatIonIconsrepeatJam IconsrepeatLuciderepeatMaterial SymbolsrepeatMaterial Design Iconsrepeat-fillMingCute IconrepeatPhosphorrepeatPixelarticonsrepeat-fillRemix Iconrepeat-boldSolarrepeatTabler IconsrepeatUniconsrepeatUnicons MonochromerepeatUnicons Solid
Related icons in Bootstrap Icons
Use the repeat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 5.466V4H5a4 4 0 0 0-3.584 5.777a.5.5 0 1 1-.896.446A5 5 0 0 1 5 3h6V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192m3.81.086a.5.5 0 0 1 .67.225A5 5 0 0 1 11 13H5v1.466a.25.25 0 0 1-.41.192l-2.36-1.966a.25.25 0 0 1 0-.384l2.36-1.966a.25.25 0 0 1 .41.192V12h6a4 4 0 0 0 3.585-5.777a.5.5 0 0 1 .225-.67Z"/></svg>
React
import type { SVGProps } from "react";
export function BiRepeat(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="M11 5.466V4H5a4 4 0 0 0-3.584 5.777a.5.5 0 1 1-.896.446A5 5 0 0 1 5 3h6V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192m3.81.086a.5.5 0 0 1 .67.225A5 5 0 0 1 11 13H5v1.466a.25.25 0 0 1-.41.192l-2.36-1.966a.25.25 0 0 1 0-.384l2.36-1.966a.25.25 0 0 1 .41.192V12h6a4 4 0 0 0 3.585-5.777a.5.5 0 0 1 .225-.67Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 5.466V4H5a4 4 0 0 0-3.584 5.777a.5.5 0 1 1-.896.446A5 5 0 0 1 5 3h6V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192m3.81.086a.5.5 0 0 1 .67.225A5 5 0 0 1 11 13H5v1.466a.25.25 0 0 1-.41.192l-2.36-1.966a.25.25 0 0 1 0-.384l2.36-1.966a.25.25 0 0 1 .41.192V12h6a4 4 0 0 0 3.585-5.777a.5.5 0 0 1 .225-.67Z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%205.466V4H5a4%204%200%200%200-3.584%205.777a.5.5%200%201%201-.896.446A5%205%200%200%201%205%203h6V1.534a.25.25%200%200%201%20.41-.192l2.36%201.966c.12.1.12.284%200%20.384l-2.36%201.966a.25.25%200%200%201-.41-.192m3.81.086a.5.5%200%200%201%20.67.225A5%205%200%200%201%2011%2013H5v1.466a.25.25%200%200%201-.41.192l-2.36-1.966a.25.25%200%200%201%200-.384l2.36-1.966a.25.25%200%200%201%20.41.192V12h6a4%204%200%200%200%203.585-5.777a.5.5%200%200%201%20.225-.67Z%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%22M11%205.466V4H5a4%204%200%200%200-3.584%205.777a.5.5%200%201%201-.896.446A5%205%200%200%201%205%203h6V1.534a.25.25%200%200%201%20.41-.192l2.36%201.966c.12.1.12.284%200%20.384l-2.36%201.966a.25.25%200%200%201-.41-.192m3.81.086a.5.5%200%200%201%20.67.225A5%205%200%200%201%2011%2013H5v1.466a.25.25%200%200%201-.41.192l-2.36-1.966a.25.25%200%200%201%200-.384l2.36-1.966a.25.25%200%200%201%20.41.192V12h6a4%204%200%200%200%203.585-5.777a.5.5%200%200%201%20.225-.67Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/repeat.svg?color=%231a73e8&size=48