card ui portrait flip icon
card-ui-portrait-flip-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- card-ui-portrait-flip-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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="M4 4.5A2.5 2.5 0 0 1 6.5 2h7A2.5 2.5 0 0 1 16 4.5V8a1.5 1.5 0 0 0-.852 2.735C14.051 11.397 12.402 12 10 12s-4.051-.603-5.148-1.265A1.5 1.5 0 0 0 4 8zM10 15c2.542 0 4.51-.56 6-1.31v1.81a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 4 15.5v-1.81c1.49.75 3.458 1.31 6 1.31M7.5 5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zM7 8.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.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 FluentCardUiPortraitFlip20Filled(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="M4 4.5A2.5 2.5 0 0 1 6.5 2h7A2.5 2.5 0 0 1 16 4.5V8a1.5 1.5 0 0 0-.852 2.735C14.051 11.397 12.402 12 10 12s-4.051-.603-5.148-1.265A1.5 1.5 0 0 0 4 8zM10 15c2.542 0 4.51-.56 6-1.31v1.81a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 4 15.5v-1.81c1.49.75 3.458 1.31 6 1.31M7.5 5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zM7 8.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.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="M4 4.5A2.5 2.5 0 0 1 6.5 2h7A2.5 2.5 0 0 1 16 4.5V8a1.5 1.5 0 0 0-.852 2.735C14.051 11.397 12.402 12 10 12s-4.051-.603-5.148-1.265A1.5 1.5 0 0 0 4 8zM10 15c2.542 0 4.51-.56 6-1.31v1.81a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 4 15.5v-1.81c1.49.75 3.458 1.31 6 1.31M7.5 5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zM7 8.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.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-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204.5A2.5%202.5%200%200%201%206.5%202h7A2.5%202.5%200%200%201%2016%204.5V8a1.5%201.5%200%200%200-.852%202.735C14.051%2011.397%2012.402%2012%2010%2012s-4.051-.603-5.148-1.265A1.5%201.5%200%200%200%204%208zM10%2015c2.542%200%204.51-.56%206-1.31v1.81a2.5%202.5%200%200%201-2.5%202.5h-7A2.5%202.5%200%200%201%204%2015.5v-1.81c1.49.75%203.458%201.31%206%201.31M7.5%205a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM7%208.5a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%200-1h-3a.5.5%200%200%200-.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%22M4%204.5A2.5%202.5%200%200%201%206.5%202h7A2.5%202.5%200%200%201%2016%204.5V8a1.5%201.5%200%200%200-.852%202.735C14.051%2011.397%2012.402%2012%2010%2012s-4.051-.603-5.148-1.265A1.5%201.5%200%200%200%204%208zM10%2015c2.542%200%204.51-.56%206-1.31v1.81a2.5%202.5%200%200%201-2.5%202.5h-7A2.5%202.5%200%200%201%204%2015.5v-1.81c1.49.75%203.458%201.31%206%201.31M7.5%205a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM7%208.5a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%200-1h-3a.5.5%200%200%200-.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-filled.svg?color=%231a73e8&size=48