card ui portrait flip icon

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

Name
card-ui-portrait-flip-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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-.5a1.5 1.5 0 0 0-1.227 2.363C10.505 8.716 9.443 9 8 9s-2.505-.284-3.273-.637A1.5 1.5 0 0 0 3.5 6H3zm5 9c2.148 0 3.785-.495 5-1.147V13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2.147C4.215 11.505 5.852 12 8 12M6 3a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm-.5 3a.5.5 0 0 0 .5.5h2.5a.5.5 0 0 0 0-1H6a.5.5 0 0 0-.5.5m-4 1a.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-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCardUiPortraitFlip16Filled(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-.5a1.5 1.5 0 0 0-1.227 2.363C10.505 8.716 9.443 9 8 9s-2.505-.284-3.273-.637A1.5 1.5 0 0 0 3.5 6H3zm5 9c2.148 0 3.785-.495 5-1.147V13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2.147C4.215 11.505 5.852 12 8 12M6 3a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm-.5 3a.5.5 0 0 0 .5.5h2.5a.5.5 0 0 0 0-1H6a.5.5 0 0 0-.5.5m-4 1a.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-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-.5a1.5 1.5 0 0 0-1.227 2.363C10.505 8.716 9.443 9 8 9s-2.505-.284-3.273-.637A1.5 1.5 0 0 0 3.5 6H3zm5 9c2.148 0 3.785-.495 5-1.147V13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2.147C4.215 11.505 5.852 12 8 12M6 3a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm-.5 3a.5.5 0 0 0 .5.5h2.5a.5.5 0 0 0 0-1H6a.5.5 0 0 0-.5.5m-4 1a.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-1z"/></svg>
</template>

CSS

.icon-card-ui-portrait-flip-16-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%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-.5a1.5%201.5%200%200%200-1.227%202.363C10.505%208.716%209.443%209%208%209s-2.505-.284-3.273-.637A1.5%201.5%200%200%200%203.5%206H3zm5%209c2.148%200%203.785-.495%205-1.147V13a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2v-2.147C4.215%2011.505%205.852%2012%208%2012M6%203a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1zm-.5%203a.5.5%200%200%200%20.5.5h2.5a.5.5%200%200%200%200-1H6a.5.5%200%200%200-.5.5m-4%201a.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-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-.5a1.5%201.5%200%200%200-1.227%202.363C10.505%208.716%209.443%209%208%209s-2.505-.284-3.273-.637A1.5%201.5%200%200%200%203.5%206H3zm5%209c2.148%200%203.785-.495%205-1.147V13a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2v-2.147C4.215%2011.505%205.852%2012%208%2012M6%203a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1zm-.5%203a.5.5%200%200%200%20.5.5h2.5a.5.5%200%200%200%200-1H6a.5.5%200%200%200-.5.5m-4%201a.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-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-filled.svg?color=%231a73e8&size=48