flip h icon
flip-h from Unicons Monochrome by Iconscout · Monochrome · Design Tools · Apache-2.0 Free for personal and commercial use.
- Name
- flip-h
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- Design Tools
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More design tools icons from Unicons Monochrome
Use the flip h icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 13H3a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2" opacity=".25"/><path fill="currentColor" d="m12 21l5-5H7z"/><path fill="currentColor" d="M12 22a1 1 0 0 1-.707-.293l-5-5A1 1 0 0 1 7 15h10a1 1 0 0 1 .707 1.707l-5 5A1 1 0 0 1 12 22m-2.586-5L12 19.586L14.586 17Z"/><path fill="currentColor" d="M12 4a.99.99 0 0 1-.92-1.38a1 1 0 0 1 .21-.33a1 1 0 0 1 1.09-.21a1 1 0 0 1 .33.21A1.05 1.05 0 0 1 13 3a.84.84 0 0 1-.08.38a1.2 1.2 0 0 1-.21.33A1 1 0 0 1 12 4M8.79 6.21a1.01 1.01 0 0 1 0-1.42a1.007 1.007 0 0 1 1.42 0a1.01 1.01 0 0 1 0 1.42a1.03 1.03 0 0 1-.71.29a1.03 1.03 0 0 1-.71-.29M7 9a.99.99 0 0 1-1-1a1 1 0 0 1 1.71-.71A1.05 1.05 0 0 1 8 8a.99.99 0 0 1-1 1m5.67-1a.997.997 0 0 1 1-1a1.003 1.003 0 0 1 1 1a1.003 1.003 0 0 1-1 1a.997.997 0 0 1-1-1M9.33 8a1.003 1.003 0 0 1 1-1a.997.997 0 0 1 1 1a.997.997 0 0 1-1 1a1.003 1.003 0 0 1-1-1M17 9a.99.99 0 0 1-1-1a1 1 0 1 1 2 0a.99.99 0 0 1-1 1m-3.21-2.79a1.01 1.01 0 0 1 0-1.42a1.007 1.007 0 0 1 1.42 0a1.01 1.01 0 0 1 0 1.42a1.03 1.03 0 0 1-.71.29a1.03 1.03 0 0 1-.71-.29" opacity=".5"/></svg>
React
import type { SVGProps } from "react";
export function UimFlipH(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 13H3a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2" opacity=".25"/><path fill="currentColor" d="m12 21l5-5H7z"/><path fill="currentColor" d="M12 22a1 1 0 0 1-.707-.293l-5-5A1 1 0 0 1 7 15h10a1 1 0 0 1 .707 1.707l-5 5A1 1 0 0 1 12 22m-2.586-5L12 19.586L14.586 17Z"/><path fill="currentColor" d="M12 4a.99.99 0 0 1-.92-1.38a1 1 0 0 1 .21-.33a1 1 0 0 1 1.09-.21a1 1 0 0 1 .33.21A1.05 1.05 0 0 1 13 3a.84.84 0 0 1-.08.38a1.2 1.2 0 0 1-.21.33A1 1 0 0 1 12 4M8.79 6.21a1.01 1.01 0 0 1 0-1.42a1.007 1.007 0 0 1 1.42 0a1.01 1.01 0 0 1 0 1.42a1.03 1.03 0 0 1-.71.29a1.03 1.03 0 0 1-.71-.29M7 9a.99.99 0 0 1-1-1a1 1 0 0 1 1.71-.71A1.05 1.05 0 0 1 8 8a.99.99 0 0 1-1 1m5.67-1a.997.997 0 0 1 1-1a1.003 1.003 0 0 1 1 1a1.003 1.003 0 0 1-1 1a.997.997 0 0 1-1-1M9.33 8a1.003 1.003 0 0 1 1-1a.997.997 0 0 1 1 1a.997.997 0 0 1-1 1a1.003 1.003 0 0 1-1-1M17 9a.99.99 0 0 1-1-1a1 1 0 1 1 2 0a.99.99 0 0 1-1 1m-3.21-2.79a1.01 1.01 0 0 1 0-1.42a1.007 1.007 0 0 1 1.42 0a1.01 1.01 0 0 1 0 1.42a1.03 1.03 0 0 1-.71.29a1.03 1.03 0 0 1-.71-.29" opacity=".5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 13H3a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2" opacity=".25"/><path fill="currentColor" d="m12 21l5-5H7z"/><path fill="currentColor" d="M12 22a1 1 0 0 1-.707-.293l-5-5A1 1 0 0 1 7 15h10a1 1 0 0 1 .707 1.707l-5 5A1 1 0 0 1 12 22m-2.586-5L12 19.586L14.586 17Z"/><path fill="currentColor" d="M12 4a.99.99 0 0 1-.92-1.38a1 1 0 0 1 .21-.33a1 1 0 0 1 1.09-.21a1 1 0 0 1 .33.21A1.05 1.05 0 0 1 13 3a.84.84 0 0 1-.08.38a1.2 1.2 0 0 1-.21.33A1 1 0 0 1 12 4M8.79 6.21a1.01 1.01 0 0 1 0-1.42a1.007 1.007 0 0 1 1.42 0a1.01 1.01 0 0 1 0 1.42a1.03 1.03 0 0 1-.71.29a1.03 1.03 0 0 1-.71-.29M7 9a.99.99 0 0 1-1-1a1 1 0 0 1 1.71-.71A1.05 1.05 0 0 1 8 8a.99.99 0 0 1-1 1m5.67-1a.997.997 0 0 1 1-1a1.003 1.003 0 0 1 1 1a1.003 1.003 0 0 1-1 1a.997.997 0 0 1-1-1M9.33 8a1.003 1.003 0 0 1 1-1a.997.997 0 0 1 1 1a.997.997 0 0 1-1 1a1.003 1.003 0 0 1-1-1M17 9a.99.99 0 0 1-1-1a1 1 0 1 1 2 0a.99.99 0 0 1-1 1m-3.21-2.79a1.01 1.01 0 0 1 0-1.42a1.007 1.007 0 0 1 1.42 0a1.01 1.01 0 0 1 0 1.42a1.03 1.03 0 0 1-.71.29a1.03 1.03 0 0 1-.71-.29" opacity=".5"/></svg> </template>
CSS
.icon-flip-h {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2013H3a1%201%200%200%201%200-2h18a1%201%200%200%201%200%202%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2021l5-5H7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2022a1%201%200%200%201-.707-.293l-5-5A1%201%200%200%201%207%2015h10a1%201%200%200%201%20.707%201.707l-5%205A1%201%200%200%201%2012%2022m-2.586-5L12%2019.586L14.586%2017Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204a.99.99%200%200%201-.92-1.38a1%201%200%200%201%20.21-.33a1%201%200%200%201%201.09-.21a1%201%200%200%201%20.33.21A1.05%201.05%200%200%201%2013%203a.84.84%200%200%201-.08.38a1.2%201.2%200%200%201-.21.33A1%201%200%200%201%2012%204M8.79%206.21a1.01%201.01%200%200%201%200-1.42a1.007%201.007%200%200%201%201.42%200a1.01%201.01%200%200%201%200%201.42a1.03%201.03%200%200%201-.71.29a1.03%201.03%200%200%201-.71-.29M7%209a.99.99%200%200%201-1-1a1%201%200%200%201%201.71-.71A1.05%201.05%200%200%201%208%208a.99.99%200%200%201-1%201m5.67-1a.997.997%200%200%201%201-1a1.003%201.003%200%200%201%201%201a1.003%201.003%200%200%201-1%201a.997.997%200%200%201-1-1M9.33%208a1.003%201.003%200%200%201%201-1a.997.997%200%200%201%201%201a.997.997%200%200%201-1%201a1.003%201.003%200%200%201-1-1M17%209a.99.99%200%200%201-1-1a1%201%200%201%201%202%200a.99.99%200%200%201-1%201m-3.21-2.79a1.01%201.01%200%200%201%200-1.42a1.007%201.007%200%200%201%201.42%200a1.01%201.01%200%200%201%200%201.42a1.03%201.03%200%200%201-.71.29a1.03%201.03%200%200%201-.71-.29%22%20opacity%3D%22.5%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%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2013H3a1%201%200%200%201%200-2h18a1%201%200%200%201%200%202%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2021l5-5H7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2022a1%201%200%200%201-.707-.293l-5-5A1%201%200%200%201%207%2015h10a1%201%200%200%201%20.707%201.707l-5%205A1%201%200%200%201%2012%2022m-2.586-5L12%2019.586L14.586%2017Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204a.99.99%200%200%201-.92-1.38a1%201%200%200%201%20.21-.33a1%201%200%200%201%201.09-.21a1%201%200%200%201%20.33.21A1.05%201.05%200%200%201%2013%203a.84.84%200%200%201-.08.38a1.2%201.2%200%200%201-.21.33A1%201%200%200%201%2012%204M8.79%206.21a1.01%201.01%200%200%201%200-1.42a1.007%201.007%200%200%201%201.42%200a1.01%201.01%200%200%201%200%201.42a1.03%201.03%200%200%201-.71.29a1.03%201.03%200%200%201-.71-.29M7%209a.99.99%200%200%201-1-1a1%201%200%200%201%201.71-.71A1.05%201.05%200%200%201%208%208a.99.99%200%200%201-1%201m5.67-1a.997.997%200%200%201%201-1a1.003%201.003%200%200%201%201%201a1.003%201.003%200%200%201-1%201a.997.997%200%200%201-1-1M9.33%208a1.003%201.003%200%200%201%201-1a.997.997%200%200%201%201%201a.997.997%200%200%201-1%201a1.003%201.003%200%200%201-1-1M17%209a.99.99%200%200%201-1-1a1%201%200%201%201%202%200a.99.99%200%200%201-1%201m-3.21-2.79a1.01%201.01%200%200%201%200-1.42a1.007%201.007%200%200%201%201.42%200a1.01%201.01%200%200%201%200%201.42a1.03%201.03%200%200%201-.71.29a1.03%201.03%200%200%201-.71-.29%22%20opacity%3D%22.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/flip-h.svg?color=%231a73e8&size=48