call rectangle landscape icon
call-rectangle-landscape-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- call-rectangle-landscape-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
call-add-16-filledcall-blocked-24-filledcall-checkmark-20-filledcall-chevron-down-16-filledcall-connecting-20-filledcall-dismiss-16-filledcall-end-12-filledcall-exclamation-20-filledcall-forward-16-filledcall-inbound-16-filledcall-missed-12-filledcall-outbound-16-filledcall-park-16-filledcall-pause-20-filledcall-prohibited-16-filledcall-square-16-filledcall-transfer-16-filledcall-warning-16-filled
Use the call rectangle landscape icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.5 3A2.5 2.5 0 0 0 1 5.5v5A2.5 2.5 0 0 0 3.5 13h9a2.5 2.5 0 0 0 2.5-2.5v-5A2.5 2.5 0 0 0 12.5 3zM2 5.5A1.5 1.5 0 0 1 3.5 4h9A1.5 1.5 0 0 1 14 5.5v5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 10.5zm3.302 1.065C6.018 6.207 6.972 6 8 6c1.027 0 1.982.207 2.698.565c.687.344 1.302.91 1.302 1.685v.753a1 1 0 0 1-1.141.99l-.825-.117a1 1 0 0 1-.842-.806l-.126-.674c-.021-.11-.061-.142-.07-.147c-.177-.105-.507-.25-.996-.25s-.819.145-.996.25c-.009.005-.049.036-.07.147l-.127.674a1 1 0 0 1-.84.806l-.826.117A1 1 0 0 1 4 9.003V8.25c0-.775.615-1.341 1.301-1.685"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallRectangleLandscape16Regular(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.5 3A2.5 2.5 0 0 0 1 5.5v5A2.5 2.5 0 0 0 3.5 13h9a2.5 2.5 0 0 0 2.5-2.5v-5A2.5 2.5 0 0 0 12.5 3zM2 5.5A1.5 1.5 0 0 1 3.5 4h9A1.5 1.5 0 0 1 14 5.5v5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 10.5zm3.302 1.065C6.018 6.207 6.972 6 8 6c1.027 0 1.982.207 2.698.565c.687.344 1.302.91 1.302 1.685v.753a1 1 0 0 1-1.141.99l-.825-.117a1 1 0 0 1-.842-.806l-.126-.674c-.021-.11-.061-.142-.07-.147c-.177-.105-.507-.25-.996-.25s-.819.145-.996.25c-.009.005-.049.036-.07.147l-.127.674a1 1 0 0 1-.84.806l-.826.117A1 1 0 0 1 4 9.003V8.25c0-.775.615-1.341 1.301-1.685"/></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.5 3A2.5 2.5 0 0 0 1 5.5v5A2.5 2.5 0 0 0 3.5 13h9a2.5 2.5 0 0 0 2.5-2.5v-5A2.5 2.5 0 0 0 12.5 3zM2 5.5A1.5 1.5 0 0 1 3.5 4h9A1.5 1.5 0 0 1 14 5.5v5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 10.5zm3.302 1.065C6.018 6.207 6.972 6 8 6c1.027 0 1.982.207 2.698.565c.687.344 1.302.91 1.302 1.685v.753a1 1 0 0 1-1.141.99l-.825-.117a1 1 0 0 1-.842-.806l-.126-.674c-.021-.11-.061-.142-.07-.147c-.177-.105-.507-.25-.996-.25s-.819.145-.996.25c-.009.005-.049.036-.07.147l-.127.674a1 1 0 0 1-.84.806l-.826.117A1 1 0 0 1 4 9.003V8.25c0-.775.615-1.341 1.301-1.685"/></svg> </template>
CSS
.icon-call-rectangle-landscape-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.5%203A2.5%202.5%200%200%200%201%205.5v5A2.5%202.5%200%200%200%203.5%2013h9a2.5%202.5%200%200%200%202.5-2.5v-5A2.5%202.5%200%200%200%2012.5%203zM2%205.5A1.5%201.5%200%200%201%203.5%204h9A1.5%201.5%200%200%201%2014%205.5v5a1.5%201.5%200%200%201-1.5%201.5h-9A1.5%201.5%200%200%201%202%2010.5zm3.302%201.065C6.018%206.207%206.972%206%208%206c1.027%200%201.982.207%202.698.565c.687.344%201.302.91%201.302%201.685v.753a1%201%200%200%201-1.141.99l-.825-.117a1%201%200%200%201-.842-.806l-.126-.674c-.021-.11-.061-.142-.07-.147c-.177-.105-.507-.25-.996-.25s-.819.145-.996.25c-.009.005-.049.036-.07.147l-.127.674a1%201%200%200%201-.84.806l-.826.117A1%201%200%200%201%204%209.003V8.25c0-.775.615-1.341%201.301-1.685%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.5%203A2.5%202.5%200%200%200%201%205.5v5A2.5%202.5%200%200%200%203.5%2013h9a2.5%202.5%200%200%200%202.5-2.5v-5A2.5%202.5%200%200%200%2012.5%203zM2%205.5A1.5%201.5%200%200%201%203.5%204h9A1.5%201.5%200%200%201%2014%205.5v5a1.5%201.5%200%200%201-1.5%201.5h-9A1.5%201.5%200%200%201%202%2010.5zm3.302%201.065C6.018%206.207%206.972%206%208%206c1.027%200%201.982.207%202.698.565c.687.344%201.302.91%201.302%201.685v.753a1%201%200%200%201-1.141.99l-.825-.117a1%201%200%200%201-.842-.806l-.126-.674c-.021-.11-.061-.142-.07-.147c-.177-.105-.507-.25-.996-.25s-.819.145-.996.25c-.009.005-.049.036-.07.147l-.127.674a1%201%200%200%201-.84.806l-.826.117A1%201%200%200%201%204%209.003V8.25c0-.775.615-1.341%201.301-1.685%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-rectangle-landscape-16-regular.svg?color=%231a73e8&size=48