flip bottom icon
flip-bottom from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- flip-bottom
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the flip bottom 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="M14.333 2H9.667m11.318 5.5c.017.5.018 1 .016 1.5M3.015 7.5C2.998 8 2.997 8.5 3 9m17.464-4.255a5 5 0 0 0-2.226-2.217M5.82 2.5a5 5 0 0 0-2.283 2.245"/><path d="M18.495 12c1.958 0 2.498.638 2.498 2.5c0 2.532.25 5.454-2.248 6.897C17.7 22 16.3 22 13.499 22H10.5c-2.8 0-4.2 0-5.245-.603c-2.498-1.443-2.248-4.365-2.248-6.897c0-1.96.637-2.5 2.498-2.5z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFlipBottom(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="M14.333 2H9.667m11.318 5.5c.017.5.018 1 .016 1.5M3.015 7.5C2.998 8 2.997 8.5 3 9m17.464-4.255a5 5 0 0 0-2.226-2.217M5.82 2.5a5 5 0 0 0-2.283 2.245"/><path d="M18.495 12c1.958 0 2.498.638 2.498 2.5c0 2.532.25 5.454-2.248 6.897C17.7 22 16.3 22 13.499 22H10.5c-2.8 0-4.2 0-5.245-.603c-2.498-1.443-2.248-4.365-2.248-6.897c0-1.96.637-2.5 2.498-2.5z"/></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="M14.333 2H9.667m11.318 5.5c.017.5.018 1 .016 1.5M3.015 7.5C2.998 8 2.997 8.5 3 9m17.464-4.255a5 5 0 0 0-2.226-2.217M5.82 2.5a5 5 0 0 0-2.283 2.245"/><path d="M18.495 12c1.958 0 2.498.638 2.498 2.5c0 2.532.25 5.454-2.248 6.897C17.7 22 16.3 22 13.499 22H10.5c-2.8 0-4.2 0-5.245-.603c-2.498-1.443-2.248-4.365-2.248-6.897c0-1.96.637-2.5 2.498-2.5z"/></g></svg> </template>
CSS
.icon-flip-bottom {
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%22M14.333%202H9.667m11.318%205.5c.017.5.018%201%20.016%201.5M3.015%207.5C2.998%208%202.997%208.5%203%209m17.464-4.255a5%205%200%200%200-2.226-2.217M5.82%202.5a5%205%200%200%200-2.283%202.245%22%2F%3E%3Cpath%20d%3D%22M18.495%2012c1.958%200%202.498.638%202.498%202.5c0%202.532.25%205.454-2.248%206.897C17.7%2022%2016.3%2022%2013.499%2022H10.5c-2.8%200-4.2%200-5.245-.603c-2.498-1.443-2.248-4.365-2.248-6.897c0-1.96.637-2.5%202.498-2.5z%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%22M14.333%202H9.667m11.318%205.5c.017.5.018%201%20.016%201.5M3.015%207.5C2.998%208%202.997%208.5%203%209m17.464-4.255a5%205%200%200%200-2.226-2.217M5.82%202.5a5%205%200%200%200-2.283%202.245%22%2F%3E%3Cpath%20d%3D%22M18.495%2012c1.958%200%202.498.638%202.498%202.5c0%202.532.25%205.454-2.248%206.897C17.7%2022%2016.3%2022%2013.499%2022H10.5c-2.8%200-4.2%200-5.245-.603c-2.498-1.443-2.248-4.365-2.248-6.897c0-1.96.637-2.5%202.498-2.5z%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-bottom.svg?color=%231a73e8&size=48