repeat one icon

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

Name
repeat-one-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 one 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.46967ZM14.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.2374 21.8232 15.5303 21.5303C15.8232 21.2374 15.8232 20.7626 15.5303 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" clip-rule="evenodd"/><path d="M12.75 10C12.75 9.69668 12.5673 9.4232 12.287 9.30711C12.0068 9.19103 11.6842 9.25519 11.4697 9.46969L9.96967 10.9697C9.67678 11.2626 9.67678 11.7375 9.96967 12.0304C10.2626 12.3232 10.7374 12.3232 11.0303 12.0304L11.25 11.8107V14C11.25 14.4142 11.5858 14.75 12 14.75C12.4142 14.75 12.75 14.4142 12.75 14V10Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarRepeatOneBoldDuotone(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.46967ZM14.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.2374 21.8232 15.5303 21.5303C15.8232 21.2374 15.8232 20.7626 15.5303 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" clipRule="evenodd"/><path d="M12.75 10C12.75 9.69668 12.5673 9.4232 12.287 9.30711C12.0068 9.19103 11.6842 9.25519 11.4697 9.46969L9.96967 10.9697C9.67678 11.2626 9.67678 11.7375 9.96967 12.0304C10.2626 12.3232 10.7374 12.3232 11.0303 12.0304L11.25 11.8107V14C11.25 14.4142 11.5858 14.75 12 14.75C12.4142 14.75 12.75 14.4142 12.75 14V10Z" 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.46967ZM14.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.2374 21.8232 15.5303 21.5303C15.8232 21.2374 15.8232 20.7626 15.5303 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" clip-rule="evenodd"/><path d="M12.75 10C12.75 9.69668 12.5673 9.4232 12.287 9.30711C12.0068 9.19103 11.6842 9.25519 11.4697 9.46969L9.96967 10.9697C9.67678 11.2626 9.67678 11.7375 9.96967 12.0304C10.2626 12.3232 10.7374 12.3232 11.0303 12.0304L11.25 11.8107V14C11.25 14.4142 11.5858 14.75 12 14.75C12.4142 14.75 12.75 14.4142 12.75 14V10Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-repeat-one-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.46967ZM14.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.2374%2021.8232%2015.5303%2021.5303C15.8232%2021.2374%2015.8232%2020.7626%2015.5303%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%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.75%2010C12.75%209.69668%2012.5673%209.4232%2012.287%209.30711C12.0068%209.19103%2011.6842%209.25519%2011.4697%209.46969L9.96967%2010.9697C9.67678%2011.2626%209.67678%2011.7375%209.96967%2012.0304C10.2626%2012.3232%2010.7374%2012.3232%2011.0303%2012.0304L11.25%2011.8107V14C11.25%2014.4142%2011.5858%2014.75%2012%2014.75C12.4142%2014.75%2012.75%2014.4142%2012.75%2014V10Z%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.46967ZM14.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.2374%2021.8232%2015.5303%2021.5303C15.8232%2021.2374%2015.8232%2020.7626%2015.5303%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%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.75%2010C12.75%209.69668%2012.5673%209.4232%2012.287%209.30711C12.0068%209.19103%2011.6842%209.25519%2011.4697%209.46969L9.96967%2010.9697C9.67678%2011.2626%209.67678%2011.7375%209.96967%2012.0304C10.2626%2012.3232%2010.7374%2012.3232%2011.0303%2012.0304L11.25%2011.8107V14C11.25%2014.4142%2011.5858%2014.75%2012%2014.75C12.4142%2014.75%2012.75%2014.4142%2012.75%2014V10Z%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-one-bold-duotone.svg?color=%231a73e8&size=48