clock7oclock emoji

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

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

More symbols icons from Firefox OS Emoji

Use the clock7oclock 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 2.437.336 4.794.954 7.035l-53.398 92.392c-5.113 8.846-2.086 20.161 6.76 25.274a18.4 18.4 0 0 0 9.24 2.485c6.39 0 12.607-3.315 16.034-9.246l53.348-92.305c11.462-2.895 19.946-13.273 19.946-25.635"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiClock7oclock(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 2.437.336 4.794.954 7.035l-53.398 92.392c-5.113 8.846-2.086 20.161 6.76 25.274a18.4 18.4 0 0 0 9.24 2.485c6.39 0 12.607-3.315 16.034-9.246l53.348-92.305c11.462-2.895 19.946-13.273 19.946-25.635"/></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 2.437.336 4.794.954 7.035l-53.398 92.392c-5.113 8.846-2.086 20.161 6.76 25.274a18.4 18.4 0 0 0 9.24 2.485c6.39 0 12.607-3.315 16.034-9.246l53.348-92.305c11.462-2.895 19.946-13.273 19.946-25.635"/></svg>
</template>

CSS

.icon-clock7oclock {
  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%202.437.336%204.794.954%207.035l-53.398%2092.392c-5.113%208.846-2.086%2020.161%206.76%2025.274a18.4%2018.4%200%200%200%209.24%202.485c6.39%200%2012.607-3.315%2016.034-9.246l53.348-92.305c11.462-2.895%2019.946-13.273%2019.946-25.635%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%202.437.336%204.794.954%207.035l-53.398%2092.392c-5.113%208.846-2.086%2020.161%206.76%2025.274a18.4%2018.4%200%200%200%209.24%202.485c6.39%200%2012.607-3.315%2016.034-9.246l53.348-92.305c11.462-2.895%2019.946-13.273%2019.946-25.635%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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