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

Name
call-add-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M12 1.5a.5.5 0 0 1 1 0V4h2.5a.5.5 0 0 1 0 1H13v2.5a.5.5 0 0 1-1 0V5H9.5a.5.5 0 0 1 0-1H12zm-7.235.956C3.41 2.87 2.523 4.002 2.714 5.258a12.4 12.4 0 0 0 1.554 4.385a12.7 12.7 0 0 0 3.024 3.529c.992.797 2.418.6 3.455-.368a.98.98 0 0 0 .089-1.34l-.792-.962a1 1 0 0 0-1.072-.318l-1.673.526a.5.5 0 0 1-.482-.103l-.04-.036l-.097-.093a7.3 7.3 0 0 1-1.2-1.533a7.3 7.3 0 0 1-.76-1.936l-.012-.052a.5.5 0 0 1 .152-.47l1.292-1.185a1 1 0 0 0 .26-1.088l-.434-1.16a.99.99 0 0 0-1.214-.598M6.83 6.039l-1.072.984a6.6 6.6 0 0 0 .59 1.422a6.3 6.3 0 0 0 .936 1.222l1.389-.437a2 2 0 0 1 2.144.636l.792.962a1.98 1.98 0 0 1-.179 2.708c-1.29 1.202-3.276 1.61-4.764.415a13.7 13.7 0 0 1-3.262-3.805a13.4 13.4 0 0 1-1.678-4.738C1.439 3.523 2.79 2.014 4.473 1.5a1.99 1.99 0 0 1 2.443 1.203l.434 1.16a2 2 0 0 1-.52 2.176"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallAdd16Regular(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="M12 1.5a.5.5 0 0 1 1 0V4h2.5a.5.5 0 0 1 0 1H13v2.5a.5.5 0 0 1-1 0V5H9.5a.5.5 0 0 1 0-1H12zm-7.235.956C3.41 2.87 2.523 4.002 2.714 5.258a12.4 12.4 0 0 0 1.554 4.385a12.7 12.7 0 0 0 3.024 3.529c.992.797 2.418.6 3.455-.368a.98.98 0 0 0 .089-1.34l-.792-.962a1 1 0 0 0-1.072-.318l-1.673.526a.5.5 0 0 1-.482-.103l-.04-.036l-.097-.093a7.3 7.3 0 0 1-1.2-1.533a7.3 7.3 0 0 1-.76-1.936l-.012-.052a.5.5 0 0 1 .152-.47l1.292-1.185a1 1 0 0 0 .26-1.088l-.434-1.16a.99.99 0 0 0-1.214-.598M6.83 6.039l-1.072.984a6.6 6.6 0 0 0 .59 1.422a6.3 6.3 0 0 0 .936 1.222l1.389-.437a2 2 0 0 1 2.144.636l.792.962a1.98 1.98 0 0 1-.179 2.708c-1.29 1.202-3.276 1.61-4.764.415a13.7 13.7 0 0 1-3.262-3.805a13.4 13.4 0 0 1-1.678-4.738C1.439 3.523 2.79 2.014 4.473 1.5a1.99 1.99 0 0 1 2.443 1.203l.434 1.16a2 2 0 0 1-.52 2.176"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 1.5a.5.5 0 0 1 1 0V4h2.5a.5.5 0 0 1 0 1H13v2.5a.5.5 0 0 1-1 0V5H9.5a.5.5 0 0 1 0-1H12zm-7.235.956C3.41 2.87 2.523 4.002 2.714 5.258a12.4 12.4 0 0 0 1.554 4.385a12.7 12.7 0 0 0 3.024 3.529c.992.797 2.418.6 3.455-.368a.98.98 0 0 0 .089-1.34l-.792-.962a1 1 0 0 0-1.072-.318l-1.673.526a.5.5 0 0 1-.482-.103l-.04-.036l-.097-.093a7.3 7.3 0 0 1-1.2-1.533a7.3 7.3 0 0 1-.76-1.936l-.012-.052a.5.5 0 0 1 .152-.47l1.292-1.185a1 1 0 0 0 .26-1.088l-.434-1.16a.99.99 0 0 0-1.214-.598M6.83 6.039l-1.072.984a6.6 6.6 0 0 0 .59 1.422a6.3 6.3 0 0 0 .936 1.222l1.389-.437a2 2 0 0 1 2.144.636l.792.962a1.98 1.98 0 0 1-.179 2.708c-1.29 1.202-3.276 1.61-4.764.415a13.7 13.7 0 0 1-3.262-3.805a13.4 13.4 0 0 1-1.678-4.738C1.439 3.523 2.79 2.014 4.473 1.5a1.99 1.99 0 0 1 2.443 1.203l.434 1.16a2 2 0 0 1-.52 2.176"/></svg>
</template>

