repeat-1 from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
repeat-1
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
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 56 56"><path fill="currentColor" d="M51.063 22.41c1.453 0 2.25-.797 2.25-2.297V9.215c0-1.688-1.078-2.813-2.719-2.813c-1.383 0-2.18.446-3.281 1.29l-3 2.32c-.54.422-.75.89-.75 1.406c0 .75.562 1.383 1.523 1.383c.375 0 .75-.117 1.078-.399l2.414-1.945h.188v9.656c0 1.5.82 2.297 2.297 2.297m-48.68 4.008a2.57 2.57 0 0 0 2.578 2.578a2.576 2.576 0 0 0 2.602-2.578v-1.547c0-3.726 2.554-6.187 6.398-6.187h12.656v4.898c0 1.266.82 2.063 2.11 2.063c.562 0 1.148-.211 1.593-.586l8.86-7.313c1.054-.867 1.031-2.25 0-3.14l-8.86-7.36c-.445-.352-1.03-.586-1.593-.586c-1.29 0-2.11.82-2.11 2.086v4.852H14.453c-7.36 0-12.07 4.242-12.07 10.898Zm21.96 6.281c0-1.265-.796-2.062-2.085-2.062c-.563 0-1.148.21-1.594.562l-8.86 7.313c-1.054.867-1.054 2.25 0 3.14l8.86 7.36a2.52 2.52 0 0 0 1.594.586c1.289 0 2.086-.797 2.086-2.063v-4.898h17.203c7.36 0 12.07-4.266 12.07-10.899v-1.922a2.58 2.58 0 0 0-2.601-2.601a2.576 2.576 0 0 0-2.579 2.601v1.547c0 3.703-2.554 6.188-6.398 6.188H24.344Z"/></svg>

React

import type { SVGProps } from "react";

