image flip horizontal icon
image-flip-horizontal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- image-flip-horizontal
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×25
- License
- MIT
Related icons in Huge Icons
image-01image-02image-03image-actual-sizeimage-add-01image-add-02image-compositionimage-composition-ovalimage-counter-clockwiseimage-cropimage-delete-01image-delete-02image-done-01image-done-02image-downimage-downloadimage-download-02image-flip-verticalimage-minusimage-not-found-01image-not-found-02image-offimage-playimage-plus
Use the image flip horizontal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 25"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="m5.409 11.045l-2.074 3.923c-1.065 2.014-1.597 3.02-1.203 3.777s1.45.757 3.563.757H7.77c1.288 0 1.933 0 2.333-.442c.4-.441.4-1.152.4-2.573v-3.923c0-4.487 0-6.73-1.01-7.032c-1.01-.3-2.034 1.637-4.083 5.513Zm13.184 0l2.074 3.923c1.065 2.014 1.597 3.02 1.203 3.777s-1.45.757-3.563.757h-2.074c-1.289 0-1.933 0-2.333-.442c-.4-.441-.4-1.152-.4-2.573v-3.923c0-4.487 0-6.73 1.01-7.032c1.01-.3 2.034 1.637 4.083 5.513Z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsImageFlipHorizontal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 25"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5" d="m5.409 11.045l-2.074 3.923c-1.065 2.014-1.597 3.02-1.203 3.777s1.45.757 3.563.757H7.77c1.288 0 1.933 0 2.333-.442c.4-.441.4-1.152.4-2.573v-3.923c0-4.487 0-6.73-1.01-7.032c-1.01-.3-2.034 1.637-4.083 5.513Zm13.184 0l2.074 3.923c1.065 2.014 1.597 3.02 1.203 3.777s-1.45.757-3.563.757h-2.074c-1.289 0-1.933 0-2.333-.442c-.4-.441-.4-1.152-.4-2.573v-3.923c0-4.487 0-6.73 1.01-7.032c1.01-.3 2.034 1.637 4.083 5.513Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 25"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="m5.409 11.045l-2.074 3.923c-1.065 2.014-1.597 3.02-1.203 3.777s1.45.757 3.563.757H7.77c1.288 0 1.933 0 2.333-.442c.4-.441.4-1.152.4-2.573v-3.923c0-4.487 0-6.73-1.01-7.032c-1.01-.3-2.034 1.637-4.083 5.513Zm13.184 0l2.074 3.923c1.065 2.014 1.597 3.02 1.203 3.777s-1.45.757-3.563.757h-2.074c-1.289 0-1.933 0-2.333-.442c-.4-.441-.4-1.152-.4-2.573v-3.923c0-4.487 0-6.73 1.01-7.032c1.01-.3 2.034 1.637 4.083 5.513Z"/></svg> </template>
CSS
.icon-image-flip-horizontal {
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%2025%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m5.409%2011.045l-2.074%203.923c-1.065%202.014-1.597%203.02-1.203%203.777s1.45.757%203.563.757H7.77c1.288%200%201.933%200%202.333-.442c.4-.441.4-1.152.4-2.573v-3.923c0-4.487%200-6.73-1.01-7.032c-1.01-.3-2.034%201.637-4.083%205.513Zm13.184%200l2.074%203.923c1.065%202.014%201.597%203.02%201.203%203.777s-1.45.757-3.563.757h-2.074c-1.289%200-1.933%200-2.333-.442c-.4-.441-.4-1.152-.4-2.573v-3.923c0-4.487%200-6.73%201.01-7.032c1.01-.3%202.034%201.637%204.083%205.513Z%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%2024%2025%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m5.409%2011.045l-2.074%203.923c-1.065%202.014-1.597%203.02-1.203%203.777s1.45.757%203.563.757H7.77c1.288%200%201.933%200%202.333-.442c.4-.441.4-1.152.4-2.573v-3.923c0-4.487%200-6.73-1.01-7.032c-1.01-.3-2.034%201.637-4.083%205.513Zm13.184%200l2.074%203.923c1.065%202.014%201.597%203.02%201.203%203.777s-1.45.757-3.563.757h-2.074c-1.289%200-1.933%200-2.333-.442c-.4-.441-.4-1.152-.4-2.573v-3.923c0-4.487%200-6.73%201.01-7.032c1.01-.3%202.034%201.637%204.083%205.513Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/image-flip-horizontal.svg?color=%231a73e8&size=48