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

Name
call-add-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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.972 1.695a2.5 2.5 0 0 1-.663 3.24l-.601.453c-.283.213-.4.515-.342.77c.183.813.587 1.566 1.152 2.122c.169.165.465.222.788.099l.666-.255a2.5 2.5 0 0 1 3.074 1.114l.954 1.702c.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.501m.488.873c-.586.328-.978.881-.998 1.655c-.042 1.613.328 3.847 1.89 6.527c1.56 2.672 3.259 4.24 4.63 5.154c.64.426 1.314.434 1.91.16c.611-.282 1.156-.871 1.446-1.656a.84.84 0 0 0-.055-.7l-.953-1.703a1.5 1.5 0 0 0-1.845-.668l-.666.255c-.58.222-1.324.192-1.846-.32c-.714-.701-1.205-1.632-1.427-2.614c-.163-.725.196-1.397.716-1.79l.6-.453A1.5 1.5 0 0 0 7.84 5.22l-.971-1.695a.93.93 0 0 0-.578-.439c-.827-.21-1.649-.107-2.25.23M15 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 FluentCallAdd20Regular(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.972 1.695a2.5 2.5 0 0 1-.663 3.24l-.601.453c-.283.213-.4.515-.342.77c.183.813.587 1.566 1.152 2.122c.169.165.465.222.788.099l.666-.255a2.5 2.5 0 0 1 3.074 1.114l.954 1.702c.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.501m.488.873c-.586.328-.978.881-.998 1.655c-.042 1.613.328 3.847 1.89 6.527c1.56 2.672 3.259 4.24 4.63 5.154c.64.426 1.314.434 1.91.16c.611-.282 1.156-.871 1.446-1.656a.84.84 0 0 0-.055-.7l-.953-1.703a1.5 1.5 0 0 0-1.845-.668l-.666.255c-.58.222-1.324.192-1.846-.32c-.714-.701-1.205-1.632-1.427-2.614c-.163-.725.196-1.397.716-1.79l.6-.453A1.5 1.5 0 0 0 7.84 5.22l-.971-1.695a.93.93 0 0 0-.578-.439c-.827-.21-1.649-.107-2.25.23M15 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.972 1.695a2.5 2.5 0 0 1-.663 3.24l-.601.453c-.283.213-.4.515-.342.77c.183.813.587 1.566 1.152 2.122c.169.165.465.222.788.099l.666-.255a2.5 2.5 0 0 1 3.074 1.114l.954 1.702c.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.501m.488.873c-.586.328-.978.881-.998 1.655c-.042 1.613.328 3.847 1.89 6.527c1.56 2.672 3.259 4.24 4.63 5.154c.64.426 1.314.434 1.91.16c.611-.282 1.156-.871 1.446-1.656a.84.84 0 0 0-.055-.7l-.953-1.703a1.5 1.5 0 0 0-1.845-.668l-.666.255c-.58.222-1.324.192-1.846-.32c-.714-.701-1.205-1.632-1.427-2.614c-.163-.725.196-1.397.716-1.79l.6-.453A1.5 1.5 0 0 0 7.84 5.22l-.971-1.695a.93.93 0 0 0-.578-.439c-.827-.21-1.649-.107-2.25.23M15 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-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%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.972%201.695a2.5%202.5%200%200%201-.663%203.24l-.601.453c-.283.213-.4.515-.342.77c.183.813.587%201.566%201.152%202.122c.169.165.465.222.788.099l.666-.255a2.5%202.5%200%200%201%203.074%201.114l.954%201.702c.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.501m.488.873c-.586.328-.978.881-.998%201.655c-.042%201.613.328%203.847%201.89%206.527c1.56%202.672%203.259%204.24%204.63%205.154c.64.426%201.314.434%201.91.16c.611-.282%201.156-.871%201.446-1.656a.84.84%200%200%200-.055-.7l-.953-1.703a1.5%201.5%200%200%200-1.845-.668l-.666.255c-.58.222-1.324.192-1.846-.32c-.714-.701-1.205-1.632-1.427-2.614c-.163-.725.196-1.397.716-1.79l.6-.453A1.5%201.5%200%200%200%207.84%205.22l-.971-1.695a.93.93%200%200%200-.578-.439c-.827-.21-1.649-.107-2.25.23M15%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.972%201.695a2.5%202.5%200%200%201-.663%203.24l-.601.453c-.283.213-.4.515-.342.77c.183.813.587%201.566%201.152%202.122c.169.165.465.222.788.099l.666-.255a2.5%202.5%200%200%201%203.074%201.114l.954%201.702c.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.501m.488.873c-.586.328-.978.881-.998%201.655c-.042%201.613.328%203.847%201.89%206.527c1.56%202.672%203.259%204.24%204.63%205.154c.64.426%201.314.434%201.91.16c.611-.282%201.156-.871%201.446-1.656a.84.84%200%200%200-.055-.7l-.953-1.703a1.5%201.5%200%200%200-1.845-.668l-.666.255c-.58.222-1.324.192-1.846-.32c-.714-.701-1.205-1.632-1.427-2.614c-.163-.725.196-1.397.716-1.79l.6-.453A1.5%201.5%200%200%200%207.84%205.22l-.971-1.695a.93.93%200%200%200-.578-.439c-.827-.21-1.649-.107-2.25.23M15%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-regular.svg?color=%231a73e8&size=48