export function F7Repeat1(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M51.063 22.41c1.453 0 2.25-.797 2.25-2.297V9.215c0-1.688-1.078-2.813-2.719-2.813c-1.383 0-2.18.446-3.281 1.29l-3 2.32c-.54.422-.75.89-.75 1.406c0 .75.562 1.383 1.523 1.383c.375 0 .75-.117 1.078-.399l2.414-1.945h.188v9.656c0 1.5.82 2.297 2.297 2.297m-48.68 4.008a2.57 2.57 0 0 0 2.578 2.578a2.576 2.576 0 0 0 2.602-2.578v-1.547c0-3.726 2.554-6.187 6.398-6.187h12.656v4.898c0 1.266.82 2.063 2.11 2.063c.562 0 1.148-.211 1.593-.586l8.86-7.313c1.054-.867 1.031-2.25 0-3.14l-8.86-7.36c-.445-.352-1.03-.586-1.593-.586c-1.29 0-2.11.82-2.11 2.086v4.852H14.453c-7.36 0-12.07 4.242-12.07 10.898Zm21.96 6.281c0-1.265-.796-2.062-2.085-2.062c-.563 0-1.148.21-1.594.562l-8.86 7.313c-1.054.867-1.054 2.25 0 3.14l8.86 7.36a2.52 2.52 0 0 0 1.594.586c1.289 0 2.086-.797 2.086-2.063v-4.898h17.203c7.36 0 12.07-4.266 12.07-10.899v-1.922a2.58 2.58 0 0 0-2.601-2.601a2.576 2.576 0 0 0-2.579 2.601v1.547c0 3.703-2.554 6.188-6.398 6.188H24.344Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M51.063 22.41c1.453 0 2.25-.797 2.25-2.297V9.215c0-1.688-1.078-2.813-2.719-2.813c-1.383 0-2.18.446-3.281 1.29l-3 2.32c-.54.422-.75.89-.75 1.406c0 .75.562 1.383 1.523 1.383c.375 0 .75-.117 1.078-.399l2.414-1.945h.188v9.656c0 1.5.82 2.297 2.297 2.297m-48.68 4.008a2.57 2.57 0 0 0 2.578 2.578a2.576 2.576 0 0 0 2.602-2.578v-1.547c0-3.726 2.554-6.187 6.398-6.187h12.656v4.898c0 1.266.82 2.063 2.11 2.063c.562 0 1.148-.211 1.593-.586l8.86-7.313c1.054-.867 1.031-2.25 0-3.14l-8.86-7.36c-.445-.352-1.03-.586-1.593-.586c-1.29 0-2.11.82-2.11 2.086v4.852H14.453c-7.36 0-12.07 4.242-12.07 10.898Zm21.96 6.281c0-1.265-.796-2.062-2.085-2.062c-.563 0-1.148.21-1.594.562l-8.86 7.313c-1.054.867-1.054 2.25 0 3.14l8.86 7.36a2.52 2.52 0 0 0 1.594.586c1.289 0 2.086-.797 2.086-2.063v-4.898h17.203c7.36 0 12.07-4.266 12.07-10.899v-1.922a2.58 2.58 0 0 0-2.601-2.601a2.576 2.576 0 0 0-2.579 2.601v1.547c0 3.703-2.554 6.188-6.398 6.188H24.344Z"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M51.063%2022.41c1.453%200%202.25-.797%202.25-2.297V9.215c0-1.688-1.078-2.813-2.719-2.813c-1.383%200-2.18.446-3.281%201.29l-3%202.32c-.54.422-.75.89-.75%201.406c0%20.75.562%201.383%201.523%201.383c.375%200%20.75-.117%201.078-.399l2.414-1.945h.188v9.656c0%201.5.82%202.297%202.297%202.297m-48.68%204.008a2.57%202.57%200%200%200%202.578%202.578a2.576%202.576%200%200%200%202.602-2.578v-1.547c0-3.726%202.554-6.187%206.398-6.187h12.656v4.898c0%201.266.82%202.063%202.11%202.063c.562%200%201.148-.211%201.593-.586l8.86-7.313c1.054-.867%201.031-2.25%200-3.14l-8.86-7.36c-.445-.352-1.03-.586-1.593-.586c-1.29%200-2.11.82-2.11%202.086v4.852H14.453c-7.36%200-12.07%204.242-12.07%2010.898Zm21.96%206.281c0-1.265-.796-2.062-2.085-2.062c-.563%200-1.148.21-1.594.562l-8.86%207.313c-1.054.867-1.054%202.25%200%203.14l8.86%207.36a2.52%202.52%200%200%200%201.594.586c1.289%200%202.086-.797%202.086-2.063v-4.898h17.203c7.36%200%2012.07-4.266%2012.07-10.899v-1.922a2.58%202.58%200%200%200-2.601-2.601a2.576%202.576%200%200%200-2.579%202.601v1.547c0%203.703-2.554%206.188-6.398%206.188H24.344Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M51.063%2022.41c1.453%200%202.25-.797%202.25-2.297V9.215c0-1.688-1.078-2.813-2.719-2.813c-1.383%200-2.18.446-3.281%201.29l-3%202.32c-.54.422-.75.89-.75%201.406c0%20.75.562%201.383%201.523%201.383c.375%200%20.75-.117%201.078-.399l2.414-1.945h.188v9.656c0%201.5.82%202.297%202.297%202.297m-48.68%204.008a2.57%202.57%200%200%200%202.578%202.578a2.576%202.576%200%200%200%202.602-2.578v-1.547c0-3.726%202.554-6.187%206.398-6.187h12.656v4.898c0%201.266.82%202.063%202.11%202.063c.562%200%201.148-.211%201.593-.586l8.86-7.313c1.054-.867%201.031-2.25%200-3.14l-8.86-7.36c-.445-.352-1.03-.586-1.593-.586c-1.29%200-2.11.82-2.11%202.086v4.852H14.453c-7.36%200-12.07%204.242-12.07%2010.898Zm21.96%206.281c0-1.265-.796-2.062-2.085-2.062c-.563%200-1.148.21-1.594.562l-8.86%207.313c-1.054.867-1.054%202.25%200%203.14l8.86%207.36a2.52%202.52%200%200%200%201.594.586c1.289%200%202.086-.797%202.086-2.063v-4.898h17.203c7.36%200%2012.07-4.266%2012.07-10.899v-1.922a2.58%202.58%200%200%200-2.601-2.601a2.576%202.576%200%200%200-2.579%202.601v1.547c0%203.703-2.554%206.188-6.398%206.188H24.344Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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