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

Name
call-park-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M10.5 2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0V6h1a2 2 0 1 0 0-4zM12 5h-1V3h1a1 1 0 1 1 0 2M6.57 3.006a1.75 1.75 0 0 0-2.196-.886l-.263.099c-1.35.507-2.308 1.83-2.07 3.336c.207 1.32.646 3.074 1.587 4.55c.85 1.334 1.978 2.432 2.918 3.214c1.255 1.043 3.009.816 4.135-.247l.296-.28a1.75 1.75 0 0 0 .062-2.483l-.809-.844a1.5 1.5 0 0 0-1.354-.437l-1.506.276a4.1 4.1 0 0 1-.876-1.04a4.1 4.1 0 0 1-.476-1.278l.945-1.16a1.5 1.5 0 0 0 .192-1.592zm.376 7.238l.001.001a.5.5 0 0 0 .38.084l1.73-.318a.5.5 0 0 1 .451.146l.809.844a.75.75 0 0 1-.027 1.064l-.296.28c-.82.774-2.005.872-2.809.204c-.896-.744-1.94-1.767-2.713-2.98c-.835-1.31-1.245-2.909-1.444-4.17c-.151-.958.45-1.874 1.435-2.244l.263-.1a.75.75 0 0 1 .941.38l.585 1.228a.5.5 0 0 1-.064.531L5.102 6.528c-.084.103-.11.367-.11.367v.006l.002.01a2 2 0 0 0 .024.161A5.1 5.1 0 0 0 5.63 8.77a5.1 5.1 0 0 0 1.303 1.466l.009.007z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallPark16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.5 2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0V6h1a2 2 0 1 0 0-4zM12 5h-1V3h1a1 1 0 1 1 0 2M6.57 3.006a1.75 1.75 0 0 0-2.196-.886l-.263.099c-1.35.507-2.308 1.83-2.07 3.336c.207 1.32.646 3.074 1.587 4.55c.85 1.334 1.978 2.432 2.918 3.214c1.255 1.043 3.009.816 4.135-.247l.296-.28a1.75 1.75 0 0 0 .062-2.483l-.809-.844a1.5 1.5 0 0 0-1.354-.437l-1.506.276a4.1 4.1 0 0 1-.876-1.04a4.1 4.1 0 0 1-.476-1.278l.945-1.16a1.5 1.5 0 0 0 .192-1.592zm.376 7.238l.001.001a.5.5 0 0 0 .38.084l1.73-.318a.5.5 0 0 1 .451.146l.809.844a.75.75 0 0 1-.027 1.064l-.296.28c-.82.774-2.005.872-2.809.204c-.896-.744-1.94-1.767-2.713-2.98c-.835-1.31-1.245-2.909-1.444-4.17c-.151-.958.45-1.874 1.435-2.244l.263-.1a.75.75 0 0 1 .941.38l.585 1.228a.5.5 0 0 1-.064.531L5.102 6.528c-.084.103-.11.367-.11.367v.006l.002.01a2 2 0 0 0 .024.161A5.1 5.1 0 0 0 5.63 8.77a5.1 5.1 0 0 0 1.303 1.466l.009.007z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.5 2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0V6h1a2 2 0 1 0 0-4zM12 5h-1V3h1a1 1 0 1 1 0 2M6.57 3.006a1.75 1.75 0 0 0-2.196-.886l-.263.099c-1.35.507-2.308 1.83-2.07 3.336c.207 1.32.646 3.074 1.587 4.55c.85 1.334 1.978 2.432 2.918 3.214c1.255 1.043 3.009.816 4.135-.247l.296-.28a1.75 1.75 0 0 0 .062-2.483l-.809-.844a1.5 1.5 0 0 0-1.354-.437l-1.506.276a4.1 4.1 0 0 1-.876-1.04a4.1 4.1 0 0 1-.476-1.278l.945-1.16a1.5 1.5 0 0 0 .192-1.592zm.376 7.238l.001.001a.5.5 0 0 0 .38.084l1.73-.318a.5.5 0 0 1 .451.146l.809.844a.75.75 0 0 1-.027 1.064l-.296.28c-.82.774-2.005.872-2.809.204c-.896-.744-1.94-1.767-2.713-2.98c-.835-1.31-1.245-2.909-1.444-4.17c-.151-.958.45-1.874 1.435-2.244l.263-.1a.75.75 0 0 1 .941.38l.585 1.228a.5.5 0 0 1-.064.531L5.102 6.528c-.084.103-.11.367-.11.367v.006l.002.01a2 2 0 0 0 .024.161A5.1 5.1 0 0 0 5.63 8.77a5.1 5.1 0 0 0 1.303 1.466l.009.007z"/></svg>
</template>

