card ui portrait flip icon

card-ui-portrait-flip-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
card-ui-portrait-flip-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the card ui portrait flip icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.5 2A2.5 2.5 0 0 0 4 4.5V8c.384 0 .735.144 1 .382V4.5A1.5 1.5 0 0 1 6.5 3h7A1.5 1.5 0 0 1 15 4.5v3.882A1.5 1.5 0 0 1 16 8V4.5A2.5 2.5 0 0 0 13.5 2zM16 13.69q-.468.237-1 .443V15.5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 5 15.5v-1.367a11 11 0 0 1-1-.444V15.5A2.5 2.5 0 0 0 6.5 18h7a2.5 2.5 0 0 0 2.5-2.5zM7.5 6a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zM7 9.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5M1.5 9a.5.5 0 0 0-.5.5V12a.5.5 0 0 0 1 0v-1.007c.27.285.603.595 1.01.905C4.407 12.963 6.638 14 10 14s5.592-1.037 6.99-2.102c.407-.31.74-.62 1.01-.905V12a.5.5 0 0 0 1 0V9.5a.5.5 0 0 0-.5-.5H16a.5.5 0 0 0 0 1h1.545c-.266.32-.646.71-1.16 1.102C15.157 12.037 13.138 13 10 13s-5.158-.963-6.384-1.898A7.2 7.2 0 0 1 2.455 10H4a.5.5 0 0 0 0-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCardUiPortraitFlip20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.5 2A2.5 2.5 0 0 0 4 4.5V8c.384 0 .735.144 1 .382V4.5A1.5 1.5 0 0 1 6.5 3h7A1.5 1.5 0 0 1 15 4.5v3.882A1.5 1.5 0 0 1 16 8V4.5A2.5 2.5 0 0 0 13.5 2zM16 13.69q-.468.237-1 .443V15.5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 5 15.5v-1.367a11 11 0 0 1-1-.444V15.5A2.5 2.5 0 0 0 6.5 18h7a2.5 2.5 0 0 0 2.5-2.5zM7.5 6a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zM7 9.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5M1.5 9a.5.5 0 0 0-.5.5V12a.5.5 0 0 0 1 0v-1.007c.27.285.603.595 1.01.905C4.407 12.963 6.638 14 10 14s5.592-1.037 6.99-2.102c.407-.31.74-.62 1.01-.905V12a.5.5 0 0 0 1 0V9.5a.5.5 0 0 0-.5-.5H16a.5.5 0 0 0 0 1h1.545c-.266.32-.646.71-1.16 1.102C15.157 12.037 13.138 13 10 13s-5.158-.963-6.384-1.898A7.2 7.2 0 0 1 2.455 10H4a.5.5 0 0 0 0-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.5 2A2.5 2.5 0 0 0 4 4.5V8c.384 0 .735.144 1 .382V4.5A1.5 1.5 0 0 1 6.5 3h7A1.5 1.5 0 0 1 15 4.5v3.882A1.5 1.5 0 0 1 16 8V4.5A2.5 2.5 0 0 0 13.5 2zM16 13.69q-.468.237-1 .443V15.5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 5 15.5v-1.367a11 11 0 0 1-1-.444V15.5A2.5 2.5 0 0 0 6.5 18h7a2.5 2.5 0 0 0 2.5-2.5zM7.5 6a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zM7 9.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5M1.5 9a.5.5 0 0 0-.5.5V12a.5.5 0 0 0 1 0v-1.007c.27.285.603.595 1.01.905C4.407 12.963 6.638 14 10 14s5.592-1.037 6.99-2.102c.407-.31.74-.62 1.01-.905V12a.5.5 0 0 0 1 0V9.5a.5.5 0 0 0-.5-.5H16a.5.5 0 0 0 0 1h1.545c-.266.32-.646.71-1.16 1.102C15.157 12.037 13.138 13 10 13s-5.158-.963-6.384-1.898A7.2 7.2 0 0 1 2.455 10H4a.5.5 0 0 0 0-1z"/></svg>
</template>

CSS

.icon-card-ui-portrait-flip-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%202A2.5%202.5%200%200%200%204%204.5V8c.384%200%20.735.144%201%20.382V4.5A1.5%201.5%200%200%201%206.5%203h7A1.5%201.5%200%200%201%2015%204.5v3.882A1.5%201.5%200%200%201%2016%208V4.5A2.5%202.5%200%200%200%2013.5%202zM16%2013.69q-.468.237-1%20.443V15.5a1.5%201.5%200%200%201-1.5%201.5h-7A1.5%201.5%200%200%201%205%2015.5v-1.367a11%2011%200%200%201-1-.444V15.5A2.5%202.5%200%200%200%206.5%2018h7a2.5%202.5%200%200%200%202.5-2.5zM7.5%206a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM7%209.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5M1.5%209a.5.5%200%200%200-.5.5V12a.5.5%200%200%200%201%200v-1.007c.27.285.603.595%201.01.905C4.407%2012.963%206.638%2014%2010%2014s5.592-1.037%206.99-2.102c.407-.31.74-.62%201.01-.905V12a.5.5%200%200%200%201%200V9.5a.5.5%200%200%200-.5-.5H16a.5.5%200%200%200%200%201h1.545c-.266.32-.646.71-1.16%201.102C15.157%2012.037%2013.138%2013%2010%2013s-5.158-.963-6.384-1.898A7.2%207.2%200%200%201%202.455%2010H4a.5.5%200%200%200%200-1z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%202A2.5%202.5%200%200%200%204%204.5V8c.384%200%20.735.144%201%20.382V4.5A1.5%201.5%200%200%201%206.5%203h7A1.5%201.5%200%200%201%2015%204.5v3.882A1.5%201.5%200%200%201%2016%208V4.5A2.5%202.5%200%200%200%2013.5%202zM16%2013.69q-.468.237-1%20.443V15.5a1.5%201.5%200%200%201-1.5%201.5h-7A1.5%201.5%200%200%201%205%2015.5v-1.367a11%2011%200%200%201-1-.444V15.5A2.5%202.5%200%200%200%206.5%2018h7a2.5%202.5%200%200%200%202.5-2.5zM7.5%206a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM7%209.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5M1.5%209a.5.5%200%200%200-.5.5V12a.5.5%200%200%200%201%200v-1.007c.27.285.603.595%201.01.905C4.407%2012.963%206.638%2014%2010%2014s5.592-1.037%206.99-2.102c.407-.31.74-.62%201.01-.905V12a.5.5%200%200%200%201%200V9.5a.5.5%200%200%200-.5-.5H16a.5.5%200%200%200%200%201h1.545c-.266.32-.646.71-1.16%201.102C15.157%2012.037%2013.138%2013%2010%2013s-5.158-.963-6.384-1.898A7.2%207.2%200%200%201%202.455%2010H4a.5.5%200%200%200%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/card-ui-portrait-flip-20-regular.svg?color=%231a73e8&size=48