call pause icon
call-pause-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- call-pause-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 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-park-16-filledcall-prohibited-16-filledcall-rectangle-landscape-16-filledcall-square-16-filledcall-transfer-16-filledcall-warning-16-filled
Use the call pause icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 2.75a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0zm4 0a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0zm-9.072 2.879l-.902-2.006a2.75 2.75 0 0 0-3.302-1.506l-1.167.352l-.206.069a3.75 3.75 0 0 0-2.342 2.583c-.717 2.772.06 6.076 2.275 9.913c2.212 3.83 4.681 6.155 7.436 6.924a3.75 3.75 0 0 0 3.586-.89l.887-.839a2.75 2.75 0 0 0 .339-3.606l-1.281-1.775a2.75 2.75 0 0 0-3.034-1.02l-2.01.614c-.057.017-.19-.03-.433-.244c-.347-.308-.755-.856-1.206-1.637c-.62-1.075-.89-1.848-.845-2.245a.25.25 0 0 1 .077-.155l1.495-1.394a2.75 2.75 0 0 0 .633-3.138M5.49 3.905l1.167-.351a1.25 1.25 0 0 1 1.5.684l.902 2.006a1.25 1.25 0 0 1-.287 1.426L7.277 9.064a1.75 1.75 0 0 0-.545 1.085c-.09.802.268 1.831 1.037 3.162c1.14 1.975 2.201 2.916 3.371 2.567l2.015-.616a1.25 1.25 0 0 1 1.38.464l1.28 1.775a1.25 1.25 0 0 1-.154 1.64l-.886.839a2.25 2.25 0 0 1-2.152.533c-2.317-.647-4.506-2.707-6.54-6.23c-2.036-3.526-2.725-6.455-2.122-8.786A2.25 2.25 0 0 1 5.33 3.96z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallPause24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 2.75a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0zm4 0a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0zm-9.072 2.879l-.902-2.006a2.75 2.75 0 0 0-3.302-1.506l-1.167.352l-.206.069a3.75 3.75 0 0 0-2.342 2.583c-.717 2.772.06 6.076 2.275 9.913c2.212 3.83 4.681 6.155 7.436 6.924a3.75 3.75 0 0 0 3.586-.89l.887-.839a2.75 2.75 0 0 0 .339-3.606l-1.281-1.775a2.75 2.75 0 0 0-3.034-1.02l-2.01.614c-.057.017-.19-.03-.433-.244c-.347-.308-.755-.856-1.206-1.637c-.62-1.075-.89-1.848-.845-2.245a.25.25 0 0 1 .077-.155l1.495-1.394a2.75 2.75 0 0 0 .633-3.138M5.49 3.905l1.167-.351a1.25 1.25 0 0 1 1.5.684l.902 2.006a1.25 1.25 0 0 1-.287 1.426L7.277 9.064a1.75 1.75 0 0 0-.545 1.085c-.09.802.268 1.831 1.037 3.162c1.14 1.975 2.201 2.916 3.371 2.567l2.015-.616a1.25 1.25 0 0 1 1.38.464l1.28 1.775a1.25 1.25 0 0 1-.154 1.64l-.886.839a2.25 2.25 0 0 1-2.152.533c-2.317-.647-4.506-2.707-6.54-6.23c-2.036-3.526-2.725-6.455-2.122-8.786A2.25 2.25 0 0 1 5.33 3.96z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 2.75a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0zm4 0a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0zm-9.072 2.879l-.902-2.006a2.75 2.75 0 0 0-3.302-1.506l-1.167.352l-.206.069a3.75 3.75 0 0 0-2.342 2.583c-.717 2.772.06 6.076 2.275 9.913c2.212 3.83 4.681 6.155 7.436 6.924a3.75 3.75 0 0 0 3.586-.89l.887-.839a2.75 2.75 0 0 0 .339-3.606l-1.281-1.775a2.75 2.75 0 0 0-3.034-1.02l-2.01.614c-.057.017-.19-.03-.433-.244c-.347-.308-.755-.856-1.206-1.637c-.62-1.075-.89-1.848-.845-2.245a.25.25 0 0 1 .077-.155l1.495-1.394a2.75 2.75 0 0 0 .633-3.138M5.49 3.905l1.167-.351a1.25 1.25 0 0 1 1.5.684l.902 2.006a1.25 1.25 0 0 1-.287 1.426L7.277 9.064a1.75 1.75 0 0 0-.545 1.085c-.09.802.268 1.831 1.037 3.162c1.14 1.975 2.201 2.916 3.371 2.567l2.015-.616a1.25 1.25 0 0 1 1.38.464l1.28 1.775a1.25 1.25 0 0 1-.154 1.64l-.886.839a2.25 2.25 0 0 1-2.152.533c-2.317-.647-4.506-2.707-6.54-6.23c-2.036-3.526-2.725-6.455-2.122-8.786A2.25 2.25 0 0 1 5.33 3.96z"/></svg> </template>
CSS
.icon-call-pause-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%202.75a.75.75%200%200%200-1.5%200v7.5a.75.75%200%200%200%201.5%200zm4%200a.75.75%200%200%200-1.5%200v7.5a.75.75%200%200%200%201.5%200zm-9.072%202.879l-.902-2.006a2.75%202.75%200%200%200-3.302-1.506l-1.167.352l-.206.069a3.75%203.75%200%200%200-2.342%202.583c-.717%202.772.06%206.076%202.275%209.913c2.212%203.83%204.681%206.155%207.436%206.924a3.75%203.75%200%200%200%203.586-.89l.887-.839a2.75%202.75%200%200%200%20.339-3.606l-1.281-1.775a2.75%202.75%200%200%200-3.034-1.02l-2.01.614c-.057.017-.19-.03-.433-.244c-.347-.308-.755-.856-1.206-1.637c-.62-1.075-.89-1.848-.845-2.245a.25.25%200%200%201%20.077-.155l1.495-1.394a2.75%202.75%200%200%200%20.633-3.138M5.49%203.905l1.167-.351a1.25%201.25%200%200%201%201.5.684l.902%202.006a1.25%201.25%200%200%201-.287%201.426L7.277%209.064a1.75%201.75%200%200%200-.545%201.085c-.09.802.268%201.831%201.037%203.162c1.14%201.975%202.201%202.916%203.371%202.567l2.015-.616a1.25%201.25%200%200%201%201.38.464l1.28%201.775a1.25%201.25%200%200%201-.154%201.64l-.886.839a2.25%202.25%200%200%201-2.152.533c-2.317-.647-4.506-2.707-6.54-6.23c-2.036-3.526-2.725-6.455-2.122-8.786A2.25%202.25%200%200%201%205.33%203.96z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%202.75a.75.75%200%200%200-1.5%200v7.5a.75.75%200%200%200%201.5%200zm4%200a.75.75%200%200%200-1.5%200v7.5a.75.75%200%200%200%201.5%200zm-9.072%202.879l-.902-2.006a2.75%202.75%200%200%200-3.302-1.506l-1.167.352l-.206.069a3.75%203.75%200%200%200-2.342%202.583c-.717%202.772.06%206.076%202.275%209.913c2.212%203.83%204.681%206.155%207.436%206.924a3.75%203.75%200%200%200%203.586-.89l.887-.839a2.75%202.75%200%200%200%20.339-3.606l-1.281-1.775a2.75%202.75%200%200%200-3.034-1.02l-2.01.614c-.057.017-.19-.03-.433-.244c-.347-.308-.755-.856-1.206-1.637c-.62-1.075-.89-1.848-.845-2.245a.25.25%200%200%201%20.077-.155l1.495-1.394a2.75%202.75%200%200%200%20.633-3.138M5.49%203.905l1.167-.351a1.25%201.25%200%200%201%201.5.684l.902%202.006a1.25%201.25%200%200%201-.287%201.426L7.277%209.064a1.75%201.75%200%200%200-.545%201.085c-.09.802.268%201.831%201.037%203.162c1.14%201.975%202.201%202.916%203.371%202.567l2.015-.616a1.25%201.25%200%200%201%201.38.464l1.28%201.775a1.25%201.25%200%200%201-.154%201.64l-.886.839a2.25%202.25%200%200%201-2.152.533c-2.317-.647-4.506-2.707-6.54-6.23c-2.036-3.526-2.725-6.455-2.122-8.786A2.25%202.25%200%200%201%205.33%203.96z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-pause-24-regular.svg?color=%231a73e8&size=48