repeat icon

repeat-bold-duotone from Solar by 480 Design · Bold Duotone · Video · CC-BY-4.0 Attribution required.

Name
repeat-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More video icons from Solar

Use the repeat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9.53033 2.46967C9.23744 2.17678 8.76256 2.17678 8.46967 2.46967C8.17678 2.76256 8.17678 3.23744 8.46967 3.53033L9.18934 4.25H9C4.71979 4.25 1.25 7.71979 1.25 12C1.25 16.2802 4.72011 19.75 9.00028 19.75H9.5C9.91421 19.75 10.25 19.4142 10.25 19C10.25 18.5858 9.91421 18.25 9.5 18.25H9.00028C5.54846 18.25 2.75 15.4517 2.75 12C2.75 8.54822 5.54822 5.75 9 5.75H11C11.3033 5.75 11.5768 5.56727 11.6929 5.28701C11.809 5.00676 11.7448 4.68417 11.5303 4.46967L9.53033 2.46967Z" clip-rule="evenodd"/><path d="M14.5 4.25C14.0858 4.25 13.75 4.58579 13.75 5C13.75 5.41421 14.0858 5.75 14.5 5.75H15C18.4518 5.75 21.25 8.54822 21.25 12C21.25 15.4518 18.4518 18.25 15 18.25H13C12.6967 18.25 12.4232 18.4327 12.3071 18.713C12.191 18.9932 12.2552 19.3158 12.4697 19.5303L14.4697 21.5303C14.7626 21.8232 15.2375 21.8232 15.5304 21.5303C15.8232 21.2374 15.8232 20.7626 15.5304 20.4697L14.8107 19.75H15C19.2802 19.75 22.75 16.2802 22.75 12C22.75 7.71979 19.2802 4.25 15 4.25H14.5Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarRepeatBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M9.53033 2.46967C9.23744 2.17678 8.76256 2.17678 8.46967 2.46967C8.17678 2.76256 8.17678 3.23744 8.46967 3.53033L9.18934 4.25H9C4.71979 4.25 1.25 7.71979 1.25 12C1.25 16.2802 4.72011 19.75 9.00028 19.75H9.5C9.91421 19.75 10.25 19.4142 10.25 19C10.25 18.5858 9.91421 18.25 9.5 18.25H9.00028C5.54846 18.25 2.75 15.4517 2.75 12C2.75 8.54822 5.54822 5.75 9 5.75H11C11.3033 5.75 11.5768 5.56727 11.6929 5.28701C11.809 5.00676 11.7448 4.68417 11.5303 4.46967L9.53033 2.46967Z" clipRule="evenodd"/><path d="M14.5 4.25C14.0858 4.25 13.75 4.58579 13.75 5C13.75 5.41421 14.0858 5.75 14.5 5.75H15C18.4518 5.75 21.25 8.54822 21.25 12C21.25 15.4518 18.4518 18.25 15 18.25H13C12.6967 18.25 12.4232 18.4327 12.3071 18.713C12.191 18.9932 12.2552 19.3158 12.4697 19.5303L14.4697 21.5303C14.7626 21.8232 15.2375 21.8232 15.5304 21.5303C15.8232 21.2374 15.8232 20.7626 15.5304 20.4697L14.8107 19.75H15C19.2802 19.75 22.75 16.2802 22.75 12C22.75 7.71979 19.2802 4.25 15 4.25H14.5Z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9.53033 2.46967C9.23744 2.17678 8.76256 2.17678 8.46967 2.46967C8.17678 2.76256 8.17678 3.23744 8.46967 3.53033L9.18934 4.25H9C4.71979 4.25 1.25 7.71979 1.25 12C1.25 16.2802 4.72011 19.75 9.00028 19.75H9.5C9.91421 19.75 10.25 19.4142 10.25 19C10.25 18.5858 9.91421 18.25 9.5 18.25H9.00028C5.54846 18.25 2.75 15.4517 2.75 12C2.75 8.54822 5.54822 5.75 9 5.75H11C11.3033 5.75 11.5768 5.56727 11.6929 5.28701C11.809 5.00676 11.7448 4.68417 11.5303 4.46967L9.53033 2.46967Z" clip-rule="evenodd"/><path d="M14.5 4.25C14.0858 4.25 13.75 4.58579 13.75 5C13.75 5.41421 14.0858 5.75 14.5 5.75H15C18.4518 5.75 21.25 8.54822 21.25 12C21.25 15.4518 18.4518 18.25 15 18.25H13C12.6967 18.25 12.4232 18.4327 12.3071 18.713C12.191 18.9932 12.2552 19.3158 12.4697 19.5303L14.4697 21.5303C14.7626 21.8232 15.2375 21.8232 15.5304 21.5303C15.8232 21.2374 15.8232 20.7626 15.5304 20.4697L14.8107 19.75H15C19.2802 19.75 22.75 16.2802 22.75 12C22.75 7.71979 19.2802 4.25 15 4.25H14.5Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-repeat-bold-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.53033%202.46967C9.23744%202.17678%208.76256%202.17678%208.46967%202.46967C8.17678%202.76256%208.17678%203.23744%208.46967%203.53033L9.18934%204.25H9C4.71979%204.25%201.25%207.71979%201.25%2012C1.25%2016.2802%204.72011%2019.75%209.00028%2019.75H9.5C9.91421%2019.75%2010.25%2019.4142%2010.25%2019C10.25%2018.5858%209.91421%2018.25%209.5%2018.25H9.00028C5.54846%2018.25%202.75%2015.4517%202.75%2012C2.75%208.54822%205.54822%205.75%209%205.75H11C11.3033%205.75%2011.5768%205.56727%2011.6929%205.28701C11.809%205.00676%2011.7448%204.68417%2011.5303%204.46967L9.53033%202.46967Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.5%204.25C14.0858%204.25%2013.75%204.58579%2013.75%205C13.75%205.41421%2014.0858%205.75%2014.5%205.75H15C18.4518%205.75%2021.25%208.54822%2021.25%2012C21.25%2015.4518%2018.4518%2018.25%2015%2018.25H13C12.6967%2018.25%2012.4232%2018.4327%2012.3071%2018.713C12.191%2018.9932%2012.2552%2019.3158%2012.4697%2019.5303L14.4697%2021.5303C14.7626%2021.8232%2015.2375%2021.8232%2015.5304%2021.5303C15.8232%2021.2374%2015.8232%2020.7626%2015.5304%2020.4697L14.8107%2019.75H15C19.2802%2019.75%2022.75%2016.2802%2022.75%2012C22.75%207.71979%2019.2802%204.25%2015%204.25H14.5Z%22%20opacity%3D%22.5%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.53033%202.46967C9.23744%202.17678%208.76256%202.17678%208.46967%202.46967C8.17678%202.76256%208.17678%203.23744%208.46967%203.53033L9.18934%204.25H9C4.71979%204.25%201.25%207.71979%201.25%2012C1.25%2016.2802%204.72011%2019.75%209.00028%2019.75H9.5C9.91421%2019.75%2010.25%2019.4142%2010.25%2019C10.25%2018.5858%209.91421%2018.25%209.5%2018.25H9.00028C5.54846%2018.25%202.75%2015.4517%202.75%2012C2.75%208.54822%205.54822%205.75%209%205.75H11C11.3033%205.75%2011.5768%205.56727%2011.6929%205.28701C11.809%205.00676%2011.7448%204.68417%2011.5303%204.46967L9.53033%202.46967Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.5%204.25C14.0858%204.25%2013.75%204.58579%2013.75%205C13.75%205.41421%2014.0858%205.75%2014.5%205.75H15C18.4518%205.75%2021.25%208.54822%2021.25%2012C21.25%2015.4518%2018.4518%2018.25%2015%2018.25H13C12.6967%2018.25%2012.4232%2018.4327%2012.3071%2018.713C12.191%2018.9932%2012.2552%2019.3158%2012.4697%2019.5303L14.4697%2021.5303C14.7626%2021.8232%2015.2375%2021.8232%2015.5304%2021.5303C15.8232%2021.2374%2015.8232%2020.7626%2015.5304%2020.4697L14.8107%2019.75H15C19.2802%2019.75%2022.75%2016.2802%2022.75%2012C22.75%207.71979%2019.2802%204.25%2015%204.25H14.5Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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