flip left icon
flip-left from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- flip-left
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the flip left 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="M2 9.667v4.666M7.5 3.015C8 2.998 8.5 2.997 9 3M7.5 20.985c.5.017 1 .018 1.5.017M4.745 3.537a5 5 0 0 0-2.217 2.226M2.5 18.18a5 5 0 0 0 2.245 2.283"/><path d="M12 5.505c0-1.958.638-2.498 2.5-2.498c2.532 0 5.454-.25 6.897 2.248C22 6.3 22 7.7 22 10.501v2.998c0 2.801 0 4.202-.603 5.246c-1.443 2.498-4.365 2.248-6.897 2.248c-1.862 0-2.5-.54-2.5-2.498z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFlipLeft(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="M2 9.667v4.666M7.5 3.015C8 2.998 8.5 2.997 9 3M7.5 20.985c.5.017 1 .018 1.5.017M4.745 3.537a5 5 0 0 0-2.217 2.226M2.5 18.18a5 5 0 0 0 2.245 2.283"/><path d="M12 5.505c0-1.958.638-2.498 2.5-2.498c2.532 0 5.454-.25 6.897 2.248C22 6.3 22 7.7 22 10.501v2.998c0 2.801 0 4.202-.603 5.246c-1.443 2.498-4.365 2.248-6.897 2.248c-1.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="M2 9.667v4.666M7.5 3.015C8 2.998 8.5 2.997 9 3M7.5 20.985c.5.017 1 .018 1.5.017M4.745 3.537a5 5 0 0 0-2.217 2.226M2.5 18.18a5 5 0 0 0 2.245 2.283"/><path d="M12 5.505c0-1.958.638-2.498 2.5-2.498c2.532 0 5.454-.25 6.897 2.248C22 6.3 22 7.7 22 10.501v2.998c0 2.801 0 4.202-.603 5.246c-1.443 2.498-4.365 2.248-6.897 2.248c-1.862 0-2.5-.54-2.5-2.498z"/></g></svg> </template>
CSS
.icon-flip-left {
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%22M2%209.667v4.666M7.5%203.015C8%202.998%208.5%202.997%209%203M7.5%2020.985c.5.017%201%20.018%201.5.017M4.745%203.537a5%205%200%200%200-2.217%202.226M2.5%2018.18a5%205%200%200%200%202.245%202.283%22%2F%3E%3Cpath%20d%3D%22M12%205.505c0-1.958.638-2.498%202.5-2.498c2.532%200%205.454-.25%206.897%202.248C22%206.3%2022%207.7%2022%2010.501v2.998c0%202.801%200%204.202-.603%205.246c-1.443%202.498-4.365%202.248-6.897%202.248c-1.862%200-2.5-.54-2.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%22M2%209.667v4.666M7.5%203.015C8%202.998%208.5%202.997%209%203M7.5%2020.985c.5.017%201%20.018%201.5.017M4.745%203.537a5%205%200%200%200-2.217%202.226M2.5%2018.18a5%205%200%200%200%202.245%202.283%22%2F%3E%3Cpath%20d%3D%22M12%205.505c0-1.958.638-2.498%202.5-2.498c2.532%200%205.454-.25%206.897%202.248C22%206.3%2022%207.7%2022%2010.501v2.998c0%202.801%200%204.202-.603%205.246c-1.443%202.498-4.365%202.248-6.897%202.248c-1.862%200-2.5-.54-2.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-left.svg?color=%231a73e8&size=48