flip vertical icon
flip-vertical from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- flip-vertical
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the flip vertical 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M9.58 6.295c.953 1.359 1.43 2.038 2.076 2.17c.227.047.461.047.688 0c.646-.132 1.123-.811 2.076-2.17c1.155-1.645 1.733-2.468 1.545-3.142a1.5 1.5 0 0 0-.355-.63C15.123 2 14.082 2 12 2s-3.123 0-3.61.522c-.168.181-.29.397-.355.631c-.188.674.39 1.497 1.545 3.142m4.84 11.41c-.953-1.359-1.43-2.038-2.076-2.17a1.7 1.7 0 0 0-.688 0c-.646.132-1.123.811-2.076 2.17c-1.155 1.645-1.733 2.468-1.545 3.142c.065.234.187.45.355.63C8.877 22 9.918 22 12 22s3.123 0 3.61-.522c.168-.181.29-.397.355-.631c.188-.675-.39-1.497-1.545-3.142"/><path d="M10 12h4m3.5 0H21M3 12h3.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFlipVertical(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M9.58 6.295c.953 1.359 1.43 2.038 2.076 2.17c.227.047.461.047.688 0c.646-.132 1.123-.811 2.076-2.17c1.155-1.645 1.733-2.468 1.545-3.142a1.5 1.5 0 0 0-.355-.63C15.123 2 14.082 2 12 2s-3.123 0-3.61.522c-.168.181-.29.397-.355.631c-.188.674.39 1.497 1.545 3.142m4.84 11.41c-.953-1.359-1.43-2.038-2.076-2.17a1.7 1.7 0 0 0-.688 0c-.646.132-1.123.811-2.076 2.17c-1.155 1.645-1.733 2.468-1.545 3.142c.065.234.187.45.355.63C8.877 22 9.918 22 12 22s3.123 0 3.61-.522c.168-.181.29-.397.355-.631c.188-.675-.39-1.497-1.545-3.142"/><path d="M10 12h4m3.5 0H21M3 12h3.5"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M9.58 6.295c.953 1.359 1.43 2.038 2.076 2.17c.227.047.461.047.688 0c.646-.132 1.123-.811 2.076-2.17c1.155-1.645 1.733-2.468 1.545-3.142a1.5 1.5 0 0 0-.355-.63C15.123 2 14.082 2 12 2s-3.123 0-3.61.522c-.168.181-.29.397-.355.631c-.188.674.39 1.497 1.545 3.142m4.84 11.41c-.953-1.359-1.43-2.038-2.076-2.17a1.7 1.7 0 0 0-.688 0c-.646.132-1.123.811-2.076 2.17c-1.155 1.645-1.733 2.468-1.545 3.142c.065.234.187.45.355.63C8.877 22 9.918 22 12 22s3.123 0 3.61-.522c.168-.181.29-.397.355-.631c.188-.675-.39-1.497-1.545-3.142"/><path d="M10 12h4m3.5 0H21M3 12h3.5"/></g></svg> </template>
CSS
.icon-flip-vertical {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.58%206.295c.953%201.359%201.43%202.038%202.076%202.17c.227.047.461.047.688%200c.646-.132%201.123-.811%202.076-2.17c1.155-1.645%201.733-2.468%201.545-3.142a1.5%201.5%200%200%200-.355-.63C15.123%202%2014.082%202%2012%202s-3.123%200-3.61.522c-.168.181-.29.397-.355.631c-.188.674.39%201.497%201.545%203.142m4.84%2011.41c-.953-1.359-1.43-2.038-2.076-2.17a1.7%201.7%200%200%200-.688%200c-.646.132-1.123.811-2.076%202.17c-1.155%201.645-1.733%202.468-1.545%203.142c.065.234.187.45.355.63C8.877%2022%209.918%2022%2012%2022s3.123%200%203.61-.522c.168-.181.29-.397.355-.631c.188-.675-.39-1.497-1.545-3.142%22%2F%3E%3Cpath%20d%3D%22M10%2012h4m3.5%200H21M3%2012h3.5%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.58%206.295c.953%201.359%201.43%202.038%202.076%202.17c.227.047.461.047.688%200c.646-.132%201.123-.811%202.076-2.17c1.155-1.645%201.733-2.468%201.545-3.142a1.5%201.5%200%200%200-.355-.63C15.123%202%2014.082%202%2012%202s-3.123%200-3.61.522c-.168.181-.29.397-.355.631c-.188.674.39%201.497%201.545%203.142m4.84%2011.41c-.953-1.359-1.43-2.038-2.076-2.17a1.7%201.7%200%200%200-.688%200c-.646.132-1.123.811-2.076%202.17c-1.155%201.645-1.733%202.468-1.545%203.142c.065.234.187.45.355.63C8.877%2022%209.918%2022%2012%2022s3.123%200%203.61-.522c.168-.181.29-.397.355-.631c.188-.675-.39-1.497-1.545-3.142%22%2F%3E%3Cpath%20d%3D%22M10%2012h4m3.5%200H21M3%2012h3.5%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-vertical.svg?color=%231a73e8&size=48