walkie-talkie-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
walkie-talkie-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Use the walkie talkie icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11 8.5v4h6v-4zM10.25 1a.75.75 0 0 1 .75.75V3.5h8.75A2.25 2.25 0 0 1 22 5.75V16a.75.75 0 0 1-.19.498L20 18.535v4.715a2.25 2.25 0 0 1-2.25 2.25h-7.5A2.25 2.25 0 0 1 8 23.25v-4.715l-1.81-2.037A.75.75 0 0 1 6 16V5.75A2.25 2.25 0 0 1 8.25 3.5H9.5V1.75a.75.75 0 0 1 .75-.75M9.5 7.75v5.5c0 .415.336.75.75.75h7.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75h-7.5a.75.75 0 0 0-.75.75m1.5 9.5c0 .414.336.75.75.75h4.5a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0-.75.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentWalkieTalkie28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11 8.5v4h6v-4zM10.25 1a.75.75 0 0 1 .75.75V3.5h8.75A2.25 2.25 0 0 1 22 5.75V16a.75.75 0 0 1-.19.498L20 18.535v4.715a2.25 2.25 0 0 1-2.25 2.25h-7.5A2.25 2.25 0 0 1 8 23.25v-4.715l-1.81-2.037A.75.75 0 0 1 6 16V5.75A2.25 2.25 0 0 1 8.25 3.5H9.5V1.75a.75.75 0 0 1 .75-.75M9.5 7.75v5.5c0 .415.336.75.75.75h7.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75h-7.5a.75.75 0 0 0-.75.75m1.5 9.5c0 .414.336.75.75.75h4.5a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0-.75.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11 8.5v4h6v-4zM10.25 1a.75.75 0 0 1 .75.75V3.5h8.75A2.25 2.25 0 0 1 22 5.75V16a.75.75 0 0 1-.19.498L20 18.535v4.715a2.25 2.25 0 0 1-2.25 2.25h-7.5A2.25 2.25 0 0 1 8 23.25v-4.715l-1.81-2.037A.75.75 0 0 1 6 16V5.75A2.25 2.25 0 0 1 8.25 3.5H9.5V1.75a.75.75 0 0 1 .75-.75M9.5 7.75v5.5c0 .415.336.75.75.75h7.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75h-7.5a.75.75 0 0 0-.75.75m1.5 9.5c0 .414.336.75.75.75h4.5a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0-.75.75"/></svg>
</template>

CSS

.icon-walkie-talkie-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%208.5v4h6v-4zM10.25%201a.75.75%200%200%201%20.75.75V3.5h8.75A2.25%202.25%200%200%201%2022%205.75V16a.75.75%200%200%201-.19.498L20%2018.535v4.715a2.25%202.25%200%200%201-2.25%202.25h-7.5A2.25%202.25%200%200%201%208%2023.25v-4.715l-1.81-2.037A.75.75%200%200%201%206%2016V5.75A2.25%202.25%200%200%201%208.25%203.5H9.5V1.75a.75.75%200%200%201%20.75-.75M9.5%207.75v5.5c0%20.415.336.75.75.75h7.5a.75.75%200%200%200%20.75-.75v-5.5a.75.75%200%200%200-.75-.75h-7.5a.75.75%200%200%200-.75.75m1.5%209.5c0%20.414.336.75.75.75h4.5a.75.75%200%200%200%200-1.5h-4.5a.75.75%200%200%200-.75.75%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%208.5v4h6v-4zM10.25%201a.75.75%200%200%201%20.75.75V3.5h8.75A2.25%202.25%200%200%201%2022%205.75V16a.75.75%200%200%201-.19.498L20%2018.535v4.715a2.25%202.25%200%200%201-2.25%202.25h-7.5A2.25%202.25%200%200%201%208%2023.25v-4.715l-1.81-2.037A.75.75%200%200%201%206%2016V5.75A2.25%202.25%200%200%201%208.25%203.5H9.5V1.75a.75.75%200%200%201%20.75-.75M9.5%207.75v5.5c0%20.415.336.75.75.75h7.5a.75.75%200%200%200%20.75-.75v-5.5a.75.75%200%200%200-.75-.75h-7.5a.75.75%200%200%200-.75.75m1.5%209.5c0%20.414.336.75.75.75h4.5a.75.75%200%200%200%200-1.5h-4.5a.75.75%200%200%200-.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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