flip vertical2 icon
flip-vertical2 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- flip-vertical2
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the flip vertical2 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 d="M11.516 3h.968c1.961 0 2.942 0 3.208.594s-.394 1.31-1.713 2.742l-.484.526C12.796 7.62 12.447 8 12 8s-.796-.38-1.495-1.138l-.484-.526C8.7 4.904 8.042 4.188 8.308 3.594S9.555 3 11.516 3Zm0 18h.968c1.961 0 2.942 0 3.208-.594s-.394-1.31-1.713-2.742l-.484-.526C12.796 16.38 12.447 16 12 16s-.796.38-1.495 1.138l-.484.526c-1.32 1.432-1.979 2.148-1.713 2.742S9.555 21 11.516 21Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M22 12h-2m-4 0h-2m-4 0H8m-4 0H2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFlipVertical2(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 d="M11.516 3h.968c1.961 0 2.942 0 3.208.594s-.394 1.31-1.713 2.742l-.484.526C12.796 7.62 12.447 8 12 8s-.796-.38-1.495-1.138l-.484-.526C8.7 4.904 8.042 4.188 8.308 3.594S9.555 3 11.516 3Zm0 18h.968c1.961 0 2.942 0 3.208-.594s-.394-1.31-1.713-2.742l-.484-.526C12.796 16.38 12.447 16 12 16s-.796.38-1.495 1.138l-.484.526c-1.32 1.432-1.979 2.148-1.713 2.742S9.555 21 11.516 21Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M22 12h-2m-4 0h-2m-4 0H8m-4 0H2"/></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 d="M11.516 3h.968c1.961 0 2.942 0 3.208.594s-.394 1.31-1.713 2.742l-.484.526C12.796 7.62 12.447 8 12 8s-.796-.38-1.495-1.138l-.484-.526C8.7 4.904 8.042 4.188 8.308 3.594S9.555 3 11.516 3Zm0 18h.968c1.961 0 2.942 0 3.208-.594s-.394-1.31-1.713-2.742l-.484-.526C12.796 16.38 12.447 16 12 16s-.796.38-1.495 1.138l-.484.526c-1.32 1.432-1.979 2.148-1.713 2.742S9.555 21 11.516 21Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M22 12h-2m-4 0h-2m-4 0H8m-4 0H2"/></g></svg> </template>
CSS
.icon-flip-vertical2 {
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%20d%3D%22M11.516%203h.968c1.961%200%202.942%200%203.208.594s-.394%201.31-1.713%202.742l-.484.526C12.796%207.62%2012.447%208%2012%208s-.796-.38-1.495-1.138l-.484-.526C8.7%204.904%208.042%204.188%208.308%203.594S9.555%203%2011.516%203Zm0%2018h.968c1.961%200%202.942%200%203.208-.594s-.394-1.31-1.713-2.742l-.484-.526C12.796%2016.38%2012.447%2016%2012%2016s-.796.38-1.495%201.138l-.484.526c-1.32%201.432-1.979%202.148-1.713%202.742S9.555%2021%2011.516%2021Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2012h-2m-4%200h-2m-4%200H8m-4%200H2%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%20d%3D%22M11.516%203h.968c1.961%200%202.942%200%203.208.594s-.394%201.31-1.713%202.742l-.484.526C12.796%207.62%2012.447%208%2012%208s-.796-.38-1.495-1.138l-.484-.526C8.7%204.904%208.042%204.188%208.308%203.594S9.555%203%2011.516%203Zm0%2018h.968c1.961%200%202.942%200%203.208-.594s-.394-1.31-1.713-2.742l-.484-.526C12.796%2016.38%2012.447%2016%2012%2016s-.796.38-1.495%201.138l-.484.526c-1.32%201.432-1.979%202.148-1.713%202.742S9.555%2021%2011.516%2021Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2012h-2m-4%200h-2m-4%200H8m-4%200H2%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-vertical2.svg?color=%231a73e8&size=48