radio icon
radio-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.
- Name
- radio-filled
- Set
- Reicon
- Style
- Filled
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All radio icons →radioAkar IconsradioBoxIcons v2radioBoxIcons v2 SolidradioCarbonradioEmoji One (Colored)radio-fillEva IconsradioFont Awesome 6 SolidradioFont Awesome SolidradioFeather IconsradioFluent EmojiradioFluent Emoji FlatradioFluent Emoji High ContrastradioFirefox OS EmojiradioHeroIconsradioHuge IconsradioHumbleiconsradioIconParkradioIconPark OutlineradioIconPark SolidradioIconPark TwoToneradioIonIconsradioKeyline IconsradioLucideradioMaterial Symbols
More devices icons from Reicon
Use the radio icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.75 12.25v-.75a.75.75 0 0 0-1.5 0v.75H7a1.25 1.25 0 1 1 0-2.5h10a1.25 1.25 0 1 1 0 2.5zm-9 4.75a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0"/><path fill-rule="evenodd" d="M15.32 3.679a.75.75 0 1 0-.64-1.357L6.768 6.046c-1.736.089-2.821.351-3.595 1.126C2 8.343 2 10.229 2 14s0 5.657 1.172 6.828S6.229 22 10 22h4c3.771 0 5.657 0 6.828-1.172S22 17.771 22 14s0-5.657-1.172-6.828S17.771 6 14 6h-3.613zM7 8.25a2.75 2.75 0 0 0 0 5.5h10a2.75 2.75 0 1 0 0-5.5zM5.25 17a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m7 0a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconRadioFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.75 12.25v-.75a.75.75 0 0 0-1.5 0v.75H7a1.25 1.25 0 1 1 0-2.5h10a1.25 1.25 0 1 1 0 2.5zm-9 4.75a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0"/><path fillRule="evenodd" d="M15.32 3.679a.75.75 0 1 0-.64-1.357L6.768 6.046c-1.736.089-2.821.351-3.595 1.126C2 8.343 2 10.229 2 14s0 5.657 1.172 6.828S6.229 22 10 22h4c3.771 0 5.657 0 6.828-1.172S22 17.771 22 14s0-5.657-1.172-6.828S17.771 6 14 6h-3.613zM7 8.25a2.75 2.75 0 0 0 0 5.5h10a2.75 2.75 0 1 0 0-5.5zM5.25 17a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m7 0a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.75 12.25v-.75a.75.75 0 0 0-1.5 0v.75H7a1.25 1.25 0 1 1 0-2.5h10a1.25 1.25 0 1 1 0 2.5zm-9 4.75a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0"/><path fill-rule="evenodd" d="M15.32 3.679a.75.75 0 1 0-.64-1.357L6.768 6.046c-1.736.089-2.821.351-3.595 1.126C2 8.343 2 10.229 2 14s0 5.657 1.172 6.828S6.229 22 10 22h4c3.771 0 5.657 0 6.828-1.172S22 17.771 22 14s0-5.657-1.172-6.828S17.771 6 14 6h-3.613zM7 8.25a2.75 2.75 0 0 0 0 5.5h10a2.75 2.75 0 1 0 0-5.5zM5.25 17a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m7 0a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-radio-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.75%2012.25v-.75a.75.75%200%200%200-1.5%200v.75H7a1.25%201.25%200%201%201%200-2.5h10a1.25%201.25%200%201%201%200%202.5zm-9%204.75a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.32%203.679a.75.75%200%201%200-.64-1.357L6.768%206.046c-1.736.089-2.821.351-3.595%201.126C2%208.343%202%2010.229%202%2014s0%205.657%201.172%206.828S6.229%2022%2010%2022h4c3.771%200%205.657%200%206.828-1.172S22%2017.771%2022%2014s0-5.657-1.172-6.828S17.771%206%2014%206h-3.613zM7%208.25a2.75%202.75%200%200%200%200%205.5h10a2.75%202.75%200%201%200%200-5.5zM5.25%2017a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200m7%200a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.75%2012.25v-.75a.75.75%200%200%200-1.5%200v.75H7a1.25%201.25%200%201%201%200-2.5h10a1.25%201.25%200%201%201%200%202.5zm-9%204.75a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.32%203.679a.75.75%200%201%200-.64-1.357L6.768%206.046c-1.736.089-2.821.351-3.595%201.126C2%208.343%202%2010.229%202%2014s0%205.657%201.172%206.828S6.229%2022%2010%2022h4c3.771%200%205.657%200%206.828-1.172S22%2017.771%2022%2014s0-5.657-1.172-6.828S17.771%206%2014%206h-3.613zM7%208.25a2.75%202.75%200%200%200%200%205.5h10a2.75%202.75%200%201%200%200-5.5zM5.25%2017a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200m7%200a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/radio-filled.svg?color=%231a73e8&size=48