CSS

.icon-call-park-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%202a.5.5%200%200%200-.5.5v5a.5.5%200%200%200%201%200V6h1a2%202%200%201%200%200-4zM12%205h-1V3h1a1%201%200%201%201%200%202M6.57%203.006a1.75%201.75%200%200%200-2.196-.886l-.263.099c-1.35.507-2.308%201.83-2.07%203.336c.207%201.32.646%203.074%201.587%204.55c.85%201.334%201.978%202.432%202.918%203.214c1.255%201.043%203.009.816%204.135-.247l.296-.28a1.75%201.75%200%200%200%20.062-2.483l-.809-.844a1.5%201.5%200%200%200-1.354-.437l-1.506.276a4.1%204.1%200%200%201-.876-1.04a4.1%204.1%200%200%201-.476-1.278l.945-1.16a1.5%201.5%200%200%200%20.192-1.592zm.376%207.238l.001.001a.5.5%200%200%200%20.38.084l1.73-.318a.5.5%200%200%201%20.451.146l.809.844a.75.75%200%200%201-.027%201.064l-.296.28c-.82.774-2.005.872-2.809.204c-.896-.744-1.94-1.767-2.713-2.98c-.835-1.31-1.245-2.909-1.444-4.17c-.151-.958.45-1.874%201.435-2.244l.263-.1a.75.75%200%200%201%20.941.38l.585%201.228a.5.5%200%200%201-.064.531L5.102%206.528c-.084.103-.11.367-.11.367v.006l.002.01a2%202%200%200%200%20.024.161A5.1%205.1%200%200%200%205.63%208.77a5.1%205.1%200%200%200%201.303%201.466l.009.007z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%202a.5.5%200%200%200-.5.5v5a.5.5%200%200%200%201%200V6h1a2%202%200%201%200%200-4zM12%205h-1V3h1a1%201%200%201%201%200%202M6.57%203.006a1.75%201.75%200%200%200-2.196-.886l-.263.099c-1.35.507-2.308%201.83-2.07%203.336c.207%201.32.646%203.074%201.587%204.55c.85%201.334%201.978%202.432%202.918%203.214c1.255%201.043%203.009.816%204.135-.247l.296-.28a1.75%201.75%200%200%200%20.062-2.483l-.809-.844a1.5%201.5%200%200%200-1.354-.437l-1.506.276a4.1%204.1%200%200%201-.876-1.04a4.1%204.1%200%200%201-.476-1.278l.945-1.16a1.5%201.5%200%200%200%20.192-1.592zm.376%207.238l.001.001a.5.5%200%200%200%20.38.084l1.73-.318a.5.5%200%200%201%20.451.146l.809.844a.75.75%200%200%201-.027%201.064l-.296.28c-.82.774-2.005.872-2.809.204c-.896-.744-1.94-1.767-2.713-2.98c-.835-1.31-1.245-2.909-1.444-4.17c-.151-.958.45-1.874%201.435-2.244l.263-.1a.75.75%200%200%201%20.941.38l.585%201.228a.5.5%200%200%201-.064.531L5.102%206.528c-.084.103-.11.367-.11.367v.006l.002.01a2%202%200%200%200%20.024.161A5.1%205.1%200%200%200%205.63%208.77a5.1%205.1%200%200%200%201.303%201.466l.009.007z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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