flip right icon

flip-right from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
flip-right
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the flip right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M22 9.667v4.666M16.5 3.015c-.5-.017-1-.018-1.5-.016m1.5 17.986c-.5.017-1 .018-1.5.017m4.255-17.465a5 5 0 0 1 2.217 2.226M21.5 18.18a5 5 0 0 1-2.245 2.283"/><path d="M12 5.505c0-1.958-.638-2.498-2.5-2.498c-2.532 0-5.454-.25-6.897 2.248C2 6.3 2 7.7 2 10.501v2.998c0 2.801 0 4.202.603 5.246c1.443 2.498 4.365 2.248 6.897 2.248c1.862 0 2.5-.54 2.5-2.498z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFlipRight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M22 9.667v4.666M16.5 3.015c-.5-.017-1-.018-1.5-.016m1.5 17.986c-.5.017-1 .018-1.5.017m4.255-17.465a5 5 0 0 1 2.217 2.226M21.5 18.18a5 5 0 0 1-2.245 2.283"/><path d="M12 5.505c0-1.958-.638-2.498-2.5-2.498c-2.532 0-5.454-.25-6.897 2.248C2 6.3 2 7.7 2 10.501v2.998c0 2.801 0 4.202.603 5.246c1.443 2.498 4.365 2.248 6.897 2.248c1.862 0 2.5-.54 2.5-2.498z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M22 9.667v4.666M16.5 3.015c-.5-.017-1-.018-1.5-.016m1.5 17.986c-.5.017-1 .018-1.5.017m4.255-17.465a5 5 0 0 1 2.217 2.226M21.5 18.18a5 5 0 0 1-2.245 2.283"/><path d="M12 5.505c0-1.958-.638-2.498-2.5-2.498c-2.532 0-5.454-.25-6.897 2.248C2 6.3 2 7.7 2 10.501v2.998c0 2.801 0 4.202.603 5.246c1.443 2.498 4.365 2.248 6.897 2.248c1.862 0 2.5-.54 2.5-2.498z"/></g></svg>
</template>

CSS

.icon-flip-right {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%209.667v4.666M16.5%203.015c-.5-.017-1-.018-1.5-.016m1.5%2017.986c-.5.017-1%20.018-1.5.017m4.255-17.465a5%205%200%200%201%202.217%202.226M21.5%2018.18a5%205%200%200%201-2.245%202.283%22%2F%3E%3Cpath%20d%3D%22M12%205.505c0-1.958-.638-2.498-2.5-2.498c-2.532%200-5.454-.25-6.897%202.248C2%206.3%202%207.7%202%2010.501v2.998c0%202.801%200%204.202.603%205.246c1.443%202.498%204.365%202.248%206.897%202.248c1.862%200%202.5-.54%202.5-2.498z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%209.667v4.666M16.5%203.015c-.5-.017-1-.018-1.5-.016m1.5%2017.986c-.5.017-1%20.018-1.5.017m4.255-17.465a5%205%200%200%201%202.217%202.226M21.5%2018.18a5%205%200%200%201-2.245%202.283%22%2F%3E%3Cpath%20d%3D%22M12%205.505c0-1.958-.638-2.498-2.5-2.498c-2.532%200-5.454-.25-6.897%202.248C2%206.3%202%207.7%202%2010.501v2.998c0%202.801%200%204.202.603%205.246c1.443%202.498%204.365%202.248%206.897%202.248c1.862%200%202.5-.54%202.5-2.498z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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