geiger counter emoji
geiger-counter from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- geiger-counter
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the geiger counter emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="36" height="49" x="16" y="12" fill="#f4aa41" rx="6"/><circle cx="34" cy="26" r="10" fill="#fff"/><ellipse cx="34" cy="31.5" fill="#d0cfce" rx="8.348" ry="4.5"/><path fill="#e27022" d="M52 55V18a6.02 6.02 0 0 0-6-6v49a6.02 6.02 0 0 0 6-6"/><path fill="#f1b31c" d="M32 31h4v25h-4z"/><g stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path d="M24.754 45.133a.629.629 0 1 1-.315-.545a.63.63 0 0 1 .315.545m-3.146 0a2.52 2.52 0 0 1 1.258-2.18l-1.258-2.18a5.03 5.03 0 0 0-2.516 4.36Zm3.775 2.18a2.52 2.52 0 0 1-2.517 0l-1.258 2.18a5.04 5.04 0 0 0 5.033 0Zm0-4.36a2.52 2.52 0 0 1 1.258 2.18h2.516a5.03 5.03 0 0 0-2.516-4.359Z"/><rect width="36" height="49" x="16" y="12" fill="none" stroke-width="2" rx="6"/><path fill="none" stroke-width="2" d="M42.348 31.5a9.992 9.992 0 0 0-16.696 0M29 23l1.797 4.494"/><path fill="none" stroke-width="2" d="M36 35.8a10 10 0 1 0-4 0m0 14.755a4 4 0 1 0 4 0"/><rect width="4" height="25" x="32" y="31" fill="none" stroke-width="2" rx="1"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiGeigerCounter(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="36" height="49" x="16" y="12" fill="#f4aa41" rx="6"/><circle cx="34" cy="26" r="10" fill="#fff"/><ellipse cx="34" cy="31.5" fill="#d0cfce" rx="8.348" ry="4.5"/><path fill="#e27022" d="M52 55V18a6.02 6.02 0 0 0-6-6v49a6.02 6.02 0 0 0 6-6"/><path fill="#f1b31c" d="M32 31h4v25h-4z"/><g stroke="#000" strokeLinecap="round" strokeLinejoin="round"><path d="M24.754 45.133a.629.629 0 1 1-.315-.545a.63.63 0 0 1 .315.545m-3.146 0a2.52 2.52 0 0 1 1.258-2.18l-1.258-2.18a5.03 5.03 0 0 0-2.516 4.36Zm3.775 2.18a2.52 2.52 0 0 1-2.517 0l-1.258 2.18a5.04 5.04 0 0 0 5.033 0Zm0-4.36a2.52 2.52 0 0 1 1.258 2.18h2.516a5.03 5.03 0 0 0-2.516-4.359Z"/><rect width="36" height="49" x="16" y="12" fill="none" strokeWidth="2" rx="6"/><path fill="none" strokeWidth="2" d="M42.348 31.5a9.992 9.992 0 0 0-16.696 0M29 23l1.797 4.494"/><path fill="none" strokeWidth="2" d="M36 35.8a10 10 0 1 0-4 0m0 14.755a4 4 0 1 0 4 0"/><rect width="4" height="25" x="32" y="31" fill="none" strokeWidth="2" rx="1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="36" height="49" x="16" y="12" fill="#f4aa41" rx="6"/><circle cx="34" cy="26" r="10" fill="#fff"/><ellipse cx="34" cy="31.5" fill="#d0cfce" rx="8.348" ry="4.5"/><path fill="#e27022" d="M52 55V18a6.02 6.02 0 0 0-6-6v49a6.02 6.02 0 0 0 6-6"/><path fill="#f1b31c" d="M32 31h4v25h-4z"/><g stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path d="M24.754 45.133a.629.629 0 1 1-.315-.545a.63.63 0 0 1 .315.545m-3.146 0a2.52 2.52 0 0 1 1.258-2.18l-1.258-2.18a5.03 5.03 0 0 0-2.516 4.36Zm3.775 2.18a2.52 2.52 0 0 1-2.517 0l-1.258 2.18a5.04 5.04 0 0 0 5.033 0Zm0-4.36a2.52 2.52 0 0 1 1.258 2.18h2.516a5.03 5.03 0 0 0-2.516-4.359Z"/><rect width="36" height="49" x="16" y="12" fill="none" stroke-width="2" rx="6"/><path fill="none" stroke-width="2" d="M42.348 31.5a9.992 9.992 0 0 0-16.696 0M29 23l1.797 4.494"/><path fill="none" stroke-width="2" d="M36 35.8a10 10 0 1 0-4 0m0 14.755a4 4 0 1 0 4 0"/><rect width="4" height="25" x="32" y="31" fill="none" stroke-width="2" rx="1"/></g></svg> </template>
CSS
.icon-geiger-counter {
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%2072%2072%22%3E%3Crect%20width%3D%2236%22%20height%3D%2249%22%20x%3D%2216%22%20y%3D%2212%22%20fill%3D%22%23f4aa41%22%20rx%3D%226%22%2F%3E%3Ccircle%20cx%3D%2234%22%20cy%3D%2226%22%20r%3D%2210%22%20fill%3D%22%23fff%22%2F%3E%3Cellipse%20cx%3D%2234%22%20cy%3D%2231.5%22%20fill%3D%22%23d0cfce%22%20rx%3D%228.348%22%20ry%3D%224.5%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M52%2055V18a6.02%206.02%200%200%200-6-6v49a6.02%206.02%200%200%200%206-6%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M32%2031h4v25h-4z%22%2F%3E%3Cg%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M24.754%2045.133a.629.629%200%201%201-.315-.545a.63.63%200%200%201%20.315.545m-3.146%200a2.52%202.52%200%200%201%201.258-2.18l-1.258-2.18a5.03%205.03%200%200%200-2.516%204.36Zm3.775%202.18a2.52%202.52%200%200%201-2.517%200l-1.258%202.18a5.04%205.04%200%200%200%205.033%200Zm0-4.36a2.52%202.52%200%200%201%201.258%202.18h2.516a5.03%205.03%200%200%200-2.516-4.359Z%22%2F%3E%3Crect%20width%3D%2236%22%20height%3D%2249%22%20x%3D%2216%22%20y%3D%2212%22%20fill%3D%22none%22%20stroke-width%3D%222%22%20rx%3D%226%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20d%3D%22M42.348%2031.5a9.992%209.992%200%200%200-16.696%200M29%2023l1.797%204.494%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20d%3D%22M36%2035.8a10%2010%200%201%200-4%200m0%2014.755a4%204%200%201%200%204%200%22%2F%3E%3Crect%20width%3D%224%22%20height%3D%2225%22%20x%3D%2232%22%20y%3D%2231%22%20fill%3D%22none%22%20stroke-width%3D%222%22%20rx%3D%221%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%2072%2072%22%3E%3Crect%20width%3D%2236%22%20height%3D%2249%22%20x%3D%2216%22%20y%3D%2212%22%20fill%3D%22%23f4aa41%22%20rx%3D%226%22%2F%3E%3Ccircle%20cx%3D%2234%22%20cy%3D%2226%22%20r%3D%2210%22%20fill%3D%22%23fff%22%2F%3E%3Cellipse%20cx%3D%2234%22%20cy%3D%2231.5%22%20fill%3D%22%23d0cfce%22%20rx%3D%228.348%22%20ry%3D%224.5%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M52%2055V18a6.02%206.02%200%200%200-6-6v49a6.02%206.02%200%200%200%206-6%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M32%2031h4v25h-4z%22%2F%3E%3Cg%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M24.754%2045.133a.629.629%200%201%201-.315-.545a.63.63%200%200%201%20.315.545m-3.146%200a2.52%202.52%200%200%201%201.258-2.18l-1.258-2.18a5.03%205.03%200%200%200-2.516%204.36Zm3.775%202.18a2.52%202.52%200%200%201-2.517%200l-1.258%202.18a5.04%205.04%200%200%200%205.033%200Zm0-4.36a2.52%202.52%200%200%201%201.258%202.18h2.516a5.03%205.03%200%200%200-2.516-4.359Z%22%2F%3E%3Crect%20width%3D%2236%22%20height%3D%2249%22%20x%3D%2216%22%20y%3D%2212%22%20fill%3D%22none%22%20stroke-width%3D%222%22%20rx%3D%226%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20d%3D%22M42.348%2031.5a9.992%209.992%200%200%200-16.696%200M29%2023l1.797%204.494%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20d%3D%22M36%2035.8a10%2010%200%201%200-4%200m0%2014.755a4%204%200%201%200%204%200%22%2F%3E%3Crect%20width%3D%224%22%20height%3D%2225%22%20x%3D%2232%22%20y%3D%2231%22%20fill%3D%22none%22%20stroke-width%3D%222%22%20rx%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/geiger-counter.svg?color=%231a73e8&size=48