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

Name
call-square-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

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 2zM3 4.5A1.5 1.5 0 0 1 4.5 3h7A1.5 1.5 0 0 1 13 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 11.5zm2.302 2.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 FluentCallSquare16Regular(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 2zM3 4.5A1.5 1.5 0 0 1 4.5 3h7A1.5 1.5 0 0 1 13 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 11.5zm2.302 2.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="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 2zM3 4.5A1.5 1.5 0 0 1 4.5 3h7A1.5 1.5 0 0 1 13 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 11.5zm2.302 2.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-square-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%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%202zM3%204.5A1.5%201.5%200%200%201%204.5%203h7A1.5%201.5%200%200%201%2013%204.5v7a1.5%201.5%200%200%201-1.5%201.5h-7A1.5%201.5%200%200%201%203%2011.5zm2.302%202.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%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%202zM3%204.5A1.5%201.5%200%200%201%204.5%203h7A1.5%201.5%200%200%201%2013%204.5v7a1.5%201.5%200%200%201-1.5%201.5h-7A1.5%201.5%200%200%201%203%2011.5zm2.302%202.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-square-16-regular.svg?color=%231a73e8&size=48