call outbound icon
call-outbound-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- call-outbound-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
call-add-16-filledcall-blocked-24-filledcall-checkmark-20-filledcall-chevron-down-16-filledcall-connecting-20-filledcall-dismiss-16-filledcall-end-12-filledcall-exclamation-20-filledcall-forward-16-filledcall-inbound-16-filledcall-missed-12-filledcall-park-16-filledcall-pause-20-filledcall-prohibited-16-filledcall-rectangle-landscape-16-filledcall-square-16-filledcall-transfer-16-filledcall-warning-16-filled
Use the call outbound icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.01 3.75c-4.932 0-9.632 3.38-9.47 8.736c.135 4.505 1.208 10.533 4.878 16.889a40 40 0 0 0 12.047 13.04c4.494 3.074 10.007.937 12.644-3.378a5.17 5.17 0 0 0-.428-5.988l-2.64-3.188a5.25 5.25 0 0 0-5.237-1.766l-3.421.799c-.768.179-1.416.009-1.799-.377c-1.694-1.708-3.634-4.677-4.457-6.983c-.195-.545.008-1.27.718-1.861l2.324-1.937a5.25 5.25 0 0 0 1.595-5.767l-1.647-4.703a5.25 5.25 0 0 0-4.955-3.516zm-6.972 8.66c-.106-3.538 3.005-6.16 6.971-6.16h.153a2.75 2.75 0 0 1 2.596 1.842l1.646 4.703a2.75 2.75 0 0 1-.835 3.02l-2.324 1.937c-1.234 1.028-2.13 2.784-1.473 4.622c.957 2.681 3.107 5.958 5.038 7.904c1.156 1.165 2.78 1.368 4.14 1.05l3.422-.798a2.75 2.75 0 0 1 2.744.925l2.639 3.188c.726.878.814 2.119.22 3.09c-2.1 3.437-6.094 4.674-9.098 2.618a37.5 37.5 0 0 1-11.294-12.226c-3.426-5.933-4.42-11.54-4.545-15.714m19.328 7.456a1.25 1.25 0 1 0 1.768 1.768L41.5 8.268V18.75a1.25 1.25 0 1 0 2.5 0V5.25C44 4.56 43.44 4 42.75 4h-13.5a1.25 1.25 0 1 0 0 2.5h10.482z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallOutbound48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.01 3.75c-4.932 0-9.632 3.38-9.47 8.736c.135 4.505 1.208 10.533 4.878 16.889a40 40 0 0 0 12.047 13.04c4.494 3.074 10.007.937 12.644-3.378a5.17 5.17 0 0 0-.428-5.988l-2.64-3.188a5.25 5.25 0 0 0-5.237-1.766l-3.421.799c-.768.179-1.416.009-1.799-.377c-1.694-1.708-3.634-4.677-4.457-6.983c-.195-.545.008-1.27.718-1.861l2.324-1.937a5.25 5.25 0 0 0 1.595-5.767l-1.647-4.703a5.25 5.25 0 0 0-4.955-3.516zm-6.972 8.66c-.106-3.538 3.005-6.16 6.971-6.16h.153a2.75 2.75 0 0 1 2.596 1.842l1.646 4.703a2.75 2.75 0 0 1-.835 3.02l-2.324 1.937c-1.234 1.028-2.13 2.784-1.473 4.622c.957 2.681 3.107 5.958 5.038 7.904c1.156 1.165 2.78 1.368 4.14 1.05l3.422-.798a2.75 2.75 0 0 1 2.744.925l2.639 3.188c.726.878.814 2.119.22 3.09c-2.1 3.437-6.094 4.674-9.098 2.618a37.5 37.5 0 0 1-11.294-12.226c-3.426-5.933-4.42-11.54-4.545-15.714m19.328 7.456a1.25 1.25 0 1 0 1.768 1.768L41.5 8.268V18.75a1.25 1.25 0 1 0 2.5 0V5.25C44 4.56 43.44 4 42.75 4h-13.5a1.25 1.25 0 1 0 0 2.5h10.482z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.01 3.75c-4.932 0-9.632 3.38-9.47 8.736c.135 4.505 1.208 10.533 4.878 16.889a40 40 0 0 0 12.047 13.04c4.494 3.074 10.007.937 12.644-3.378a5.17 5.17 0 0 0-.428-5.988l-2.64-3.188a5.25 5.25 0 0 0-5.237-1.766l-3.421.799c-.768.179-1.416.009-1.799-.377c-1.694-1.708-3.634-4.677-4.457-6.983c-.195-.545.008-1.27.718-1.861l2.324-1.937a5.25 5.25 0 0 0 1.595-5.767l-1.647-4.703a5.25 5.25 0 0 0-4.955-3.516zm-6.972 8.66c-.106-3.538 3.005-6.16 6.971-6.16h.153a2.75 2.75 0 0 1 2.596 1.842l1.646 4.703a2.75 2.75 0 0 1-.835 3.02l-2.324 1.937c-1.234 1.028-2.13 2.784-1.473 4.622c.957 2.681 3.107 5.958 5.038 7.904c1.156 1.165 2.78 1.368 4.14 1.05l3.422-.798a2.75 2.75 0 0 1 2.744.925l2.639 3.188c.726.878.814 2.119.22 3.09c-2.1 3.437-6.094 4.674-9.098 2.618a37.5 37.5 0 0 1-11.294-12.226c-3.426-5.933-4.42-11.54-4.545-15.714m19.328 7.456a1.25 1.25 0 1 0 1.768 1.768L41.5 8.268V18.75a1.25 1.25 0 1 0 2.5 0V5.25C44 4.56 43.44 4 42.75 4h-13.5a1.25 1.25 0 1 0 0 2.5h10.482z"/></svg> </template>
CSS
.icon-call-outbound-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.01%203.75c-4.932%200-9.632%203.38-9.47%208.736c.135%204.505%201.208%2010.533%204.878%2016.889a40%2040%200%200%200%2012.047%2013.04c4.494%203.074%2010.007.937%2012.644-3.378a5.17%205.17%200%200%200-.428-5.988l-2.64-3.188a5.25%205.25%200%200%200-5.237-1.766l-3.421.799c-.768.179-1.416.009-1.799-.377c-1.694-1.708-3.634-4.677-4.457-6.983c-.195-.545.008-1.27.718-1.861l2.324-1.937a5.25%205.25%200%200%200%201.595-5.767l-1.647-4.703a5.25%205.25%200%200%200-4.955-3.516zm-6.972%208.66c-.106-3.538%203.005-6.16%206.971-6.16h.153a2.75%202.75%200%200%201%202.596%201.842l1.646%204.703a2.75%202.75%200%200%201-.835%203.02l-2.324%201.937c-1.234%201.028-2.13%202.784-1.473%204.622c.957%202.681%203.107%205.958%205.038%207.904c1.156%201.165%202.78%201.368%204.14%201.05l3.422-.798a2.75%202.75%200%200%201%202.744.925l2.639%203.188c.726.878.814%202.119.22%203.09c-2.1%203.437-6.094%204.674-9.098%202.618a37.5%2037.5%200%200%201-11.294-12.226c-3.426-5.933-4.42-11.54-4.545-15.714m19.328%207.456a1.25%201.25%200%201%200%201.768%201.768L41.5%208.268V18.75a1.25%201.25%200%201%200%202.5%200V5.25C44%204.56%2043.44%204%2042.75%204h-13.5a1.25%201.25%200%201%200%200%202.5h10.482z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.01%203.75c-4.932%200-9.632%203.38-9.47%208.736c.135%204.505%201.208%2010.533%204.878%2016.889a40%2040%200%200%200%2012.047%2013.04c4.494%203.074%2010.007.937%2012.644-3.378a5.17%205.17%200%200%200-.428-5.988l-2.64-3.188a5.25%205.25%200%200%200-5.237-1.766l-3.421.799c-.768.179-1.416.009-1.799-.377c-1.694-1.708-3.634-4.677-4.457-6.983c-.195-.545.008-1.27.718-1.861l2.324-1.937a5.25%205.25%200%200%200%201.595-5.767l-1.647-4.703a5.25%205.25%200%200%200-4.955-3.516zm-6.972%208.66c-.106-3.538%203.005-6.16%206.971-6.16h.153a2.75%202.75%200%200%201%202.596%201.842l1.646%204.703a2.75%202.75%200%200%201-.835%203.02l-2.324%201.937c-1.234%201.028-2.13%202.784-1.473%204.622c.957%202.681%203.107%205.958%205.038%207.904c1.156%201.165%202.78%201.368%204.14%201.05l3.422-.798a2.75%202.75%200%200%201%202.744.925l2.639%203.188c.726.878.814%202.119.22%203.09c-2.1%203.437-6.094%204.674-9.098%202.618a37.5%2037.5%200%200%201-11.294-12.226c-3.426-5.933-4.42-11.54-4.545-15.714m19.328%207.456a1.25%201.25%200%201%200%201.768%201.768L41.5%208.268V18.75a1.25%201.25%200%201%200%202.5%200V5.25C44%204.56%2043.44%204%2042.75%204h-13.5a1.25%201.25%200%201%200%200%202.5h10.482z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-outbound-48-regular.svg?color=%231a73e8&size=48