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

Name
call-outbound-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the call outbound icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.22 11.72a.75.75 0 1 0 1.06 1.06l8.22-8.22v6.19a.75.75 0 0 0 1.5 0v-8a.75.75 0 0 0-.75-.75h-8a.75.75 0 0 0 0 1.5h6.19zM8.059 2.08c-1.415-.192-2.848.084-3.968.803c-1.135.729-1.934 1.91-2.021 3.441c-.151 2.655.338 6.321 2.78 10.551c2.407 4.169 5.349 6.764 7.743 8.33c2.806 1.837 6.114.324 7.563-2.401a2.75 2.75 0 0 0-.014-2.609l-1.264-2.317a3.75 3.75 0 0 0-4.53-1.744l-1.66.58c-.396.139-.734.059-.923-.127c-1.053-1.044-2.026-2.8-2.382-4.282c-.065-.271.043-.611.36-.882l1.263-1.083a3.25 3.25 0 0 0 .792-3.921l-1.405-2.81a2.75 2.75 0 0 0-2.088-1.495zM3.567 6.41c.058-1.01.567-1.772 1.335-2.265c.783-.503 1.848-.729 2.954-.578l.246.033c.41.056.765.31.95.68l1.404 2.81a1.75 1.75 0 0 1-.426 2.11l-1.264 1.084c-.634.544-1.07 1.425-.842 2.371c.419 1.743 1.525 3.749 2.786 4.997c.7.693 1.69.753 2.473.479l1.66-.581a2.25 2.25 0 0 1 2.718 1.046l1.265 2.317c.2.37.203.815.006 1.186c-1.166 2.192-3.564 3.065-5.418 1.851c-2.227-1.457-4.992-3.889-7.264-7.825c-2.289-3.964-2.718-7.337-2.583-9.716"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallOutbound28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.22 11.72a.75.75 0 1 0 1.06 1.06l8.22-8.22v6.19a.75.75 0 0 0 1.5 0v-8a.75.75 0 0 0-.75-.75h-8a.75.75 0 0 0 0 1.5h6.19zM8.059 2.08c-1.415-.192-2.848.084-3.968.803c-1.135.729-1.934 1.91-2.021 3.441c-.151 2.655.338 6.321 2.78 10.551c2.407 4.169 5.349 6.764 7.743 8.33c2.806 1.837 6.114.324 7.563-2.401a2.75 2.75 0 0 0-.014-2.609l-1.264-2.317a3.75 3.75 0 0 0-4.53-1.744l-1.66.58c-.396.139-.734.059-.923-.127c-1.053-1.044-2.026-2.8-2.382-4.282c-.065-.271.043-.611.36-.882l1.263-1.083a3.25 3.25 0 0 0 .792-3.921l-1.405-2.81a2.75 2.75 0 0 0-2.088-1.495zM3.567 6.41c.058-1.01.567-1.772 1.335-2.265c.783-.503 1.848-.729 2.954-.578l.246.033c.41.056.765.31.95.68l1.404 2.81a1.75 1.75 0 0 1-.426 2.11l-1.264 1.084c-.634.544-1.07 1.425-.842 2.371c.419 1.743 1.525 3.749 2.786 4.997c.7.693 1.69.753 2.473.479l1.66-.581a2.25 2.25 0 0 1 2.718 1.046l1.265 2.317c.2.37.203.815.006 1.186c-1.166 2.192-3.564 3.065-5.418 1.851c-2.227-1.457-4.992-3.889-7.264-7.825c-2.289-3.964-2.718-7.337-2.583-9.716"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.22 11.72a.75.75 0 1 0 1.06 1.06l8.22-8.22v6.19a.75.75 0 0 0 1.5 0v-8a.75.75 0 0 0-.75-.75h-8a.75.75 0 0 0 0 1.5h6.19zM8.059 2.08c-1.415-.192-2.848.084-3.968.803c-1.135.729-1.934 1.91-2.021 3.441c-.151 2.655.338 6.321 2.78 10.551c2.407 4.169 5.349 6.764 7.743 8.33c2.806 1.837 6.114.324 7.563-2.401a2.75 2.75 0 0 0-.014-2.609l-1.264-2.317a3.75 3.75 0 0 0-4.53-1.744l-1.66.58c-.396.139-.734.059-.923-.127c-1.053-1.044-2.026-2.8-2.382-4.282c-.065-.271.043-.611.36-.882l1.263-1.083a3.25 3.25 0 0 0 .792-3.921l-1.405-2.81a2.75 2.75 0 0 0-2.088-1.495zM3.567 6.41c.058-1.01.567-1.772 1.335-2.265c.783-.503 1.848-.729 2.954-.578l.246.033c.41.056.765.31.95.68l1.404 2.81a1.75 1.75 0 0 1-.426 2.11l-1.264 1.084c-.634.544-1.07 1.425-.842 2.371c.419 1.743 1.525 3.749 2.786 4.997c.7.693 1.69.753 2.473.479l1.66-.581a2.25 2.25 0 0 1 2.718 1.046l1.265 2.317c.2.37.203.815.006 1.186c-1.166 2.192-3.564 3.065-5.418 1.851c-2.227-1.457-4.992-3.889-7.264-7.825c-2.289-3.964-2.718-7.337-2.583-9.716"/></svg>
</template>

