card ui portrait flip icon

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

Name
card-ui-portrait-flip-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M3 3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v3h-.5q-.264.001-.5.085V3a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v3.085A1.5 1.5 0 0 0 3.5 6H3zm9 8.31a9 9 0 0 0 1-.457V13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2.147c.306.164.639.319 1 .457V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1zM1.5 7a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-.585a7 7 0 0 0 .575.485C3.662 10.215 5.392 11 8 11s4.339-.785 5.425-1.6q.326-.246.575-.485V9.5a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0 0 1h1.001a5.4 5.4 0 0 1-.676.6C11.912 9.285 10.392 10 8 10s-3.912-.715-4.825-1.4a5.4 5.4 0 0 1-.676-.6H3.5a.5.5 0 0 0 0-1zm4-2.5A.5.5 0 0 1 6 4h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5m.5 2a.5.5 0 0 0 0 1h2.5a.5.5 0 0 0 0-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCardUiPortraitFlip16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3 3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v3h-.5q-.264.001-.5.085V3a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v3.085A1.5 1.5 0 0 0 3.5 6H3zm9 8.31a9 9 0 0 0 1-.457V13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2.147c.306.164.639.319 1 .457V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1zM1.5 7a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-.585a7 7 0 0 0 .575.485C3.662 10.215 5.392 11 8 11s4.339-.785 5.425-1.6q.326-.246.575-.485V9.5a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0 0 1h1.001a5.4 5.4 0 0 1-.676.6C11.912 9.285 10.392 10 8 10s-3.912-.715-4.825-1.4a5.4 5.4 0 0 1-.676-.6H3.5a.5.5 0 0 0 0-1zm4-2.5A.5.5 0 0 1 6 4h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5m.5 2a.5.5 0 0 0 0 1h2.5a.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 16 16"><path fill="currentColor" d="M3 3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v3h-.5q-.264.001-.5.085V3a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v3.085A1.5 1.5 0 0 0 3.5 6H3zm9 8.31a9 9 0 0 0 1-.457V13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2.147c.306.164.639.319 1 .457V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1zM1.5 7a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-.585a7 7 0 0 0 .575.485C3.662 10.215 5.392 11 8 11s4.339-.785 5.425-1.6q.326-.246.575-.485V9.5a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0 0 1h1.001a5.4 5.4 0 0 1-.676.6C11.912 9.285 10.392 10 8 10s-3.912-.715-4.825-1.4a5.4 5.4 0 0 1-.676-.6H3.5a.5.5 0 0 0 0-1zm4-2.5A.5.5 0 0 1 6 4h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5m.5 2a.5.5 0 0 0 0 1h2.5a.5.5 0 0 0 0-1z"/></svg>
</template>

CSS

.icon-card-ui-portrait-flip-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%203a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v3h-.5q-.264.001-.5.085V3a1%201%200%200%200-1-1H5a1%201%200%200%200-1%201v3.085A1.5%201.5%200%200%200%203.5%206H3zm9%208.31a9%209%200%200%200%201-.457V13a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2v-2.147c.306.164.639.319%201%20.457V13a1%201%200%200%200%201%201h6a1%201%200%200%200%201-1zM1.5%207a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-.585a7%207%200%200%200%20.575.485C3.662%2010.215%205.392%2011%208%2011s4.339-.785%205.425-1.6q.326-.246.575-.485V9.5a.5.5%200%200%200%201%200v-2a.5.5%200%200%200-.5-.5h-2a.5.5%200%200%200%200%201h1.001a5.4%205.4%200%200%201-.676.6C11.912%209.285%2010.392%2010%208%2010s-3.912-.715-4.825-1.4a5.4%205.4%200%200%201-.676-.6H3.5a.5.5%200%200%200%200-1zm4-2.5A.5.5%200%200%201%206%204h4a.5.5%200%200%201%200%201H6a.5.5%200%200%201-.5-.5m.5%202a.5.5%200%200%200%200%201h2.5a.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%203a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v3h-.5q-.264.001-.5.085V3a1%201%200%200%200-1-1H5a1%201%200%200%200-1%201v3.085A1.5%201.5%200%200%200%203.5%206H3zm9%208.31a9%209%200%200%200%201-.457V13a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2v-2.147c.306.164.639.319%201%20.457V13a1%201%200%200%200%201%201h6a1%201%200%200%200%201-1zM1.5%207a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-.585a7%207%200%200%200%20.575.485C3.662%2010.215%205.392%2011%208%2011s4.339-.785%205.425-1.6q.326-.246.575-.485V9.5a.5.5%200%200%200%201%200v-2a.5.5%200%200%200-.5-.5h-2a.5.5%200%200%200%200%201h1.001a5.4%205.4%200%200%201-.676.6C11.912%209.285%2010.392%2010%208%2010s-3.912-.715-4.825-1.4a5.4%205.4%200%200%201-.676-.6H3.5a.5.5%200%200%200%200-1zm4-2.5A.5.5%200%200%201%206%204h4a.5.5%200%200%201%200%201H6a.5.5%200%200%201-.5-.5m.5%202a.5.5%200%200%200%200%201h2.5a.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-16-regular.svg?color=%231a73e8&size=48