repeat once icon
repeat-once-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- repeat-once-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the repeat once icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M26 128a70.08 70.08 0 0 1 70-70h113.51l-13.75-13.76a6 6 0 0 1 8.48-8.48l24 24a6 6 0 0 1 0 8.48l-24 24a6 6 0 0 1-8.48-8.48L209.51 70H96a58.07 58.07 0 0 0-58 58a6 6 0 0 1-12 0m198-6a6 6 0 0 0-6 6a58.07 58.07 0 0 1-58 58H46.49l13.75-13.76a6 6 0 0 0-8.48-8.48l-24 24a6 6 0 0 0 0 8.48l24 24a6 6 0 0 0 8.48-8.48L46.49 198H160a70.08 70.08 0 0 0 70-70a6 6 0 0 0-6-6m-88 36a6 6 0 0 0 6-6v-48a6 6 0 0 0-8.68-5.37l-16 8a6 6 0 1 0 5.36 10.73l7.32-3.66V152a6 6 0 0 0 6 6"/></svg>
React
import type { SVGProps } from "react";
export function PhRepeatOnceLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M26 128a70.08 70.08 0 0 1 70-70h113.51l-13.75-13.76a6 6 0 0 1 8.48-8.48l24 24a6 6 0 0 1 0 8.48l-24 24a6 6 0 0 1-8.48-8.48L209.51 70H96a58.07 58.07 0 0 0-58 58a6 6 0 0 1-12 0m198-6a6 6 0 0 0-6 6a58.07 58.07 0 0 1-58 58H46.49l13.75-13.76a6 6 0 0 0-8.48-8.48l-24 24a6 6 0 0 0 0 8.48l24 24a6 6 0 0 0 8.48-8.48L46.49 198H160a70.08 70.08 0 0 0 70-70a6 6 0 0 0-6-6m-88 36a6 6 0 0 0 6-6v-48a6 6 0 0 0-8.68-5.37l-16 8a6 6 0 1 0 5.36 10.73l7.32-3.66V152a6 6 0 0 0 6 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M26 128a70.08 70.08 0 0 1 70-70h113.51l-13.75-13.76a6 6 0 0 1 8.48-8.48l24 24a6 6 0 0 1 0 8.48l-24 24a6 6 0 0 1-8.48-8.48L209.51 70H96a58.07 58.07 0 0 0-58 58a6 6 0 0 1-12 0m198-6a6 6 0 0 0-6 6a58.07 58.07 0 0 1-58 58H46.49l13.75-13.76a6 6 0 0 0-8.48-8.48l-24 24a6 6 0 0 0 0 8.48l24 24a6 6 0 0 0 8.48-8.48L46.49 198H160a70.08 70.08 0 0 0 70-70a6 6 0 0 0-6-6m-88 36a6 6 0 0 0 6-6v-48a6 6 0 0 0-8.68-5.37l-16 8a6 6 0 1 0 5.36 10.73l7.32-3.66V152a6 6 0 0 0 6 6"/></svg> </template>
CSS
.icon-repeat-once-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%20128a70.08%2070.08%200%200%201%2070-70h113.51l-13.75-13.76a6%206%200%200%201%208.48-8.48l24%2024a6%206%200%200%201%200%208.48l-24%2024a6%206%200%200%201-8.48-8.48L209.51%2070H96a58.07%2058.07%200%200%200-58%2058a6%206%200%200%201-12%200m198-6a6%206%200%200%200-6%206a58.07%2058.07%200%200%201-58%2058H46.49l13.75-13.76a6%206%200%200%200-8.48-8.48l-24%2024a6%206%200%200%200%200%208.48l24%2024a6%206%200%200%200%208.48-8.48L46.49%20198H160a70.08%2070.08%200%200%200%2070-70a6%206%200%200%200-6-6m-88%2036a6%206%200%200%200%206-6v-48a6%206%200%200%200-8.68-5.37l-16%208a6%206%200%201%200%205.36%2010.73l7.32-3.66V152a6%206%200%200%200%206%206%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%20128a70.08%2070.08%200%200%201%2070-70h113.51l-13.75-13.76a6%206%200%200%201%208.48-8.48l24%2024a6%206%200%200%201%200%208.48l-24%2024a6%206%200%200%201-8.48-8.48L209.51%2070H96a58.07%2058.07%200%200%200-58%2058a6%206%200%200%201-12%200m198-6a6%206%200%200%200-6%206a58.07%2058.07%200%200%201-58%2058H46.49l13.75-13.76a6%206%200%200%200-8.48-8.48l-24%2024a6%206%200%200%200%200%208.48l24%2024a6%206%200%200%200%208.48-8.48L46.49%20198H160a70.08%2070.08%200%200%200%2070-70a6%206%200%200%200-6-6m-88%2036a6%206%200%200%200%206-6v-48a6%206%200%200%200-8.68-5.37l-16%208a6%206%200%201%200%205.36%2010.73l7.32-3.66V152a6%206%200%200%200%206%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/repeat-once-light.svg?color=%231a73e8&size=48