CSS

.icon-call-outbound-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.22%2011.72a.75.75%200%201%200%201.06%201.06l8.22-8.22v6.19a.75.75%200%200%200%201.5%200v-8a.75.75%200%200%200-.75-.75h-8a.75.75%200%200%200%200%201.5h6.19zM8.059%202.08c-1.415-.192-2.848.084-3.968.803c-1.135.729-1.934%201.91-2.021%203.441c-.151%202.655.338%206.321%202.78%2010.551c2.407%204.169%205.349%206.764%207.743%208.33c2.806%201.837%206.114.324%207.563-2.401a2.75%202.75%200%200%200-.014-2.609l-1.264-2.317a3.75%203.75%200%200%200-4.53-1.744l-1.66.58c-.396.139-.734.059-.923-.127c-1.053-1.044-2.026-2.8-2.382-4.282c-.065-.271.043-.611.36-.882l1.263-1.083a3.25%203.25%200%200%200%20.792-3.921l-1.405-2.81a2.75%202.75%200%200%200-2.088-1.495zM3.567%206.41c.058-1.01.567-1.772%201.335-2.265c.783-.503%201.848-.729%202.954-.578l.246.033c.41.056.765.31.95.68l1.404%202.81a1.75%201.75%200%200%201-.426%202.11l-1.264%201.084c-.634.544-1.07%201.425-.842%202.371c.419%201.743%201.525%203.749%202.786%204.997c.7.693%201.69.753%202.473.479l1.66-.581a2.25%202.25%200%200%201%202.718%201.046l1.265%202.317c.2.37.203.815.006%201.186c-1.166%202.192-3.564%203.065-5.418%201.851c-2.227-1.457-4.992-3.889-7.264-7.825c-2.289-3.964-2.718-7.337-2.583-9.716%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.22%2011.72a.75.75%200%201%200%201.06%201.06l8.22-8.22v6.19a.75.75%200%200%200%201.5%200v-8a.75.75%200%200%200-.75-.75h-8a.75.75%200%200%200%200%201.5h6.19zM8.059%202.08c-1.415-.192-2.848.084-3.968.803c-1.135.729-1.934%201.91-2.021%203.441c-.151%202.655.338%206.321%202.78%2010.551c2.407%204.169%205.349%206.764%207.743%208.33c2.806%201.837%206.114.324%207.563-2.401a2.75%202.75%200%200%200-.014-2.609l-1.264-2.317a3.75%203.75%200%200%200-4.53-1.744l-1.66.58c-.396.139-.734.059-.923-.127c-1.053-1.044-2.026-2.8-2.382-4.282c-.065-.271.043-.611.36-.882l1.263-1.083a3.25%203.25%200%200%200%20.792-3.921l-1.405-2.81a2.75%202.75%200%200%200-2.088-1.495zM3.567%206.41c.058-1.01.567-1.772%201.335-2.265c.783-.503%201.848-.729%202.954-.578l.246.033c.41.056.765.31.95.68l1.404%202.81a1.75%201.75%200%200%201-.426%202.11l-1.264%201.084c-.634.544-1.07%201.425-.842%202.371c.419%201.743%201.525%203.749%202.786%204.997c.7.693%201.69.753%202.473.479l1.66-.581a2.25%202.25%200%200%201%202.718%201.046l1.265%202.317c.2.37.203.815.006%201.186c-1.166%202.192-3.564%203.065-5.418%201.851c-2.227-1.457-4.992-3.889-7.264-7.825c-2.289-3.964-2.718-7.337-2.583-9.716%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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