call-park-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
call-park-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the call park icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.551 2.442c.854-.478 1.943-.59 2.984-.326c.507.128.94.457 1.2.91l.898 1.566a2.5 2.5 0 0 1-.829 3.354l-.79.502c-.327.207-.447.524-.372.775c.268.898.861 1.894 1.513 2.576c.194.204.55.252.898.049l.437-.255a2.5 2.5 0 0 1 3.44.938l.805 1.435c.263.47.306 1.031.12 1.536c-.371 1.003-1.086 1.812-1.965 2.217c-.893.411-1.938.394-2.884-.237c-1.498-.998-3.303-2.678-4.938-5.48c-1.656-2.84-2.073-5.257-2.026-7.059c.03-1.153.64-2.015 1.509-2.501m8.949-.443a.5.5 0 0 0-.5.5v7a.5.5 0 1 0 1 0V7h1.5a2.5 2.5 0 0 0 0-5zm2 4H13V3h1.5a1.5 1.5 0 0 1 0 3"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallPark20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.551 2.442c.854-.478 1.943-.59 2.984-.326c.507.128.94.457 1.2.91l.898 1.566a2.5 2.5 0 0 1-.829 3.354l-.79.502c-.327.207-.447.524-.372.775c.268.898.861 1.894 1.513 2.576c.194.204.55.252.898.049l.437-.255a2.5 2.5 0 0 1 3.44.938l.805 1.435c.263.47.306 1.031.12 1.536c-.371 1.003-1.086 1.812-1.965 2.217c-.893.411-1.938.394-2.884-.237c-1.498-.998-3.303-2.678-4.938-5.48c-1.656-2.84-2.073-5.257-2.026-7.059c.03-1.153.64-2.015 1.509-2.501m8.949-.443a.5.5 0 0 0-.5.5v7a.5.5 0 1 0 1 0V7h1.5a2.5 2.5 0 0 0 0-5zm2 4H13V3h1.5a1.5 1.5 0 0 1 0 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.551 2.442c.854-.478 1.943-.59 2.984-.326c.507.128.94.457 1.2.91l.898 1.566a2.5 2.5 0 0 1-.829 3.354l-.79.502c-.327.207-.447.524-.372.775c.268.898.861 1.894 1.513 2.576c.194.204.55.252.898.049l.437-.255a2.5 2.5 0 0 1 3.44.938l.805 1.435c.263.47.306 1.031.12 1.536c-.371 1.003-1.086 1.812-1.965 2.217c-.893.411-1.938.394-2.884-.237c-1.498-.998-3.303-2.678-4.938-5.48c-1.656-2.84-2.073-5.257-2.026-7.059c.03-1.153.64-2.015 1.509-2.501m8.949-.443a.5.5 0 0 0-.5.5v7a.5.5 0 1 0 1 0V7h1.5a2.5 2.5 0 0 0 0-5zm2 4H13V3h1.5a1.5 1.5 0 0 1 0 3"/></svg>
</template>

CSS

.icon-call-park-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.551%202.442c.854-.478%201.943-.59%202.984-.326c.507.128.94.457%201.2.91l.898%201.566a2.5%202.5%200%200%201-.829%203.354l-.79.502c-.327.207-.447.524-.372.775c.268.898.861%201.894%201.513%202.576c.194.204.55.252.898.049l.437-.255a2.5%202.5%200%200%201%203.44.938l.805%201.435c.263.47.306%201.031.12%201.536c-.371%201.003-1.086%201.812-1.965%202.217c-.893.411-1.938.394-2.884-.237c-1.498-.998-3.303-2.678-4.938-5.48c-1.656-2.84-2.073-5.257-2.026-7.059c.03-1.153.64-2.015%201.509-2.501m8.949-.443a.5.5%200%200%200-.5.5v7a.5.5%200%201%200%201%200V7h1.5a2.5%202.5%200%200%200%200-5zm2%204H13V3h1.5a1.5%201.5%200%200%201%200%203%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.551%202.442c.854-.478%201.943-.59%202.984-.326c.507.128.94.457%201.2.91l.898%201.566a2.5%202.5%200%200%201-.829%203.354l-.79.502c-.327.207-.447.524-.372.775c.268.898.861%201.894%201.513%202.576c.194.204.55.252.898.049l.437-.255a2.5%202.5%200%200%201%203.44.938l.805%201.435c.263.47.306%201.031.12%201.536c-.371%201.003-1.086%201.812-1.965%202.217c-.893.411-1.938.394-2.884-.237c-1.498-.998-3.303-2.678-4.938-5.48c-1.656-2.84-2.073-5.257-2.026-7.059c.03-1.153.64-2.015%201.509-2.501m8.949-.443a.5.5%200%200%200-.5.5v7a.5.5%200%201%200%201%200V7h1.5a2.5%202.5%200%200%200%200-5zm2%204H13V3h1.5a1.5%201.5%200%200%201%200%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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