flip to back icon

flip-to-back-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
flip-to-back-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the flip to back icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 3H7v3.5h2V5h1.5zm5 0h-3v2h3zM21 3h-3.5v2H19v1.5h2zM5 19V7.5H3V21h13.5v-2z"/><path fill="currentColor" d="M9 11.5v-3H7v3zm12 0v-3h-2v3zM9 15v-1.5H7V17h3.5v-2zm12 2v-3.5h-2V15h-1.5v2zm-5.5-2h-3v2h3zM17 7h-6v6h6z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignFlipToBackFilled(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="M10.5 3H7v3.5h2V5h1.5zm5 0h-3v2h3zM21 3h-3.5v2H19v1.5h2zM5 19V7.5H3V21h13.5v-2z"/><path fill="currentColor" d="M9 11.5v-3H7v3zm12 0v-3h-2v3zM9 15v-1.5H7V17h3.5v-2zm12 2v-3.5h-2V15h-1.5v2zm-5.5-2h-3v2h3zM17 7h-6v6h6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 3H7v3.5h2V5h1.5zm5 0h-3v2h3zM21 3h-3.5v2H19v1.5h2zM5 19V7.5H3V21h13.5v-2z"/><path fill="currentColor" d="M9 11.5v-3H7v3zm12 0v-3h-2v3zM9 15v-1.5H7V17h3.5v-2zm12 2v-3.5h-2V15h-1.5v2zm-5.5-2h-3v2h3zM17 7h-6v6h6z"/></svg>
</template>

CSS

.icon-flip-to-back-filled {
  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%22M10.5%203H7v3.5h2V5h1.5zm5%200h-3v2h3zM21%203h-3.5v2H19v1.5h2zM5%2019V7.5H3V21h13.5v-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2011.5v-3H7v3zm12%200v-3h-2v3zM9%2015v-1.5H7V17h3.5v-2zm12%202v-3.5h-2V15h-1.5v2zm-5.5-2h-3v2h3zM17%207h-6v6h6z%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%22M10.5%203H7v3.5h2V5h1.5zm5%200h-3v2h3zM21%203h-3.5v2H19v1.5h2zM5%2019V7.5H3V21h13.5v-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2011.5v-3H7v3zm12%200v-3h-2v3zM9%2015v-1.5H7V17h3.5v-2zm12%202v-3.5h-2V15h-1.5v2zm-5.5-2h-3v2h3zM17%207h-6v6h6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/flip-to-back-filled.svg?color=%231a73e8&size=48