clock1oclock emoji

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

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

More symbols icons from Firefox OS Emoji

Use the clock1oclock 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 274.5c-10.217 0-18.5-8.283-18.5-18.5V92.009c0-10.217 8.283-18.5 18.5-18.5s18.5 8.283 18.5 18.5V256c0 10.217-8.283 18.5-18.5 18.5"/><path fill="#183F4C" d="M327.884 130.882c-8.854-5.108-20.164-2.074-25.271 6.775l-53.302 92.351c-11.423 2.923-19.867 13.284-19.867 25.617c0 14.604 11.839 26.442 26.442 26.442s26.442-11.839 26.442-26.442c0-2.466-.345-4.85-.976-7.114l53.305-92.359c5.109-8.848 2.075-20.162-6.773-25.27"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiClock1oclock(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 274.5c-10.217 0-18.5-8.283-18.5-18.5V92.009c0-10.217 8.283-18.5 18.5-18.5s18.5 8.283 18.5 18.5V256c0 10.217-8.283 18.5-18.5 18.5"/><path fill="#183F4C" d="M327.884 130.882c-8.854-5.108-20.164-2.074-25.271 6.775l-53.302 92.351c-11.423 2.923-19.867 13.284-19.867 25.617c0 14.604 11.839 26.442 26.442 26.442s26.442-11.839 26.442-26.442c0-2.466-.345-4.85-.976-7.114l53.305-92.359c5.109-8.848 2.075-20.162-6.773-25.27"/></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 274.5c-10.217 0-18.5-8.283-18.5-18.5V92.009c0-10.217 8.283-18.5 18.5-18.5s18.5 8.283 18.5 18.5V256c0 10.217-8.283 18.5-18.5 18.5"/><path fill="#183F4C" d="M327.884 130.882c-8.854-5.108-20.164-2.074-25.271 6.775l-53.302 92.351c-11.423 2.923-19.867 13.284-19.867 25.617c0 14.604 11.839 26.442 26.442 26.442s26.442-11.839 26.442-26.442c0-2.466-.345-4.85-.976-7.114l53.305-92.359c5.109-8.848 2.075-20.162-6.773-25.27"/></svg>
</template>

CSS

.icon-clock1oclock {
  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%20274.5c-10.217%200-18.5-8.283-18.5-18.5V92.009c0-10.217%208.283-18.5%2018.5-18.5s18.5%208.283%2018.5%2018.5V256c0%2010.217-8.283%2018.5-18.5%2018.5%22%2F%3E%3Cpath%20fill%3D%22%23183F4C%22%20d%3D%22M327.884%20130.882c-8.854-5.108-20.164-2.074-25.271%206.775l-53.302%2092.351c-11.423%202.923-19.867%2013.284-19.867%2025.617c0%2014.604%2011.839%2026.442%2026.442%2026.442s26.442-11.839%2026.442-26.442c0-2.466-.345-4.85-.976-7.114l53.305-92.359c5.109-8.848%202.075-20.162-6.773-25.27%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%20274.5c-10.217%200-18.5-8.283-18.5-18.5V92.009c0-10.217%208.283-18.5%2018.5-18.5s18.5%208.283%2018.5%2018.5V256c0%2010.217-8.283%2018.5-18.5%2018.5%22%2F%3E%3Cpath%20fill%3D%22%23183F4C%22%20d%3D%22M327.884%20130.882c-8.854-5.108-20.164-2.074-25.271%206.775l-53.302%2092.351c-11.423%202.923-19.867%2013.284-19.867%2025.617c0%2014.604%2011.839%2026.442%2026.442%2026.442s26.442-11.839%2026.442-26.442c0-2.466-.345-4.85-.976-7.114l53.305-92.359c5.109-8.848%202.075-20.162-6.773-25.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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