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

Name
call-add-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="m9.526 3.572l.902 2.006a2.75 2.75 0 0 1-.633 3.139L8.3 10.11a.25.25 0 0 0-.078.155c-.044.397.225 1.17.846 2.245c.45.781.859 1.33 1.206 1.637c.243.215.376.261.433.245l2.01-.615a2.75 2.75 0 0 1 3.034 1.02l1.28 1.776a2.75 2.75 0 0 1-.338 3.605l-.887.84a3.75 3.75 0 0 1-3.586.889c-2.755-.769-5.224-3.093-7.436-6.924C2.57 11.147 1.792 7.843 2.51 5.07a3.75 3.75 0 0 1 2.548-2.652l1.167-.351a2.75 2.75 0 0 1 3.302 1.505m-2.87-.07l-1.166.353a2.25 2.25 0 0 0-1.53 1.59c-.602 2.332.087 5.261 2.123 8.788c2.034 3.522 4.223 5.583 6.54 6.23a2.25 2.25 0 0 0 2.152-.534l.886-.84a1.25 1.25 0 0 0 .154-1.639l-1.28-1.775a1.25 1.25 0 0 0-1.38-.464l-2.015.617c-1.17.348-2.231-.593-3.371-2.568c-.77-1.33-1.128-2.36-1.038-3.161c.046-.416.24-.8.545-1.086L8.772 7.62a1.25 1.25 0 0 0 .287-1.427l-.901-2.006a1.25 1.25 0 0 0-1.501-.684M17.15 2.005l.102-.007a.75.75 0 0 1 .743.649l.007.101L18 6.001l3.252.001a.75.75 0 0 1 .744.648l.006.102a.75.75 0 0 1-.648.743l-.102.007H18v3.248a.75.75 0 0 1-.648.744l-.101.006a.75.75 0 0 1-.744-.648l-.006-.102l-.001-3.249l-3.251.001a.75.75 0 0 1-.743-.648l-.007-.102a.75.75 0 0 1 .648-.743l.102-.007H16.5V2.746a.75.75 0 0 1 .649-.743l.102-.007z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallAdd24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.526 3.572l.902 2.006a2.75 2.75 0 0 1-.633 3.139L8.3 10.11a.25.25 0 0 0-.078.155c-.044.397.225 1.17.846 2.245c.45.781.859 1.33 1.206 1.637c.243.215.376.261.433.245l2.01-.615a2.75 2.75 0 0 1 3.034 1.02l1.28 1.776a2.75 2.75 0 0 1-.338 3.605l-.887.84a3.75 3.75 0 0 1-3.586.889c-2.755-.769-5.224-3.093-7.436-6.924C2.57 11.147 1.792 7.843 2.51 5.07a3.75 3.75 0 0 1 2.548-2.652l1.167-.351a2.75 2.75 0 0 1 3.302 1.505m-2.87-.07l-1.166.353a2.25 2.25 0 0 0-1.53 1.59c-.602 2.332.087 5.261 2.123 8.788c2.034 3.522 4.223 5.583 6.54 6.23a2.25 2.25 0 0 0 2.152-.534l.886-.84a1.25 1.25 0 0 0 .154-1.639l-1.28-1.775a1.25 1.25 0 0 0-1.38-.464l-2.015.617c-1.17.348-2.231-.593-3.371-2.568c-.77-1.33-1.128-2.36-1.038-3.161c.046-.416.24-.8.545-1.086L8.772 7.62a1.25 1.25 0 0 0 .287-1.427l-.901-2.006a1.25 1.25 0 0 0-1.501-.684M17.15 2.005l.102-.007a.75.75 0 0 1 .743.649l.007.101L18 6.001l3.252.001a.75.75 0 0 1 .744.648l.006.102a.75.75 0 0 1-.648.743l-.102.007H18v3.248a.75.75 0 0 1-.648.744l-.101.006a.75.75 0 0 1-.744-.648l-.006-.102l-.001-3.249l-3.251.001a.75.75 0 0 1-.743-.648l-.007-.102a.75.75 0 0 1 .648-.743l.102-.007H16.5V2.746a.75.75 0 0 1 .649-.743l.102-.007z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.526 3.572l.902 2.006a2.75 2.75 0 0 1-.633 3.139L8.3 10.11a.25.25 0 0 0-.078.155c-.044.397.225 1.17.846 2.245c.45.781.859 1.33 1.206 1.637c.243.215.376.261.433.245l2.01-.615a2.75 2.75 0 0 1 3.034 1.02l1.28 1.776a2.75 2.75 0 0 1-.338 3.605l-.887.84a3.75 3.75 0 0 1-3.586.889c-2.755-.769-5.224-3.093-7.436-6.924C2.57 11.147 1.792 7.843 2.51 5.07a3.75 3.75 0 0 1 2.548-2.652l1.167-.351a2.75 2.75 0 0 1 3.302 1.505m-2.87-.07l-1.166.353a2.25 2.25 0 0 0-1.53 1.59c-.602 2.332.087 5.261 2.123 8.788c2.034 3.522 4.223 5.583 6.54 6.23a2.25 2.25 0 0 0 2.152-.534l.886-.84a1.25 1.25 0 0 0 .154-1.639l-1.28-1.775a1.25 1.25 0 0 0-1.38-.464l-2.015.617c-1.17.348-2.231-.593-3.371-2.568c-.77-1.33-1.128-2.36-1.038-3.161c.046-.416.24-.8.545-1.086L8.772 7.62a1.25 1.25 0 0 0 .287-1.427l-.901-2.006a1.25 1.25 0 0 0-1.501-.684M17.15 2.005l.102-.007a.75.75 0 0 1 .743.649l.007.101L18 6.001l3.252.001a.75.75 0 0 1 .744.648l.006.102a.75.75 0 0 1-.648.743l-.102.007H18v3.248a.75.75 0 0 1-.648.744l-.101.006a.75.75 0 0 1-.744-.648l-.006-.102l-.001-3.249l-3.251.001a.75.75 0 0 1-.743-.648l-.007-.102a.75.75 0 0 1 .648-.743l.102-.007H16.5V2.746a.75.75 0 0 1 .649-.743l.102-.007z"/></svg>
</template>

