walkie talkie icon
walkie-talkie-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- walkie-talkie-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M10.25 14a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zm-1.5-8a.75.75 0 0 0-.75.75v4.5c0 .415.336.75.75.75h6.5a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75zm.75 4.5v-3h5v3zM8.75 1a.75.75 0 0 1 .75.75V3h7.25A2.25 2.25 0 0 1 19 5.25V14a.75.75 0 0 1-.199.509l-1.301 1.41v3.831A2.25 2.25 0 0 1 15.25 22H8.751a2.25 2.25 0 0 1-2.25-2.25v-3.832L5.2 14.508A.75.75 0 0 1 5 14V5.25A2.25 2.25 0 0 1 7.25 3H8V1.75A.75.75 0 0 1 8.75 1M6.5 5.25v8.457l1.302 1.41c.128.138.2.32.2.508v4.125c0 .414.335.75.75.75h6.498a.75.75 0 0 0 .75-.75v-4.125a.75.75 0 0 1 .199-.509l1.301-1.41V5.25a.75.75 0 0 0-.75-.75h-9.5a.75.75 0 0 0-.75.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentWalkieTalkie24Regular(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="M10.25 14a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zm-1.5-8a.75.75 0 0 0-.75.75v4.5c0 .415.336.75.75.75h6.5a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75zm.75 4.5v-3h5v3zM8.75 1a.75.75 0 0 1 .75.75V3h7.25A2.25 2.25 0 0 1 19 5.25V14a.75.75 0 0 1-.199.509l-1.301 1.41v3.831A2.25 2.25 0 0 1 15.25 22H8.751a2.25 2.25 0 0 1-2.25-2.25v-3.832L5.2 14.508A.75.75 0 0 1 5 14V5.25A2.25 2.25 0 0 1 7.25 3H8V1.75A.75.75 0 0 1 8.75 1M6.5 5.25v8.457l1.302 1.41c.128.138.2.32.2.508v4.125c0 .414.335.75.75.75h6.498a.75.75 0 0 0 .75-.75v-4.125a.75.75 0 0 1 .199-.509l1.301-1.41V5.25a.75.75 0 0 0-.75-.75h-9.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 24 24"><path fill="currentColor" d="M10.25 14a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zm-1.5-8a.75.75 0 0 0-.75.75v4.5c0 .415.336.75.75.75h6.5a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75zm.75 4.5v-3h5v3zM8.75 1a.75.75 0 0 1 .75.75V3h7.25A2.25 2.25 0 0 1 19 5.25V14a.75.75 0 0 1-.199.509l-1.301 1.41v3.831A2.25 2.25 0 0 1 15.25 22H8.751a2.25 2.25 0 0 1-2.25-2.25v-3.832L5.2 14.508A.75.75 0 0 1 5 14V5.25A2.25 2.25 0 0 1 7.25 3H8V1.75A.75.75 0 0 1 8.75 1M6.5 5.25v8.457l1.302 1.41c.128.138.2.32.2.508v4.125c0 .414.335.75.75.75h6.498a.75.75 0 0 0 .75-.75v-4.125a.75.75 0 0 1 .199-.509l1.301-1.41V5.25a.75.75 0 0 0-.75-.75h-9.5a.75.75 0 0 0-.75.75"/></svg> </template>
CSS
.icon-walkie-talkie-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%22M10.25%2014a.75.75%200%200%200%200%201.5h3.5a.75.75%200%200%200%200-1.5zm-1.5-8a.75.75%200%200%200-.75.75v4.5c0%20.415.336.75.75.75h6.5a.75.75%200%200%200%20.75-.75v-4.5a.75.75%200%200%200-.75-.75zm.75%204.5v-3h5v3zM8.75%201a.75.75%200%200%201%20.75.75V3h7.25A2.25%202.25%200%200%201%2019%205.25V14a.75.75%200%200%201-.199.509l-1.301%201.41v3.831A2.25%202.25%200%200%201%2015.25%2022H8.751a2.25%202.25%200%200%201-2.25-2.25v-3.832L5.2%2014.508A.75.75%200%200%201%205%2014V5.25A2.25%202.25%200%200%201%207.25%203H8V1.75A.75.75%200%200%201%208.75%201M6.5%205.25v8.457l1.302%201.41c.128.138.2.32.2.508v4.125c0%20.414.335.75.75.75h6.498a.75.75%200%200%200%20.75-.75v-4.125a.75.75%200%200%201%20.199-.509l1.301-1.41V5.25a.75.75%200%200%200-.75-.75h-9.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.25%2014a.75.75%200%200%200%200%201.5h3.5a.75.75%200%200%200%200-1.5zm-1.5-8a.75.75%200%200%200-.75.75v4.5c0%20.415.336.75.75.75h6.5a.75.75%200%200%200%20.75-.75v-4.5a.75.75%200%200%200-.75-.75zm.75%204.5v-3h5v3zM8.75%201a.75.75%200%200%201%20.75.75V3h7.25A2.25%202.25%200%200%201%2019%205.25V14a.75.75%200%200%201-.199.509l-1.301%201.41v3.831A2.25%202.25%200%200%201%2015.25%2022H8.751a2.25%202.25%200%200%201-2.25-2.25v-3.832L5.2%2014.508A.75.75%200%200%201%205%2014V5.25A2.25%202.25%200%200%201%207.25%203H8V1.75A.75.75%200%200%201%208.75%201M6.5%205.25v8.457l1.302%201.41c.128.138.2.32.2.508v4.125c0%20.414.335.75.75.75h6.498a.75.75%200%200%200%20.75-.75v-4.125a.75.75%200%200%201%20.199-.509l1.301-1.41V5.25a.75.75%200%200%200-.75-.75h-9.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-24-regular.svg?color=%231a73e8&size=48