clock6oclock emoji

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

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

More symbols icons from Firefox OS Emoji

Use the clock6oclock 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.905 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="M282.347 255.626c0-14.604-11.839-26.442-26.442-26.442s-26.442 11.839-26.442 26.442c0 7.381 3.027 14.052 7.904 18.849l.094 106.697c.009 10.212 8.289 18.483 18.5 18.483h.017c10.218-.009 18.493-8.299 18.484-18.517l-.095-106.59c4.921-4.801 7.98-11.503 7.98-18.922"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiClock6oclock(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.905 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="M282.347 255.626c0-14.604-11.839-26.442-26.442-26.442s-26.442 11.839-26.442 26.442c0 7.381 3.027 14.052 7.904 18.849l.094 106.697c.009 10.212 8.289 18.483 18.5 18.483h.017c10.218-.009 18.493-8.299 18.484-18.517l-.095-106.59c4.921-4.801 7.98-11.503 7.98-18.922"/></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.905 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="M282.347 255.626c0-14.604-11.839-26.442-26.442-26.442s-26.442 11.839-26.442 26.442c0 7.381 3.027 14.052 7.904 18.849l.094 106.697c.009 10.212 8.289 18.483 18.5 18.483h.017c10.218-.009 18.493-8.299 18.484-18.517l-.095-106.59c4.921-4.801 7.98-11.503 7.98-18.922"/></svg>
</template>

CSS

.icon-clock6oclock {
  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.905%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%22M282.347%20255.626c0-14.604-11.839-26.442-26.442-26.442s-26.442%2011.839-26.442%2026.442c0%207.381%203.027%2014.052%207.904%2018.849l.094%20106.697c.009%2010.212%208.289%2018.483%2018.5%2018.483h.017c10.218-.009%2018.493-8.299%2018.484-18.517l-.095-106.59c4.921-4.801%207.98-11.503%207.98-18.922%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.905%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%22M282.347%20255.626c0-14.604-11.839-26.442-26.442-26.442s-26.442%2011.839-26.442%2026.442c0%207.381%203.027%2014.052%207.904%2018.849l.094%20106.697c.009%2010.212%208.289%2018.483%2018.5%2018.483h.017c10.218-.009%2018.493-8.299%2018.484-18.517l-.095-106.59c4.921-4.801%207.98-11.503%207.98-18.922%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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