call rectangle landscape icon

call-rectangle-landscape-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
call-rectangle-landscape-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the call rectangle landscape icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 4a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3zm1.594 4.212C7.492 7.763 8.697 7.5 10 7.5s2.508.263 3.406.712C14.273 8.646 15 9.337 15 10.25v.745a1.5 1.5 0 0 1-1.65 1.493l-.714-.072a1.5 1.5 0 0 1-1.299-1.101l-.285-1.056l-.02-.08v-.004l-.003-.013C10.959 10.12 10.709 10 10 10s-.96.12-1.029.162l-.003.013v.004l-.02.08l-.286 1.056a1.5 1.5 0 0 1-1.298 1.101l-.715.072A1.5 1.5 0 0 1 5 10.995v-.745c0-.913.727-1.604 1.594-2.038"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallRectangleLandscape20Filled(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="M5 4a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3zm1.594 4.212C7.492 7.763 8.697 7.5 10 7.5s2.508.263 3.406.712C14.273 8.646 15 9.337 15 10.25v.745a1.5 1.5 0 0 1-1.65 1.493l-.714-.072a1.5 1.5 0 0 1-1.299-1.101l-.285-1.056l-.02-.08v-.004l-.003-.013C10.959 10.12 10.709 10 10 10s-.96.12-1.029.162l-.003.013v.004l-.02.08l-.286 1.056a1.5 1.5 0 0 1-1.298 1.101l-.715.072A1.5 1.5 0 0 1 5 10.995v-.745c0-.913.727-1.604 1.594-2.038"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 4a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3zm1.594 4.212C7.492 7.763 8.697 7.5 10 7.5s2.508.263 3.406.712C14.273 8.646 15 9.337 15 10.25v.745a1.5 1.5 0 0 1-1.65 1.493l-.714-.072a1.5 1.5 0 0 1-1.299-1.101l-.285-1.056l-.02-.08v-.004l-.003-.013C10.959 10.12 10.709 10 10 10s-.96.12-1.029.162l-.003.013v.004l-.02.08l-.286 1.056a1.5 1.5 0 0 1-1.298 1.101l-.715.072A1.5 1.5 0 0 1 5 10.995v-.745c0-.913.727-1.604 1.594-2.038"/></svg>
</template>

CSS

.icon-call-rectangle-landscape-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%22M5%204a3%203%200%200%200-3%203v6a3%203%200%200%200%203%203h10a3%203%200%200%200%203-3V7a3%203%200%200%200-3-3zm1.594%204.212C7.492%207.763%208.697%207.5%2010%207.5s2.508.263%203.406.712C14.273%208.646%2015%209.337%2015%2010.25v.745a1.5%201.5%200%200%201-1.65%201.493l-.714-.072a1.5%201.5%200%200%201-1.299-1.101l-.285-1.056l-.02-.08v-.004l-.003-.013C10.959%2010.12%2010.709%2010%2010%2010s-.96.12-1.029.162l-.003.013v.004l-.02.08l-.286%201.056a1.5%201.5%200%200%201-1.298%201.101l-.715.072A1.5%201.5%200%200%201%205%2010.995v-.745c0-.913.727-1.604%201.594-2.038%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%22M5%204a3%203%200%200%200-3%203v6a3%203%200%200%200%203%203h10a3%203%200%200%200%203-3V7a3%203%200%200%200-3-3zm1.594%204.212C7.492%207.763%208.697%207.5%2010%207.5s2.508.263%203.406.712C14.273%208.646%2015%209.337%2015%2010.25v.745a1.5%201.5%200%200%201-1.65%201.493l-.714-.072a1.5%201.5%200%200%201-1.299-1.101l-.285-1.056l-.02-.08v-.004l-.003-.013C10.959%2010.12%2010.709%2010%2010%2010s-.96.12-1.029.162l-.003.013v.004l-.02.08l-.286%201.056a1.5%201.5%200%200%201-1.298%201.101l-.715.072A1.5%201.5%200%200%201%205%2010.995v-.745c0-.913.727-1.604%201.594-2.038%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-20-filled.svg?color=%231a73e8&size=48