radio from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.

Name
radio
Set
Twitter Emoji
Style
Default
Category
Objects
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More objects icons from Twitter Emoji

Use the radio emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M2.697 12.389a.999.999 0 1 0 1.414 1.414l9.192-9.192a.999.999 0 1 0-1.414-1.414z"/><path fill="#99aab5" d="M36 32c0 4-4 4-4 4H4s-4 0-4-4V14s0-4 4-4h28c4 0 4 4 4 4z"/><path fill="#292f33" d="M15.561 3.061a1 1 0 0 1-1.414 0l-.707-.707A.999.999 0 1 1 14.854.94l.707.707a1 1 0 0 1 0 1.414"/><circle cx="27.5" cy="18.5" r="5.5" fill="#292f33"/><circle cx="27.5" cy="29.5" r="3.5" fill="#292f33"/><circle cx="27.5" cy="18.5" r="3.5" fill="#66757f"/><circle cx="27.5" cy="29.5" r="1.5" fill="#66757f"/><g fill="#292f33"><circle cx="10.5" cy="25.5" r="1.5"/><circle cx="5.5" cy="25.5" r="1.5"/><circle cx="10.5" cy="20.5" r="1.5"/><circle cx="15.5" cy="20.5" r="1.5"/><circle cx="15.5" cy="25.5" r="1.5"/><circle cx="15.5" cy="30.5" r="1.5"/><circle cx="5.5" cy="30.5" r="1.5"/><circle cx="5.5" cy="20.5" r="1.5"/><circle cx="10.5" cy="15.5" r="1.5"/><circle cx="15.5" cy="15.5" r="1.5"/><circle cx="5.5" cy="15.5" r="1.5"/><circle cx="10.5" cy="30.5" r="1.5"/></g></svg>

React

import type { SVGProps } from "react";

