clock4thirty emoji

clock4thirty from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
clock4thirty
Set
Firefox OS Emoji
Style
Default
Category
Symbols
Viewbox
512×512
License
Apache 2.0

More symbols icons from Firefox OS Emoji

Use the clock4thirty emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#E5E4DF" d="M255.887 484.256c-126.067 0-228.628-102.565-228.628-228.632S129.82 27 255.887 27s228.628 102.558 228.628 228.625s-102.562 228.631-228.628 228.631"/><path fill="#FF473E" d="M255.887 44.601c116.359 0 211.025 94.666 211.025 211.025s-94.666 211.025-211.025 211.025S44.862 371.985 44.862 255.626S139.527 44.601 255.887 44.601m0-42.775c-140.17 0-253.8 113.63-253.8 253.8s113.63 253.8 253.8 253.8s253.8-113.63 253.8-253.8s-113.63-253.8-253.8-253.8"/><path fill="#3A5D66" d="M255.887 438.491c-10.217 0-18.5-8.283-18.5-18.5V256c0-10.217 8.283-18.5 18.5-18.5s18.5 8.283 18.5 18.5v163.991c0 10.217-8.283 18.5-18.5 18.5"/><path fill="#183F4C" d="m373.876 302.3l-92.374-53.26c-2.927-11.417-13.285-19.856-25.615-19.856c-14.604 0-26.442 11.839-26.442 26.442s11.839 26.442 26.442 26.442c2.47 0 4.857-.346 7.125-.979l92.384 53.265a18.4 18.4 0 0 0 9.223 2.476c6.397 0 12.62-3.322 16.045-9.263c5.102-8.85 2.064-20.164-6.788-25.267"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiClock4thirty(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#E5E4DF" d="M255.887 484.256c-126.067 0-228.628-102.565-228.628-228.632S129.82 27 255.887 27s228.628 102.558 228.628 228.625s-102.562 228.631-228.628 228.631"/><path fill="#FF473E" d="M255.887 44.601c116.359 0 211.025 94.666 211.025 211.025s-94.666 211.025-211.025 211.025S44.862 371.985 44.862 255.626S139.527 44.601 255.887 44.601m0-42.775c-140.17 0-253.8 113.63-253.8 253.8s113.63 253.8 253.8 253.8s253.8-113.63 253.8-253.8s-113.63-253.8-253.8-253.8"/><path fill="#3A5D66" d="M255.887 438.491c-10.217 0-18.5-8.283-18.5-18.5V256c0-10.217 8.283-18.5 18.5-18.5s18.5 8.283 18.5 18.5v163.991c0 10.217-8.283 18.5-18.5 18.5"/><path fill="#183F4C" d="m373.876 302.3l-92.374-53.26c-2.927-11.417-13.285-19.856-25.615-19.856c-14.604 0-26.442 11.839-26.442 26.442s11.839 26.442 26.442 26.442c2.47 0 4.857-.346 7.125-.979l92.384 53.265a18.4 18.4 0 0 0 9.223 2.476c6.397 0 12.62-3.322 16.045-9.263c5.102-8.85 2.064-20.164-6.788-25.267"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#E5E4DF" d="M255.887 484.256c-126.067 0-228.628-102.565-228.628-228.632S129.82 27 255.887 27s228.628 102.558 228.628 228.625s-102.562 228.631-228.628 228.631"/><path fill="#FF473E" d="M255.887 44.601c116.359 0 211.025 94.666 211.025 211.025s-94.666 211.025-211.025 211.025S44.862 371.985 44.862 255.626S139.527 44.601 255.887 44.601m0-42.775c-140.17 0-253.8 113.63-253.8 253.8s113.63 253.8 253.8 253.8s253.8-113.63 253.8-253.8s-113.63-253.8-253.8-253.8"/><path fill="#3A5D66" d="M255.887 438.491c-10.217 0-18.5-8.283-18.5-18.5V256c0-10.217 8.283-18.5 18.5-18.5s18.5 8.283 18.5 18.5v163.991c0 10.217-8.283 18.5-18.5 18.5"/><path fill="#183F4C" d="m373.876 302.3l-92.374-53.26c-2.927-11.417-13.285-19.856-25.615-19.856c-14.604 0-26.442 11.839-26.442 26.442s11.839 26.442 26.442 26.442c2.47 0 4.857-.346 7.125-.979l92.384 53.265a18.4 18.4 0 0 0 9.223 2.476c6.397 0 12.62-3.322 16.045-9.263c5.102-8.85 2.064-20.164-6.788-25.267"/></svg>
</template>

