call park icon
call-park-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- call-park-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
11 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-outbound-16-filledcall-pause-20-filledcall-prohibited-16-filledcall-rectangle-landscape-16-filledcall-square-16-filledcall-transfer-16-filledcall-warning-16-filled
Use the call park icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4.54 12.486C4.377 7.13 9.077 3.75 14.01 3.75h.152a5.25 5.25 0 0 1 4.955 3.516l1.572 4.489a5.25 5.25 0 0 1-1.904 6.006l-2.767 1.977c-.812.58-1.022 1.343-.792 1.903c1.007 2.45 3.3 5.758 5.16 7.675c.453.468 1.224.629 2.07.319l2.958-1.085a5.25 5.25 0 0 1 5.852 1.582l2.415 2.917a5.17 5.17 0 0 1 .428 5.988c-2.637 4.315-8.15 6.452-12.644 3.377A40 40 0 0 1 9.418 29.375c-3.67-6.356-4.743-12.384-4.879-16.89M29.25 4C28.56 4 28 4.56 28 5.25v17.5a1.25 1.25 0 1 0 2.5 0V16.5h5.25a6.25 6.25 0 0 0 0-12.5zm6.5 10H30.5V6.5h5.25a3.75 3.75 0 0 1 0 7.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallPark48Filled(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="M4.54 12.486C4.377 7.13 9.077 3.75 14.01 3.75h.152a5.25 5.25 0 0 1 4.955 3.516l1.572 4.489a5.25 5.25 0 0 1-1.904 6.006l-2.767 1.977c-.812.58-1.022 1.343-.792 1.903c1.007 2.45 3.3 5.758 5.16 7.675c.453.468 1.224.629 2.07.319l2.958-1.085a5.25 5.25 0 0 1 5.852 1.582l2.415 2.917a5.17 5.17 0 0 1 .428 5.988c-2.637 4.315-8.15 6.452-12.644 3.377A40 40 0 0 1 9.418 29.375c-3.67-6.356-4.743-12.384-4.879-16.89M29.25 4C28.56 4 28 4.56 28 5.25v17.5a1.25 1.25 0 1 0 2.5 0V16.5h5.25a6.25 6.25 0 0 0 0-12.5zm6.5 10H30.5V6.5h5.25a3.75 3.75 0 0 1 0 7.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4.54 12.486C4.377 7.13 9.077 3.75 14.01 3.75h.152a5.25 5.25 0 0 1 4.955 3.516l1.572 4.489a5.25 5.25 0 0 1-1.904 6.006l-2.767 1.977c-.812.58-1.022 1.343-.792 1.903c1.007 2.45 3.3 5.758 5.16 7.675c.453.468 1.224.629 2.07.319l2.958-1.085a5.25 5.25 0 0 1 5.852 1.582l2.415 2.917a5.17 5.17 0 0 1 .428 5.988c-2.637 4.315-8.15 6.452-12.644 3.377A40 40 0 0 1 9.418 29.375c-3.67-6.356-4.743-12.384-4.879-16.89M29.25 4C28.56 4 28 4.56 28 5.25v17.5a1.25 1.25 0 1 0 2.5 0V16.5h5.25a6.25 6.25 0 0 0 0-12.5zm6.5 10H30.5V6.5h5.25a3.75 3.75 0 0 1 0 7.5"/></svg> </template>
CSS
.icon-call-park-48-filled {
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%22M4.54%2012.486C4.377%207.13%209.077%203.75%2014.01%203.75h.152a5.25%205.25%200%200%201%204.955%203.516l1.572%204.489a5.25%205.25%200%200%201-1.904%206.006l-2.767%201.977c-.812.58-1.022%201.343-.792%201.903c1.007%202.45%203.3%205.758%205.16%207.675c.453.468%201.224.629%202.07.319l2.958-1.085a5.25%205.25%200%200%201%205.852%201.582l2.415%202.917a5.17%205.17%200%200%201%20.428%205.988c-2.637%204.315-8.15%206.452-12.644%203.377A40%2040%200%200%201%209.418%2029.375c-3.67-6.356-4.743-12.384-4.879-16.89M29.25%204C28.56%204%2028%204.56%2028%205.25v17.5a1.25%201.25%200%201%200%202.5%200V16.5h5.25a6.25%206.25%200%200%200%200-12.5zm6.5%2010H30.5V6.5h5.25a3.75%203.75%200%200%201%200%207.5%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%22M4.54%2012.486C4.377%207.13%209.077%203.75%2014.01%203.75h.152a5.25%205.25%200%200%201%204.955%203.516l1.572%204.489a5.25%205.25%200%200%201-1.904%206.006l-2.767%201.977c-.812.58-1.022%201.343-.792%201.903c1.007%202.45%203.3%205.758%205.16%207.675c.453.468%201.224.629%202.07.319l2.958-1.085a5.25%205.25%200%200%201%205.852%201.582l2.415%202.917a5.17%205.17%200%200%201%20.428%205.988c-2.637%204.315-8.15%206.452-12.644%203.377A40%2040%200%200%201%209.418%2029.375c-3.67-6.356-4.743-12.384-4.879-16.89M29.25%204C28.56%204%2028%204.56%2028%205.25v17.5a1.25%201.25%200%201%200%202.5%200V16.5h5.25a6.25%206.25%200%200%200%200-12.5zm6.5%2010H30.5V6.5h5.25a3.75%203.75%200%200%201%200%207.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-park-48-filled.svg?color=%231a73e8&size=48