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

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

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the call add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.551 2.442c.854-.478 1.943-.59 2.984-.326c.507.128.94.457 1.2.91l.898 1.566a2.5 2.5 0 0 1-.829 3.354l-.79.502c-.327.207-.447.524-.372.775c.268.898.861 1.894 1.513 2.576c.194.204.55.252.898.049l.437-.255a2.5 2.5 0 0 1 3.44.938l.805 1.435c.263.47.306 1.031.12 1.536c-.371 1.003-1.086 1.812-1.965 2.217c-.893.411-1.938.394-2.884-.237c-1.498-.998-3.303-2.678-4.938-5.48c-1.656-2.84-2.073-5.257-2.026-7.059c.03-1.153.64-2.015 1.509-2.501M15 2.499a.5.5 0 0 0-1 0V5h-2.5a.5.5 0 0 0 0 1H14v2.5a.5.5 0 0 0 1 0V6h2.5a.5.5 0 0 0 0-1H15z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallAdd20Filled(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="M3.551 2.442c.854-.478 1.943-.59 2.984-.326c.507.128.94.457 1.2.91l.898 1.566a2.5 2.5 0 0 1-.829 3.354l-.79.502c-.327.207-.447.524-.372.775c.268.898.861 1.894 1.513 2.576c.194.204.55.252.898.049l.437-.255a2.5 2.5 0 0 1 3.44.938l.805 1.435c.263.47.306 1.031.12 1.536c-.371 1.003-1.086 1.812-1.965 2.217c-.893.411-1.938.394-2.884-.237c-1.498-.998-3.303-2.678-4.938-5.48c-1.656-2.84-2.073-5.257-2.026-7.059c.03-1.153.64-2.015 1.509-2.501M15 2.499a.5.5 0 0 0-1 0V5h-2.5a.5.5 0 0 0 0 1H14v2.5a.5.5 0 0 0 1 0V6h2.5a.5.5 0 0 0 0-1H15z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.551 2.442c.854-.478 1.943-.59 2.984-.326c.507.128.94.457 1.2.91l.898 1.566a2.5 2.5 0 0 1-.829 3.354l-.79.502c-.327.207-.447.524-.372.775c.268.898.861 1.894 1.513 2.576c.194.204.55.252.898.049l.437-.255a2.5 2.5 0 0 1 3.44.938l.805 1.435c.263.47.306 1.031.12 1.536c-.371 1.003-1.086 1.812-1.965 2.217c-.893.411-1.938.394-2.884-.237c-1.498-.998-3.303-2.678-4.938-5.48c-1.656-2.84-2.073-5.257-2.026-7.059c.03-1.153.64-2.015 1.509-2.501M15 2.499a.5.5 0 0 0-1 0V5h-2.5a.5.5 0 0 0 0 1H14v2.5a.5.5 0 0 0 1 0V6h2.5a.5.5 0 0 0 0-1H15z"/></svg>
</template>

CSS

.icon-call-add-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%22M3.551%202.442c.854-.478%201.943-.59%202.984-.326c.507.128.94.457%201.2.91l.898%201.566a2.5%202.5%200%200%201-.829%203.354l-.79.502c-.327.207-.447.524-.372.775c.268.898.861%201.894%201.513%202.576c.194.204.55.252.898.049l.437-.255a2.5%202.5%200%200%201%203.44.938l.805%201.435c.263.47.306%201.031.12%201.536c-.371%201.003-1.086%201.812-1.965%202.217c-.893.411-1.938.394-2.884-.237c-1.498-.998-3.303-2.678-4.938-5.48c-1.656-2.84-2.073-5.257-2.026-7.059c.03-1.153.64-2.015%201.509-2.501M15%202.499a.5.5%200%200%200-1%200V5h-2.5a.5.5%200%200%200%200%201H14v2.5a.5.5%200%200%200%201%200V6h2.5a.5.5%200%200%200%200-1H15z%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%22M3.551%202.442c.854-.478%201.943-.59%202.984-.326c.507.128.94.457%201.2.91l.898%201.566a2.5%202.5%200%200%201-.829%203.354l-.79.502c-.327.207-.447.524-.372.775c.268.898.861%201.894%201.513%202.576c.194.204.55.252.898.049l.437-.255a2.5%202.5%200%200%201%203.44.938l.805%201.435c.263.47.306%201.031.12%201.536c-.371%201.003-1.086%201.812-1.965%202.217c-.893.411-1.938.394-2.884-.237c-1.498-.998-3.303-2.678-4.938-5.48c-1.656-2.84-2.073-5.257-2.026-7.059c.03-1.153.64-2.015%201.509-2.501M15%202.499a.5.5%200%200%200-1%200V5h-2.5a.5.5%200%200%200%200%201H14v2.5a.5.5%200%200%200%201%200V6h2.5a.5.5%200%200%200%200-1H15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-add-20-filled.svg?color=%231a73e8&size=48