call park icon
call-park-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- call-park-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="m13.659 12.077l-2.146 1.968q.063.222.156.512c.213.65.545 1.5 1.025 2.332s1.05 1.544 1.507 2.053q.204.226.365.391l2.777-.874a4 4 0 0 1 4.29 1.274l1.582 1.922a3.96 3.96 0 0 1-.357 5.416c-2.58 2.406-6.553 3.222-9.528.831a27.5 27.5 0 0 1-6.523-7.61a26.9 26.9 0 0 1-3.357-9.477C2.878 7.045 5.58 4.028 8.945 3a3.976 3.976 0 0 1 4.886 2.407l.87 2.32a4 4 0 0 1-1.042 4.351M9.53 4.911c-2.71.83-4.484 3.092-4.103 5.605a24.9 24.9 0 0 0 3.109 8.77a25.5 25.5 0 0 0 6.047 7.057c1.985 1.596 4.837 1.2 6.911-.735a1.96 1.96 0 0 0 .177-2.682l-1.583-1.922a2 2 0 0 0-2.144-.637l-3.346 1.053a1 1 0 0 1-.964-.206l-.08-.073l-.194-.185c-.163-.16-.388-.39-.648-.679a14.5 14.5 0 0 1-1.75-2.388a14.5 14.5 0 0 1-1.193-2.71a15 15 0 0 1-.328-1.161l-.023-.104c-.07-.345.045-.702.304-.94l2.585-2.37a2 2 0 0 0 .52-2.176l-.868-2.32A1.976 1.976 0 0 0 9.53 4.91M20 3a1 1 0 0 0-1 1v11a1 1 0 1 0 2 0v-4h3a4 4 0 0 0 0-8zm4 6h-3V5h3a2 2 0 1 1 0 4"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallPark32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m13.659 12.077l-2.146 1.968q.063.222.156.512c.213.65.545 1.5 1.025 2.332s1.05 1.544 1.507 2.053q.204.226.365.391l2.777-.874a4 4 0 0 1 4.29 1.274l1.582 1.922a3.96 3.96 0 0 1-.357 5.416c-2.58 2.406-6.553 3.222-9.528.831a27.5 27.5 0 0 1-6.523-7.61a26.9 26.9 0 0 1-3.357-9.477C2.878 7.045 5.58 4.028 8.945 3a3.976 3.976 0 0 1 4.886 2.407l.87 2.32a4 4 0 0 1-1.042 4.351M9.53 4.911c-2.71.83-4.484 3.092-4.103 5.605a24.9 24.9 0 0 0 3.109 8.77a25.5 25.5 0 0 0 6.047 7.057c1.985 1.596 4.837 1.2 6.911-.735a1.96 1.96 0 0 0 .177-2.682l-1.583-1.922a2 2 0 0 0-2.144-.637l-3.346 1.053a1 1 0 0 1-.964-.206l-.08-.073l-.194-.185c-.163-.16-.388-.39-.648-.679a14.5 14.5 0 0 1-1.75-2.388a14.5 14.5 0 0 1-1.193-2.71a15 15 0 0 1-.328-1.161l-.023-.104c-.07-.345.045-.702.304-.94l2.585-2.37a2 2 0 0 0 .52-2.176l-.868-2.32A1.976 1.976 0 0 0 9.53 4.91M20 3a1 1 0 0 0-1 1v11a1 1 0 1 0 2 0v-4h3a4 4 0 0 0 0-8zm4 6h-3V5h3a2 2 0 1 1 0 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m13.659 12.077l-2.146 1.968q.063.222.156.512c.213.65.545 1.5 1.025 2.332s1.05 1.544 1.507 2.053q.204.226.365.391l2.777-.874a4 4 0 0 1 4.29 1.274l1.582 1.922a3.96 3.96 0 0 1-.357 5.416c-2.58 2.406-6.553 3.222-9.528.831a27.5 27.5 0 0 1-6.523-7.61a26.9 26.9 0 0 1-3.357-9.477C2.878 7.045 5.58 4.028 8.945 3a3.976 3.976 0 0 1 4.886 2.407l.87 2.32a4 4 0 0 1-1.042 4.351M9.53 4.911c-2.71.83-4.484 3.092-4.103 5.605a24.9 24.9 0 0 0 3.109 8.77a25.5 25.5 0 0 0 6.047 7.057c1.985 1.596 4.837 1.2 6.911-.735a1.96 1.96 0 0 0 .177-2.682l-1.583-1.922a2 2 0 0 0-2.144-.637l-3.346 1.053a1 1 0 0 1-.964-.206l-.08-.073l-.194-.185c-.163-.16-.388-.39-.648-.679a14.5 14.5 0 0 1-1.75-2.388a14.5 14.5 0 0 1-1.193-2.71a15 15 0 0 1-.328-1.161l-.023-.104c-.07-.345.045-.702.304-.94l2.585-2.37a2 2 0 0 0 .52-2.176l-.868-2.32A1.976 1.976 0 0 0 9.53 4.91M20 3a1 1 0 0 0-1 1v11a1 1 0 1 0 2 0v-4h3a4 4 0 0 0 0-8zm4 6h-3V5h3a2 2 0 1 1 0 4"/></svg> </template>
CSS
.icon-call-park-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.659%2012.077l-2.146%201.968q.063.222.156.512c.213.65.545%201.5%201.025%202.332s1.05%201.544%201.507%202.053q.204.226.365.391l2.777-.874a4%204%200%200%201%204.29%201.274l1.582%201.922a3.96%203.96%200%200%201-.357%205.416c-2.58%202.406-6.553%203.222-9.528.831a27.5%2027.5%200%200%201-6.523-7.61a26.9%2026.9%200%200%201-3.357-9.477C2.878%207.045%205.58%204.028%208.945%203a3.976%203.976%200%200%201%204.886%202.407l.87%202.32a4%204%200%200%201-1.042%204.351M9.53%204.911c-2.71.83-4.484%203.092-4.103%205.605a24.9%2024.9%200%200%200%203.109%208.77a25.5%2025.5%200%200%200%206.047%207.057c1.985%201.596%204.837%201.2%206.911-.735a1.96%201.96%200%200%200%20.177-2.682l-1.583-1.922a2%202%200%200%200-2.144-.637l-3.346%201.053a1%201%200%200%201-.964-.206l-.08-.073l-.194-.185c-.163-.16-.388-.39-.648-.679a14.5%2014.5%200%200%201-1.75-2.388a14.5%2014.5%200%200%201-1.193-2.71a15%2015%200%200%201-.328-1.161l-.023-.104c-.07-.345.045-.702.304-.94l2.585-2.37a2%202%200%200%200%20.52-2.176l-.868-2.32A1.976%201.976%200%200%200%209.53%204.91M20%203a1%201%200%200%200-1%201v11a1%201%200%201%200%202%200v-4h3a4%204%200%200%200%200-8zm4%206h-3V5h3a2%202%200%201%201%200%204%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.659%2012.077l-2.146%201.968q.063.222.156.512c.213.65.545%201.5%201.025%202.332s1.05%201.544%201.507%202.053q.204.226.365.391l2.777-.874a4%204%200%200%201%204.29%201.274l1.582%201.922a3.96%203.96%200%200%201-.357%205.416c-2.58%202.406-6.553%203.222-9.528.831a27.5%2027.5%200%200%201-6.523-7.61a26.9%2026.9%200%200%201-3.357-9.477C2.878%207.045%205.58%204.028%208.945%203a3.976%203.976%200%200%201%204.886%202.407l.87%202.32a4%204%200%200%201-1.042%204.351M9.53%204.911c-2.71.83-4.484%203.092-4.103%205.605a24.9%2024.9%200%200%200%203.109%208.77a25.5%2025.5%200%200%200%206.047%207.057c1.985%201.596%204.837%201.2%206.911-.735a1.96%201.96%200%200%200%20.177-2.682l-1.583-1.922a2%202%200%200%200-2.144-.637l-3.346%201.053a1%201%200%200%201-.964-.206l-.08-.073l-.194-.185c-.163-.16-.388-.39-.648-.679a14.5%2014.5%200%200%201-1.75-2.388a14.5%2014.5%200%200%201-1.193-2.71a15%2015%200%200%201-.328-1.161l-.023-.104c-.07-.345.045-.702.304-.94l2.585-2.37a2%202%200%200%200%20.52-2.176l-.868-2.32A1.976%201.976%200%200%200%209.53%204.91M20%203a1%201%200%200%200-1%201v11a1%201%200%201%200%202%200v-4h3a4%204%200%200%200%200-8zm4%206h-3V5h3a2%202%200%201%201%200%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-park-32-regular.svg?color=%231a73e8&size=48