walkie talkie icon
walkie-talkie-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- walkie-talkie-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- 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.75 16.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM10.25 7a.75.75 0 0 0-.75.75v5.5c0 .415.336.75.75.75h7.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75zm.75 5.5v-4h6v4zM10.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-.75M7.5 5.75v9.965l1.81 2.037a.75.75 0 0 1 .19.498v5c0 .414.336.75.75.75h7.5a.75.75 0 0 0 .75-.75v-5a.75.75 0 0 1 .19-.498l1.81-2.037V5.75a.75.75 0 0 0-.75-.75H8.25a.75.75 0 0 0-.75.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentWalkieTalkie28Regular(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.75 16.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM10.25 7a.75.75 0 0 0-.75.75v5.5c0 .415.336.75.75.75h7.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75zm.75 5.5v-4h6v4zM10.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-.75M7.5 5.75v9.965l1.81 2.037a.75.75 0 0 1 .19.498v5c0 .414.336.75.75.75h7.5a.75.75 0 0 0 .75-.75v-5a.75.75 0 0 1 .19-.498l1.81-2.037V5.75a.75.75 0 0 0-.75-.75H8.25a.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.75 16.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM10.25 7a.75.75 0 0 0-.75.75v5.5c0 .415.336.75.75.75h7.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75zm.75 5.5v-4h6v4zM10.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-.75M7.5 5.75v9.965l1.81 2.037a.75.75 0 0 1 .19.498v5c0 .414.336.75.75.75h7.5a.75.75 0 0 0 .75-.75v-5a.75.75 0 0 1 .19-.498l1.81-2.037V5.75a.75.75 0 0 0-.75-.75H8.25a.75.75 0 0 0-.75.75"/></svg> </template>
CSS
.icon-walkie-talkie-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.75%2016.5a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5zM10.25%207a.75.75%200%200%200-.75.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-.75zm.75%205.5v-4h6v4zM10.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-.75M7.5%205.75v9.965l1.81%202.037a.75.75%200%200%201%20.19.498v5c0%20.414.336.75.75.75h7.5a.75.75%200%200%200%20.75-.75v-5a.75.75%200%200%201%20.19-.498l1.81-2.037V5.75a.75.75%200%200%200-.75-.75H8.25a.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.75%2016.5a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5zM10.25%207a.75.75%200%200%200-.75.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-.75zm.75%205.5v-4h6v4zM10.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-.75M7.5%205.75v9.965l1.81%202.037a.75.75%200%200%201%20.19.498v5c0%20.414.336.75.75.75h7.5a.75.75%200%200%200%20.75-.75v-5a.75.75%200%200%201%20.19-.498l1.81-2.037V5.75a.75.75%200%200%200-.75-.75H8.25a.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-regular.svg?color=%231a73e8&size=48