export function TwemojiRadio(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M2.697 12.389a.999.999 0 1 0 1.414 1.414l9.192-9.192a.999.999 0 1 0-1.414-1.414z"/><path fill="#99aab5" d="M36 32c0 4-4 4-4 4H4s-4 0-4-4V14s0-4 4-4h28c4 0 4 4 4 4z"/><path fill="#292f33" d="M15.561 3.061a1 1 0 0 1-1.414 0l-.707-.707A.999.999 0 1 1 14.854.94l.707.707a1 1 0 0 1 0 1.414"/><circle cx="27.5" cy="18.5" r="5.5" fill="#292f33"/><circle cx="27.5" cy="29.5" r="3.5" fill="#292f33"/><circle cx="27.5" cy="18.5" r="3.5" fill="#66757f"/><circle cx="27.5" cy="29.5" r="1.5" fill="#66757f"/><g fill="#292f33"><circle cx="10.5" cy="25.5" r="1.5"/><circle cx="5.5" cy="25.5" r="1.5"/><circle cx="10.5" cy="20.5" r="1.5"/><circle cx="15.5" cy="20.5" r="1.5"/><circle cx="15.5" cy="25.5" r="1.5"/><circle cx="15.5" cy="30.5" r="1.5"/><circle cx="5.5" cy="30.5" r="1.5"/><circle cx="5.5" cy="20.5" r="1.5"/><circle cx="10.5" cy="15.5" r="1.5"/><circle cx="15.5" cy="15.5" r="1.5"/><circle cx="5.5" cy="15.5" r="1.5"/><circle cx="10.5" cy="30.5" r="1.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M2.697 12.389a.999.999 0 1 0 1.414 1.414l9.192-9.192a.999.999 0 1 0-1.414-1.414z"/><path fill="#99aab5" d="M36 32c0 4-4 4-4 4H4s-4 0-4-4V14s0-4 4-4h28c4 0 4 4 4 4z"/><path fill="#292f33" d="M15.561 3.061a1 1 0 0 1-1.414 0l-.707-.707A.999.999 0 1 1 14.854.94l.707.707a1 1 0 0 1 0 1.414"/><circle cx="27.5" cy="18.5" r="5.5" fill="#292f33"/><circle cx="27.5" cy="29.5" r="3.5" fill="#292f33"/><circle cx="27.5" cy="18.5" r="3.5" fill="#66757f"/><circle cx="27.5" cy="29.5" r="1.5" fill="#66757f"/><g fill="#292f33"><circle cx="10.5" cy="25.5" r="1.5"/><circle cx="5.5" cy="25.5" r="1.5"/><circle cx="10.5" cy="20.5" r="1.5"/><circle cx="15.5" cy="20.5" r="1.5"/><circle cx="15.5" cy="25.5" r="1.5"/><circle cx="15.5" cy="30.5" r="1.5"/><circle cx="5.5" cy="30.5" r="1.5"/><circle cx="5.5" cy="20.5" r="1.5"/><circle cx="10.5" cy="15.5" r="1.5"/><circle cx="15.5" cy="15.5" r="1.5"/><circle cx="5.5" cy="15.5" r="1.5"/><circle cx="10.5" cy="30.5" r="1.5"/></g></svg>
</template>

CSS

.icon-radio {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M2.697%2012.389a.999.999%200%201%200%201.414%201.414l9.192-9.192a.999.999%200%201%200-1.414-1.414z%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M36%2032c0%204-4%204-4%204H4s-4%200-4-4V14s0-4%204-4h28c4%200%204%204%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M15.561%203.061a1%201%200%200%201-1.414%200l-.707-.707A.999.999%200%201%201%2014.854.94l.707.707a1%201%200%200%201%200%201.414%22%2F%3E%3Ccircle%20cx%3D%2227.5%22%20cy%3D%2218.5%22%20r%3D%225.5%22%20fill%3D%22%23292f33%22%2F%3E%3Ccircle%20cx%3D%2227.5%22%20cy%3D%2229.5%22%20r%3D%223.5%22%20fill%3D%22%23292f33%22%2F%3E%3Ccircle%20cx%3D%2227.5%22%20cy%3D%2218.5%22%20r%3D%223.5%22%20fill%3D%22%2366757f%22%2F%3E%3Ccircle%20cx%3D%2227.5%22%20cy%3D%2229.5%22%20r%3D%221.5%22%20fill%3D%22%2366757f%22%2F%3E%3Cg%20fill%3D%22%23292f33%22%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2225.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%225.5%22%20cy%3D%2225.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2220.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2220.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2225.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2230.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%225.5%22%20cy%3D%2230.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%225.5%22%20cy%3D%2220.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2215.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2215.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%225.5%22%20cy%3D%2215.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2230.5%22%20r%3D%221.5%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M2.697%2012.389a.999.999%200%201%200%201.414%201.414l9.192-9.192a.999.999%200%201%200-1.414-1.414z%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M36%2032c0%204-4%204-4%204H4s-4%200-4-4V14s0-4%204-4h28c4%200%204%204%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M15.561%203.061a1%201%200%200%201-1.414%200l-.707-.707A.999.999%200%201%201%2014.854.94l.707.707a1%201%200%200%201%200%201.414%22%2F%3E%3Ccircle%20cx%3D%2227.5%22%20cy%3D%2218.5%22%20r%3D%225.5%22%20fill%3D%22%23292f33%22%2F%3E%3Ccircle%20cx%3D%2227.5%22%20cy%3D%2229.5%22%20r%3D%223.5%22%20fill%3D%22%23292f33%22%2F%3E%3Ccircle%20cx%3D%2227.5%22%20cy%3D%2218.5%22%20r%3D%223.5%22%20fill%3D%22%2366757f%22%2F%3E%3Ccircle%20cx%3D%2227.5%22%20cy%3D%2229.5%22%20r%3D%221.5%22%20fill%3D%22%2366757f%22%2F%3E%3Cg%20fill%3D%22%23292f33%22%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2225.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%225.5%22%20cy%3D%2225.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2220.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2220.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2225.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2230.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%225.5%22%20cy%3D%2230.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%225.5%22%20cy%3D%2220.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2215.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2215.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%225.5%22%20cy%3D%2215.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2230.5%22%20r%3D%221.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/radio.svg?color=%231a73e8&size=48

Radio emoji — Twitter Emoji · IconsDB