repeat one2 icon

repeat-one2-duotone from Reicon by REICON · Duotone · Video · MIT Free for personal and commercial use.

Name
repeat-one2-duotone
Set
Reicon
Style
Duotone
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

More video icons from Reicon

Use the repeat one2 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="M8.716 3.203a.7.7 0 0 1 .987 0l1.86 1.846c.2.198.26.496.151.754a.7.7 0 0 1-.644.428H9.21C5.997 6.23 3.394 8.814 3.394 12S6 17.77 9.21 17.77h.464c.386 0 .698.31.698.692a.695.695 0 0 1-.698.692H9.21C5.228 19.154 2 15.95 2 12s3.228-7.154 7.21-7.154h.175l-.669-.664a.69.69 0 0 1 0-.98m4.912 2.336c0-.382.312-.692.698-.692h.465C18.772 4.846 22 8.05 22 12s-3.228 7.154-7.21 7.154h-.175l.669.664a.69.69 0 0 1 0 .98a.7.7 0 0 1-.987 0l-1.86-1.847a.69.69 0 0 1-.151-.754a.7.7 0 0 1 .644-.428h1.86c3.212 0 5.815-2.583 5.815-5.769s-2.603-5.77-5.814-5.77h-.465a.695.695 0 0 1-.698-.692" clip-rule="evenodd"/><path d="M5.488 12c0-2.04 1.666-3.692 3.721-3.692h5.582c2.055 0 3.72 1.653 3.72 3.692s-1.665 3.692-3.72 3.692H9.209c-2.055 0-3.72-1.653-3.72-3.692" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconRepeatOne2Duotone(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="M8.716 3.203a.7.7 0 0 1 .987 0l1.86 1.846c.2.198.26.496.151.754a.7.7 0 0 1-.644.428H9.21C5.997 6.23 3.394 8.814 3.394 12S6 17.77 9.21 17.77h.464c.386 0 .698.31.698.692a.695.695 0 0 1-.698.692H9.21C5.228 19.154 2 15.95 2 12s3.228-7.154 7.21-7.154h.175l-.669-.664a.69.69 0 0 1 0-.98m4.912 2.336c0-.382.312-.692.698-.692h.465C18.772 4.846 22 8.05 22 12s-3.228 7.154-7.21 7.154h-.175l.669.664a.69.69 0 0 1 0 .98a.7.7 0 0 1-.987 0l-1.86-1.847a.69.69 0 0 1-.151-.754a.7.7 0 0 1 .644-.428h1.86c3.212 0 5.815-2.583 5.815-5.769s-2.603-5.77-5.814-5.77h-.465a.695.695 0 0 1-.698-.692" clipRule="evenodd"/><path d="M5.488 12c0-2.04 1.666-3.692 3.721-3.692h5.582c2.055 0 3.72 1.653 3.72 3.692s-1.665 3.692-3.72 3.692H9.209c-2.055 0-3.72-1.653-3.72-3.692" 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="M8.716 3.203a.7.7 0 0 1 .987 0l1.86 1.846c.2.198.26.496.151.754a.7.7 0 0 1-.644.428H9.21C5.997 6.23 3.394 8.814 3.394 12S6 17.77 9.21 17.77h.464c.386 0 .698.31.698.692a.695.695 0 0 1-.698.692H9.21C5.228 19.154 2 15.95 2 12s3.228-7.154 7.21-7.154h.175l-.669-.664a.69.69 0 0 1 0-.98m4.912 2.336c0-.382.312-.692.698-.692h.465C18.772 4.846 22 8.05 22 12s-3.228 7.154-7.21 7.154h-.175l.669.664a.69.69 0 0 1 0 .98a.7.7 0 0 1-.987 0l-1.86-1.847a.69.69 0 0 1-.151-.754a.7.7 0 0 1 .644-.428h1.86c3.212 0 5.815-2.583 5.815-5.769s-2.603-5.77-5.814-5.77h-.465a.695.695 0 0 1-.698-.692" clip-rule="evenodd"/><path d="M5.488 12c0-2.04 1.666-3.692 3.721-3.692h5.582c2.055 0 3.72 1.653 3.72 3.692s-1.665 3.692-3.72 3.692H9.209c-2.055 0-3.72-1.653-3.72-3.692" opacity=".5"/></g></svg>
</template>

CSS

.icon-repeat-one2-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%22M8.716%203.203a.7.7%200%200%201%20.987%200l1.86%201.846c.2.198.26.496.151.754a.7.7%200%200%201-.644.428H9.21C5.997%206.23%203.394%208.814%203.394%2012S6%2017.77%209.21%2017.77h.464c.386%200%20.698.31.698.692a.695.695%200%200%201-.698.692H9.21C5.228%2019.154%202%2015.95%202%2012s3.228-7.154%207.21-7.154h.175l-.669-.664a.69.69%200%200%201%200-.98m4.912%202.336c0-.382.312-.692.698-.692h.465C18.772%204.846%2022%208.05%2022%2012s-3.228%207.154-7.21%207.154h-.175l.669.664a.69.69%200%200%201%200%20.98a.7.7%200%200%201-.987%200l-1.86-1.847a.69.69%200%200%201-.151-.754a.7.7%200%200%201%20.644-.428h1.86c3.212%200%205.815-2.583%205.815-5.769s-2.603-5.77-5.814-5.77h-.465a.695.695%200%200%201-.698-.692%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.488%2012c0-2.04%201.666-3.692%203.721-3.692h5.582c2.055%200%203.72%201.653%203.72%203.692s-1.665%203.692-3.72%203.692H9.209c-2.055%200-3.72-1.653-3.72-3.692%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%22M8.716%203.203a.7.7%200%200%201%20.987%200l1.86%201.846c.2.198.26.496.151.754a.7.7%200%200%201-.644.428H9.21C5.997%206.23%203.394%208.814%203.394%2012S6%2017.77%209.21%2017.77h.464c.386%200%20.698.31.698.692a.695.695%200%200%201-.698.692H9.21C5.228%2019.154%202%2015.95%202%2012s3.228-7.154%207.21-7.154h.175l-.669-.664a.69.69%200%200%201%200-.98m4.912%202.336c0-.382.312-.692.698-.692h.465C18.772%204.846%2022%208.05%2022%2012s-3.228%207.154-7.21%207.154h-.175l.669.664a.69.69%200%200%201%200%20.98a.7.7%200%200%201-.987%200l-1.86-1.847a.69.69%200%200%201-.151-.754a.7.7%200%200%201%20.644-.428h1.86c3.212%200%205.815-2.583%205.815-5.769s-2.603-5.77-5.814-5.77h-.465a.695.695%200%200%201-.698-.692%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.488%2012c0-2.04%201.666-3.692%203.721-3.692h5.582c2.055%200%203.72%201.653%203.72%203.692s-1.665%203.692-3.72%203.692H9.209c-2.055%200-3.72-1.653-3.72-3.692%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/reicon/repeat-one2-duotone.svg?color=%231a73e8&size=48