CSS

.icon-clock4thirty {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22%23E5E4DF%22%20d%3D%22M255.887%20484.256c-126.067%200-228.628-102.565-228.628-228.632S129.82%2027%20255.887%2027s228.628%20102.558%20228.628%20228.625s-102.562%20228.631-228.628%20228.631%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M255.887%2044.601c116.359%200%20211.025%2094.666%20211.025%20211.025s-94.666%20211.025-211.025%20211.025S44.862%20371.985%2044.862%20255.626S139.527%2044.601%20255.887%2044.601m0-42.775c-140.17%200-253.8%20113.63-253.8%20253.8s113.63%20253.8%20253.8%20253.8s253.8-113.63%20253.8-253.8s-113.63-253.8-253.8-253.8%22%2F%3E%3Cpath%20fill%3D%22%233A5D66%22%20d%3D%22M255.887%20438.491c-10.217%200-18.5-8.283-18.5-18.5V256c0-10.217%208.283-18.5%2018.5-18.5s18.5%208.283%2018.5%2018.5v163.991c0%2010.217-8.283%2018.5-18.5%2018.5%22%2F%3E%3Cpath%20fill%3D%22%23183F4C%22%20d%3D%22m373.876%20302.3l-92.374-53.26c-2.927-11.417-13.285-19.856-25.615-19.856c-14.604%200-26.442%2011.839-26.442%2026.442s11.839%2026.442%2026.442%2026.442c2.47%200%204.857-.346%207.125-.979l92.384%2053.265a18.4%2018.4%200%200%200%209.223%202.476c6.397%200%2012.62-3.322%2016.045-9.263c5.102-8.85%202.064-20.164-6.788-25.267%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23E5E4DF%22%20d%3D%22M255.887%20484.256c-126.067%200-228.628-102.565-228.628-228.632S129.82%2027%20255.887%2027s228.628%20102.558%20228.628%20228.625s-102.562%20228.631-228.628%20228.631%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M255.887%2044.601c116.359%200%20211.025%2094.666%20211.025%20211.025s-94.666%20211.025-211.025%20211.025S44.862%20371.985%2044.862%20255.626S139.527%2044.601%20255.887%2044.601m0-42.775c-140.17%200-253.8%20113.63-253.8%20253.8s113.63%20253.8%20253.8%20253.8s253.8-113.63%20253.8-253.8s-113.63-253.8-253.8-253.8%22%2F%3E%3Cpath%20fill%3D%22%233A5D66%22%20d%3D%22M255.887%20438.491c-10.217%200-18.5-8.283-18.5-18.5V256c0-10.217%208.283-18.5%2018.5-18.5s18.5%208.283%2018.5%2018.5v163.991c0%2010.217-8.283%2018.5-18.5%2018.5%22%2F%3E%3Cpath%20fill%3D%22%23183F4C%22%20d%3D%22m373.876%20302.3l-92.374-53.26c-2.927-11.417-13.285-19.856-25.615-19.856c-14.604%200-26.442%2011.839-26.442%2026.442s11.839%2026.442%2026.442%2026.442c2.47%200%204.857-.346%207.125-.979l92.384%2053.265a18.4%2018.4%200%200%200%209.223%202.476c6.397%200%2012.62-3.322%2016.045-9.263c5.102-8.85%202.064-20.164-6.788-25.267%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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