flip-top from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
flip-top
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the flip top 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="M9.667 22h4.666M3.015 16.5c-.017-.5-.018-1-.016-1.5m17.986 1.5c.017-.5.018-1 .017-1.5M3.537 19.255a5 5 0 0 0 2.226 2.217m12.417.028a5 5 0 0 0 2.283-2.245"/><path d="M5.505 12c-1.86 0-2.498-.54-2.498-2.5c0-2.532-.25-5.454 2.248-6.897C6.3 2 7.7 2 10.501 2H13.5c2.801 0 4.202 0 5.246.603c2.498 1.443 2.248 4.365 2.248 6.897c0 1.862-.54 2.5-2.498 2.5z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFlipTop(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="M9.667 22h4.666M3.015 16.5c-.017-.5-.018-1-.016-1.5m17.986 1.5c.017-.5.018-1 .017-1.5M3.537 19.255a5 5 0 0 0 2.226 2.217m12.417.028a5 5 0 0 0 2.283-2.245"/><path d="M5.505 12c-1.86 0-2.498-.54-2.498-2.5c0-2.532-.25-5.454 2.248-6.897C6.3 2 7.7 2 10.501 2H13.5c2.801 0 4.202 0 5.246.603c2.498 1.443 2.248 4.365 2.248 6.897c0 1.862-.54 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="M9.667 22h4.666M3.015 16.5c-.017-.5-.018-1-.016-1.5m17.986 1.5c.017-.5.018-1 .017-1.5M3.537 19.255a5 5 0 0 0 2.226 2.217m12.417.028a5 5 0 0 0 2.283-2.245"/><path d="M5.505 12c-1.86 0-2.498-.54-2.498-2.5c0-2.532-.25-5.454 2.248-6.897C6.3 2 7.7 2 10.501 2H13.5c2.801 0 4.202 0 5.246.603c2.498 1.443 2.248 4.365 2.248 6.897c0 1.862-.54 2.5-2.498 2.5z"/></g></svg>
</template>

CSS

.icon-flip-top {
  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%22M9.667%2022h4.666M3.015%2016.5c-.017-.5-.018-1-.016-1.5m17.986%201.5c.017-.5.018-1%20.017-1.5M3.537%2019.255a5%205%200%200%200%202.226%202.217m12.417.028a5%205%200%200%200%202.283-2.245%22%2F%3E%3Cpath%20d%3D%22M5.505%2012c-1.86%200-2.498-.54-2.498-2.5c0-2.532-.25-5.454%202.248-6.897C6.3%202%207.7%202%2010.501%202H13.5c2.801%200%204.202%200%205.246.603c2.498%201.443%202.248%204.365%202.248%206.897c0%201.862-.54%202.5-2.498%202.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%22M9.667%2022h4.666M3.015%2016.5c-.017-.5-.018-1-.016-1.5m17.986%201.5c.017-.5.018-1%20.017-1.5M3.537%2019.255a5%205%200%200%200%202.226%202.217m12.417.028a5%205%200%200%200%202.283-2.245%22%2F%3E%3Cpath%20d%3D%22M5.505%2012c-1.86%200-2.498-.54-2.498-2.5c0-2.532-.25-5.454%202.248-6.897C6.3%202%207.7%202%2010.501%202H13.5c2.801%200%204.202%200%205.246.603c2.498%201.443%202.248%204.365%202.248%206.897c0%201.862-.54%202.5-2.498%202.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-top.svg?color=%231a73e8&size=48