card ui portrait flip icon
card-ui-portrait-flip-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- card-ui-portrait-flip-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M4 4.75A2.75 2.75 0 0 1 6.75 2h10.5A2.75 2.75 0 0 1 20 4.75V10h-.75a1.75 1.75 0 0 0-1.142 3.076C16.738 13.83 14.754 14.5 12 14.5s-4.738-.67-6.108-1.424A1.75 1.75 0 0 0 4.75 10H4zM12 18c3.501 0 6.124-.897 8-1.972v3.222A2.75 2.75 0 0 1 17.25 22H6.75A2.75 2.75 0 0 1 4 19.25v-3.222C5.876 17.103 8.499 18 12 18M8.75 6a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zM8 10.75c0 .414.336.75.75.75h4.5a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0-.75.75M1.75 11a.75.75 0 0 0-.75.75v3a.75.75 0 0 0 1.5 0v-1.031c.318.287.695.593 1.136.898C5.379 15.823 8.089 17 12 17s6.621-1.177 8.364-2.383c.44-.305.818-.61 1.136-.898v1.031a.75.75 0 0 0 1.5 0v-3a.75.75 0 0 0-.75-.75h-3a.75.75 0 0 0 0 1.5h1.36c-.296.276-.66.58-1.1.883C18.005 14.427 15.59 15.5 12 15.5s-6.004-1.073-7.51-2.117a10 10 0 0 1-1.1-.883h1.36a.75.75 0 0 0 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCardUiPortraitFlip24Filled(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 4.75A2.75 2.75 0 0 1 6.75 2h10.5A2.75 2.75 0 0 1 20 4.75V10h-.75a1.75 1.75 0 0 0-1.142 3.076C16.738 13.83 14.754 14.5 12 14.5s-4.738-.67-6.108-1.424A1.75 1.75 0 0 0 4.75 10H4zM12 18c3.501 0 6.124-.897 8-1.972v3.222A2.75 2.75 0 0 1 17.25 22H6.75A2.75 2.75 0 0 1 4 19.25v-3.222C5.876 17.103 8.499 18 12 18M8.75 6a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zM8 10.75c0 .414.336.75.75.75h4.5a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0-.75.75M1.75 11a.75.75 0 0 0-.75.75v3a.75.75 0 0 0 1.5 0v-1.031c.318.287.695.593 1.136.898C5.379 15.823 8.089 17 12 17s6.621-1.177 8.364-2.383c.44-.305.818-.61 1.136-.898v1.031a.75.75 0 0 0 1.5 0v-3a.75.75 0 0 0-.75-.75h-3a.75.75 0 0 0 0 1.5h1.36c-.296.276-.66.58-1.1.883C18.005 14.427 15.59 15.5 12 15.5s-6.004-1.073-7.51-2.117a10 10 0 0 1-1.1-.883h1.36a.75.75 0 0 0 0-1.5z"/></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 4.75A2.75 2.75 0 0 1 6.75 2h10.5A2.75 2.75 0 0 1 20 4.75V10h-.75a1.75 1.75 0 0 0-1.142 3.076C16.738 13.83 14.754 14.5 12 14.5s-4.738-.67-6.108-1.424A1.75 1.75 0 0 0 4.75 10H4zM12 18c3.501 0 6.124-.897 8-1.972v3.222A2.75 2.75 0 0 1 17.25 22H6.75A2.75 2.75 0 0 1 4 19.25v-3.222C5.876 17.103 8.499 18 12 18M8.75 6a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zM8 10.75c0 .414.336.75.75.75h4.5a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0-.75.75M1.75 11a.75.75 0 0 0-.75.75v3a.75.75 0 0 0 1.5 0v-1.031c.318.287.695.593 1.136.898C5.379 15.823 8.089 17 12 17s6.621-1.177 8.364-2.383c.44-.305.818-.61 1.136-.898v1.031a.75.75 0 0 0 1.5 0v-3a.75.75 0 0 0-.75-.75h-3a.75.75 0 0 0 0 1.5h1.36c-.296.276-.66.58-1.1.883C18.005 14.427 15.59 15.5 12 15.5s-6.004-1.073-7.51-2.117a10 10 0 0 1-1.1-.883h1.36a.75.75 0 0 0 0-1.5z"/></svg> </template>
CSS
.icon-card-ui-portrait-flip-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%204.75A2.75%202.75%200%200%201%206.75%202h10.5A2.75%202.75%200%200%201%2020%204.75V10h-.75a1.75%201.75%200%200%200-1.142%203.076C16.738%2013.83%2014.754%2014.5%2012%2014.5s-4.738-.67-6.108-1.424A1.75%201.75%200%200%200%204.75%2010H4zM12%2018c3.501%200%206.124-.897%208-1.972v3.222A2.75%202.75%200%200%201%2017.25%2022H6.75A2.75%202.75%200%200%201%204%2019.25v-3.222C5.876%2017.103%208.499%2018%2012%2018M8.75%206a.75.75%200%200%200%200%201.5h6.5a.75.75%200%200%200%200-1.5zM8%2010.75c0%20.414.336.75.75.75h4.5a.75.75%200%200%200%200-1.5h-4.5a.75.75%200%200%200-.75.75M1.75%2011a.75.75%200%200%200-.75.75v3a.75.75%200%200%200%201.5%200v-1.031c.318.287.695.593%201.136.898C5.379%2015.823%208.089%2017%2012%2017s6.621-1.177%208.364-2.383c.44-.305.818-.61%201.136-.898v1.031a.75.75%200%200%200%201.5%200v-3a.75.75%200%200%200-.75-.75h-3a.75.75%200%200%200%200%201.5h1.36c-.296.276-.66.58-1.1.883C18.005%2014.427%2015.59%2015.5%2012%2015.5s-6.004-1.073-7.51-2.117a10%2010%200%200%201-1.1-.883h1.36a.75.75%200%200%200%200-1.5z%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%204.75A2.75%202.75%200%200%201%206.75%202h10.5A2.75%202.75%200%200%201%2020%204.75V10h-.75a1.75%201.75%200%200%200-1.142%203.076C16.738%2013.83%2014.754%2014.5%2012%2014.5s-4.738-.67-6.108-1.424A1.75%201.75%200%200%200%204.75%2010H4zM12%2018c3.501%200%206.124-.897%208-1.972v3.222A2.75%202.75%200%200%201%2017.25%2022H6.75A2.75%202.75%200%200%201%204%2019.25v-3.222C5.876%2017.103%208.499%2018%2012%2018M8.75%206a.75.75%200%200%200%200%201.5h6.5a.75.75%200%200%200%200-1.5zM8%2010.75c0%20.414.336.75.75.75h4.5a.75.75%200%200%200%200-1.5h-4.5a.75.75%200%200%200-.75.75M1.75%2011a.75.75%200%200%200-.75.75v3a.75.75%200%200%200%201.5%200v-1.031c.318.287.695.593%201.136.898C5.379%2015.823%208.089%2017%2012%2017s6.621-1.177%208.364-2.383c.44-.305.818-.61%201.136-.898v1.031a.75.75%200%200%200%201.5%200v-3a.75.75%200%200%200-.75-.75h-3a.75.75%200%200%200%200%201.5h1.36c-.296.276-.66.58-1.1.883C18.005%2014.427%2015.59%2015.5%2012%2015.5s-6.004-1.073-7.51-2.117a10%2010%200%200%201-1.1-.883h1.36a.75.75%200%200%200%200-1.5z%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-24-filled.svg?color=%231a73e8&size=48