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

Name
call-square-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the call square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 2A2.5 2.5 0 0 0 2 4.5v7A2.5 2.5 0 0 0 4.5 14h7a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 11.5 2zm.801 4.565C6.018 6.207 6.974 6 8 6s1.982.207 2.698.565C11.385 6.91 12 7.475 12 8.25v.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 FluentCallSquare16Filled(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="M4.5 2A2.5 2.5 0 0 0 2 4.5v7A2.5 2.5 0 0 0 4.5 14h7a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 11.5 2zm.801 4.565C6.018 6.207 6.974 6 8 6s1.982.207 2.698.565C11.385 6.91 12 7.475 12 8.25v.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="M4.5 2A2.5 2.5 0 0 0 2 4.5v7A2.5 2.5 0 0 0 4.5 14h7a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 11.5 2zm.801 4.565C6.018 6.207 6.974 6 8 6s1.982.207 2.698.565C11.385 6.91 12 7.475 12 8.25v.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-square-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%22M4.5%202A2.5%202.5%200%200%200%202%204.5v7A2.5%202.5%200%200%200%204.5%2014h7a2.5%202.5%200%200%200%202.5-2.5v-7A2.5%202.5%200%200%200%2011.5%202zm.801%204.565C6.018%206.207%206.974%206%208%206s1.982.207%202.698.565C11.385%206.91%2012%207.475%2012%208.25v.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%22M4.5%202A2.5%202.5%200%200%200%202%204.5v7A2.5%202.5%200%200%200%204.5%2014h7a2.5%202.5%200%200%200%202.5-2.5v-7A2.5%202.5%200%200%200%2011.5%202zm.801%204.565C6.018%206.207%206.974%206%208%206s1.982.207%202.698.565C11.385%206.91%2012%207.475%2012%208.25v.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-square-16-filled.svg?color=%231a73e8&size=48