CSS

.icon-call-add-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.526%203.572l.902%202.006a2.75%202.75%200%200%201-.633%203.139L8.3%2010.11a.25.25%200%200%200-.078.155c-.044.397.225%201.17.846%202.245c.45.781.859%201.33%201.206%201.637c.243.215.376.261.433.245l2.01-.615a2.75%202.75%200%200%201%203.034%201.02l1.28%201.776a2.75%202.75%200%200%201-.338%203.605l-.887.84a3.75%203.75%200%200%201-3.586.889c-2.755-.769-5.224-3.093-7.436-6.924C2.57%2011.147%201.792%207.843%202.51%205.07a3.75%203.75%200%200%201%202.548-2.652l1.167-.351a2.75%202.75%200%200%201%203.302%201.505m-2.87-.07l-1.166.353a2.25%202.25%200%200%200-1.53%201.59c-.602%202.332.087%205.261%202.123%208.788c2.034%203.522%204.223%205.583%206.54%206.23a2.25%202.25%200%200%200%202.152-.534l.886-.84a1.25%201.25%200%200%200%20.154-1.639l-1.28-1.775a1.25%201.25%200%200%200-1.38-.464l-2.015.617c-1.17.348-2.231-.593-3.371-2.568c-.77-1.33-1.128-2.36-1.038-3.161c.046-.416.24-.8.545-1.086L8.772%207.62a1.25%201.25%200%200%200%20.287-1.427l-.901-2.006a1.25%201.25%200%200%200-1.501-.684M17.15%202.005l.102-.007a.75.75%200%200%201%20.743.649l.007.101L18%206.001l3.252.001a.75.75%200%200%201%20.744.648l.006.102a.75.75%200%200%201-.648.743l-.102.007H18v3.248a.75.75%200%200%201-.648.744l-.101.006a.75.75%200%200%201-.744-.648l-.006-.102l-.001-3.249l-3.251.001a.75.75%200%200%201-.743-.648l-.007-.102a.75.75%200%200%201%20.648-.743l.102-.007H16.5V2.746a.75.75%200%200%201%20.649-.743l.102-.007z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.526%203.572l.902%202.006a2.75%202.75%200%200%201-.633%203.139L8.3%2010.11a.25.25%200%200%200-.078.155c-.044.397.225%201.17.846%202.245c.45.781.859%201.33%201.206%201.637c.243.215.376.261.433.245l2.01-.615a2.75%202.75%200%200%201%203.034%201.02l1.28%201.776a2.75%202.75%200%200%201-.338%203.605l-.887.84a3.75%203.75%200%200%201-3.586.889c-2.755-.769-5.224-3.093-7.436-6.924C2.57%2011.147%201.792%207.843%202.51%205.07a3.75%203.75%200%200%201%202.548-2.652l1.167-.351a2.75%202.75%200%200%201%203.302%201.505m-2.87-.07l-1.166.353a2.25%202.25%200%200%200-1.53%201.59c-.602%202.332.087%205.261%202.123%208.788c2.034%203.522%204.223%205.583%206.54%206.23a2.25%202.25%200%200%200%202.152-.534l.886-.84a1.25%201.25%200%200%200%20.154-1.639l-1.28-1.775a1.25%201.25%200%200%200-1.38-.464l-2.015.617c-1.17.348-2.231-.593-3.371-2.568c-.77-1.33-1.128-2.36-1.038-3.161c.046-.416.24-.8.545-1.086L8.772%207.62a1.25%201.25%200%200%200%20.287-1.427l-.901-2.006a1.25%201.25%200%200%200-1.501-.684M17.15%202.005l.102-.007a.75.75%200%200%201%20.743.649l.007.101L18%206.001l3.252.001a.75.75%200%200%201%20.744.648l.006.102a.75.75%200%200%201-.648.743l-.102.007H18v3.248a.75.75%200%200%201-.648.744l-.101.006a.75.75%200%200%201-.744-.648l-.006-.102l-.001-3.249l-3.251.001a.75.75%200%200%201-.743-.648l-.007-.102a.75.75%200%200%201%20.648-.743l.102-.007H16.5V2.746a.75.75%200%200%201%20.649-.743l.102-.007z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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