CSS

.icon-call-add-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%22M12%201.5a.5.5%200%200%201%201%200V4h2.5a.5.5%200%200%201%200%201H13v2.5a.5.5%200%200%201-1%200V5H9.5a.5.5%200%200%201%200-1H12zm-7.235.956C3.41%202.87%202.523%204.002%202.714%205.258a12.4%2012.4%200%200%200%201.554%204.385a12.7%2012.7%200%200%200%203.024%203.529c.992.797%202.418.6%203.455-.368a.98.98%200%200%200%20.089-1.34l-.792-.962a1%201%200%200%200-1.072-.318l-1.673.526a.5.5%200%200%201-.482-.103l-.04-.036l-.097-.093a7.3%207.3%200%200%201-1.2-1.533a7.3%207.3%200%200%201-.76-1.936l-.012-.052a.5.5%200%200%201%20.152-.47l1.292-1.185a1%201%200%200%200%20.26-1.088l-.434-1.16a.99.99%200%200%200-1.214-.598M6.83%206.039l-1.072.984a6.6%206.6%200%200%200%20.59%201.422a6.3%206.3%200%200%200%20.936%201.222l1.389-.437a2%202%200%200%201%202.144.636l.792.962a1.98%201.98%200%200%201-.179%202.708c-1.29%201.202-3.276%201.61-4.764.415a13.7%2013.7%200%200%201-3.262-3.805a13.4%2013.4%200%200%201-1.678-4.738C1.439%203.523%202.79%202.014%204.473%201.5a1.99%201.99%200%200%201%202.443%201.203l.434%201.16a2%202%200%200%201-.52%202.176%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%22M12%201.5a.5.5%200%200%201%201%200V4h2.5a.5.5%200%200%201%200%201H13v2.5a.5.5%200%200%201-1%200V5H9.5a.5.5%200%200%201%200-1H12zm-7.235.956C3.41%202.87%202.523%204.002%202.714%205.258a12.4%2012.4%200%200%200%201.554%204.385a12.7%2012.7%200%200%200%203.024%203.529c.992.797%202.418.6%203.455-.368a.98.98%200%200%200%20.089-1.34l-.792-.962a1%201%200%200%200-1.072-.318l-1.673.526a.5.5%200%200%201-.482-.103l-.04-.036l-.097-.093a7.3%207.3%200%200%201-1.2-1.533a7.3%207.3%200%200%201-.76-1.936l-.012-.052a.5.5%200%200%201%20.152-.47l1.292-1.185a1%201%200%200%200%20.26-1.088l-.434-1.16a.99.99%200%200%200-1.214-.598M6.83%206.039l-1.072.984a6.6%206.6%200%200%200%20.59%201.422a6.3%206.3%200%200%200%20.936%201.222l1.389-.437a2%202%200%200%201%202.144.636l.792.962a1.98%201.98%200%200%201-.179%202.708c-1.29%201.202-3.276%201.61-4.764.415a13.7%2013.7%200%200%201-3.262-3.805a13.4%2013.4%200%200%201-1.678-4.738C1.439%203.523%202.79%202.014%204.473%201.5a1.99%201.99%200%200%201%202.443%201.203l.434%201.16a2%202%200%200%201-.52%202.176%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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