orientation portrait icon

orientation-portrait-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
orientation-portrait-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Use the orientation portrait icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 19a.75.75 0 0 1 .75.75v.5c0 .138.112.25.25.25h.5a.75.75 0 0 1 0 1.5h-.5A1.75 1.75 0 0 1 4 20.25v-.5a.75.75 0 0 1 .75-.75m5.5 1.5a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1 0-1.5zM18.1 8A1.9 1.9 0 0 1 20 9.9v10.2a1.9 1.9 0 0 1-1.9 1.9h-5.2a1.9 1.9 0 0 1-1.9-1.9V9.9A1.9 1.9 0 0 1 12.9 8zM4.75 15a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5a.75.75 0 0 1 .75-.75m1.5-4a.75.75 0 0 1 0 1.5h-.5a.25.25 0 0 0-.25.25v.5a.75.75 0 0 1-1.5 0v-.5c0-.966.784-1.75 1.75-1.75zm4 0a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1 0-1.5zm1.25-9a5.5 5.5 0 0 1 5.323 4.112c.122.47-.263.888-.748.888c-.346 0-.632-.26-.726-.594a4.002 4.002 0 0 0-7.784.372l.697-.597a.75.75 0 0 1 .976 1.138l-1.75 1.5a.75.75 0 0 1-.976 0l-1.75-1.5a.75.75 0 0 1 .976-1.138l.356.304A5.5 5.5 0 0 1 11.5 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentOrientationPortrait24Filled(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="M4.75 19a.75.75 0 0 1 .75.75v.5c0 .138.112.25.25.25h.5a.75.75 0 0 1 0 1.5h-.5A1.75 1.75 0 0 1 4 20.25v-.5a.75.75 0 0 1 .75-.75m5.5 1.5a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1 0-1.5zM18.1 8A1.9 1.9 0 0 1 20 9.9v10.2a1.9 1.9 0 0 1-1.9 1.9h-5.2a1.9 1.9 0 0 1-1.9-1.9V9.9A1.9 1.9 0 0 1 12.9 8zM4.75 15a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5a.75.75 0 0 1 .75-.75m1.5-4a.75.75 0 0 1 0 1.5h-.5a.25.25 0 0 0-.25.25v.5a.75.75 0 0 1-1.5 0v-.5c0-.966.784-1.75 1.75-1.75zm4 0a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1 0-1.5zm1.25-9a5.5 5.5 0 0 1 5.323 4.112c.122.47-.263.888-.748.888c-.346 0-.632-.26-.726-.594a4.002 4.002 0 0 0-7.784.372l.697-.597a.75.75 0 0 1 .976 1.138l-1.75 1.5a.75.75 0 0 1-.976 0l-1.75-1.5a.75.75 0 0 1 .976-1.138l.356.304A5.5 5.5 0 0 1 11.5 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 19a.75.75 0 0 1 .75.75v.5c0 .138.112.25.25.25h.5a.75.75 0 0 1 0 1.5h-.5A1.75 1.75 0 0 1 4 20.25v-.5a.75.75 0 0 1 .75-.75m5.5 1.5a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1 0-1.5zM18.1 8A1.9 1.9 0 0 1 20 9.9v10.2a1.9 1.9 0 0 1-1.9 1.9h-5.2a1.9 1.9 0 0 1-1.9-1.9V9.9A1.9 1.9 0 0 1 12.9 8zM4.75 15a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5a.75.75 0 0 1 .75-.75m1.5-4a.75.75 0 0 1 0 1.5h-.5a.25.25 0 0 0-.25.25v.5a.75.75 0 0 1-1.5 0v-.5c0-.966.784-1.75 1.75-1.75zm4 0a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1 0-1.5zm1.25-9a5.5 5.5 0 0 1 5.323 4.112c.122.47-.263.888-.748.888c-.346 0-.632-.26-.726-.594a4.002 4.002 0 0 0-7.784.372l.697-.597a.75.75 0 0 1 .976 1.138l-1.75 1.5a.75.75 0 0 1-.976 0l-1.75-1.5a.75.75 0 0 1 .976-1.138l.356.304A5.5 5.5 0 0 1 11.5 2"/></svg>
</template>

CSS

.icon-orientation-portrait-24-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%22M4.75%2019a.75.75%200%200%201%20.75.75v.5c0%20.138.112.25.25.25h.5a.75.75%200%200%201%200%201.5h-.5A1.75%201.75%200%200%201%204%2020.25v-.5a.75.75%200%200%201%20.75-.75m5.5%201.5a.75.75%200%200%201%200%201.5h-1.5a.75.75%200%200%201%200-1.5zM18.1%208A1.9%201.9%200%200%201%2020%209.9v10.2a1.9%201.9%200%200%201-1.9%201.9h-5.2a1.9%201.9%200%200%201-1.9-1.9V9.9A1.9%201.9%200%200%201%2012.9%208zM4.75%2015a.75.75%200%200%201%20.75.75v1.5a.75.75%200%200%201-1.5%200v-1.5a.75.75%200%200%201%20.75-.75m1.5-4a.75.75%200%200%201%200%201.5h-.5a.25.25%200%200%200-.25.25v.5a.75.75%200%200%201-1.5%200v-.5c0-.966.784-1.75%201.75-1.75zm4%200a.75.75%200%200%201%200%201.5h-1.5a.75.75%200%200%201%200-1.5zm1.25-9a5.5%205.5%200%200%201%205.323%204.112c.122.47-.263.888-.748.888c-.346%200-.632-.26-.726-.594a4.002%204.002%200%200%200-7.784.372l.697-.597a.75.75%200%200%201%20.976%201.138l-1.75%201.5a.75.75%200%200%201-.976%200l-1.75-1.5a.75.75%200%200%201%20.976-1.138l.356.304A5.5%205.5%200%200%201%2011.5%202%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%22M4.75%2019a.75.75%200%200%201%20.75.75v.5c0%20.138.112.25.25.25h.5a.75.75%200%200%201%200%201.5h-.5A1.75%201.75%200%200%201%204%2020.25v-.5a.75.75%200%200%201%20.75-.75m5.5%201.5a.75.75%200%200%201%200%201.5h-1.5a.75.75%200%200%201%200-1.5zM18.1%208A1.9%201.9%200%200%201%2020%209.9v10.2a1.9%201.9%200%200%201-1.9%201.9h-5.2a1.9%201.9%200%200%201-1.9-1.9V9.9A1.9%201.9%200%200%201%2012.9%208zM4.75%2015a.75.75%200%200%201%20.75.75v1.5a.75.75%200%200%201-1.5%200v-1.5a.75.75%200%200%201%20.75-.75m1.5-4a.75.75%200%200%201%200%201.5h-.5a.25.25%200%200%200-.25.25v.5a.75.75%200%200%201-1.5%200v-.5c0-.966.784-1.75%201.75-1.75zm4%200a.75.75%200%200%201%200%201.5h-1.5a.75.75%200%200%201%200-1.5zm1.25-9a5.5%205.5%200%200%201%205.323%204.112c.122.47-.263.888-.748.888c-.346%200-.632-.26-.726-.594a4.002%204.002%200%200%200-7.784.372l.697-.597a.75.75%200%200%201%20.976%201.138l-1.75%201.5a.75.75%200%200%201-.976%200l-1.75-1.5a.75.75%200%200%201%20.976-1.138l.356.304A5.5%205.5%200%200%201%2011.5%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/orientation-portrait-24-filled.svg?color=%231a73e8&size=48