reflect vertical icon

reflect-vertical from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
reflect-vertical
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Related icons in Material Design Icons

Use the reflect vertical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 23H6c-.39 0-.74-.21-.91-.55a1 1 0 0 1 .1-1.05l6.01-8.02c.38-.51 1.22-.51 1.6 0l6.01 8.02c.23.3.27.71.1 1.05s-.52.55-.91.55m0-22c.39 0 .74.21.91.55s.13.75-.1 1.05l-6.01 8.02c-.38.51-1.22.51-1.6 0L5.19 2.6a1 1 0 0 1-.1-1.05C5.26 1.21 5.61 1 6 1zM8 3l4 5.35L16 3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiReflectVertical(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="M18 23H6c-.39 0-.74-.21-.91-.55a1 1 0 0 1 .1-1.05l6.01-8.02c.38-.51 1.22-.51 1.6 0l6.01 8.02c.23.3.27.71.1 1.05s-.52.55-.91.55m0-22c.39 0 .74.21.91.55s.13.75-.1 1.05l-6.01 8.02c-.38.51-1.22.51-1.6 0L5.19 2.6a1 1 0 0 1-.1-1.05C5.26 1.21 5.61 1 6 1zM8 3l4 5.35L16 3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 23H6c-.39 0-.74-.21-.91-.55a1 1 0 0 1 .1-1.05l6.01-8.02c.38-.51 1.22-.51 1.6 0l6.01 8.02c.23.3.27.71.1 1.05s-.52.55-.91.55m0-22c.39 0 .74.21.91.55s.13.75-.1 1.05l-6.01 8.02c-.38.51-1.22.51-1.6 0L5.19 2.6a1 1 0 0 1-.1-1.05C5.26 1.21 5.61 1 6 1zM8 3l4 5.35L16 3z"/></svg>
</template>

CSS

.icon-reflect-vertical {
  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%22M18%2023H6c-.39%200-.74-.21-.91-.55a1%201%200%200%201%20.1-1.05l6.01-8.02c.38-.51%201.22-.51%201.6%200l6.01%208.02c.23.3.27.71.1%201.05s-.52.55-.91.55m0-22c.39%200%20.74.21.91.55s.13.75-.1%201.05l-6.01%208.02c-.38.51-1.22.51-1.6%200L5.19%202.6a1%201%200%200%201-.1-1.05C5.26%201.21%205.61%201%206%201zM8%203l4%205.35L16%203z%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%22M18%2023H6c-.39%200-.74-.21-.91-.55a1%201%200%200%201%20.1-1.05l6.01-8.02c.38-.51%201.22-.51%201.6%200l6.01%208.02c.23.3.27.71.1%201.05s-.52.55-.91.55m0-22c.39%200%20.74.21.91.55s.13.75-.1%201.05l-6.01%208.02c-.38.51-1.22.51-1.6%200L5.19%202.6a1%201%200%200%201-.1-1.05C5.26%201.21%205.61%201%206%201zM8%203l4%205.35L16%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/reflect-vertical.svg?color=%231a73e8&size=48