stopwatch from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
stopwatch
Set
Fluent Emoji High Contrast
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji High Contrast

Use the stopwatch emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.015 12v1c0 .55.44 1 1 1c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1s-1 .45-1 1m0 13v1c0 .55.44 1 1 1c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1s-1 .45-1 1m8-7h-1c-.56 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1m-13 0h-1c-.56 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1m11.66 5.25l-.71-.71a.996.996 0 1 0-1.41 1.41l.71.71a.996.996 0 1 0 1.41-1.41m-9.2-9.19l-.71-.71a.98.98 0 0 0-1.41 0a.996.996 0 0 0 0 1.41l.71.71a.996.996 0 1 0 1.41-1.41m7.78-.72l-.71.71a1 1 0 0 0-.08.09l-4.16 4.16a.996.996 0 1 0 1.41 1.41l4.95-4.95a1 1 0 0 0 .293-.71a.996.996 0 0 0-1.703-.71m-9.19 9.19l-.71.71a.996.996 0 1 0 1.41 1.41l.71-.71a.996.996 0 1 0-1.41-1.41"/><path d="M18.74 6h-.725v2.181c1.201.221 2.334.637 3.365 1.214l1.035-1.035c.49-.5 1.29-.5 1.79 0l2.45 2.45c.5.49.5 1.29 0 1.79l-1.035 1.035A10.95 10.95 0 0 1 27.015 19c0 6.075-4.925 11-11 11s-11-4.925-11-11c0-1.945.505-3.773 1.391-5.359l-.001-.001l-1.03-1.03c-.5-.5-.5-1.3 0-1.79l2.45-2.45c.5-.5 1.3-.5 1.79 0l1.028 1.028a10.9 10.9 0 0 1 3.372-1.217V6h-.745C12.57 6 12 5.43 12 4.73V3.27c.01-.7.57-1.27 1.27-1.27h5.46c.7 0 1.27.57 1.27 1.27v1.46c.01.7-.56 1.27-1.26 1.27m-2.725 22a9 9 0 1 0 0-18a9 9 0 0 0 0 18"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastStopwatch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.015 12v1c0 .55.44 1 1 1c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1s-1 .45-1 1m0 13v1c0 .55.44 1 1 1c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1s-1 .45-1 1m8-7h-1c-.56 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1m-13 0h-1c-.56 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1m11.66 5.25l-.71-.71a.996.996 0 1 0-1.41 1.41l.71.71a.996.996 0 1 0 1.41-1.41m-9.2-9.19l-.71-.71a.98.98 0 0 0-1.41 0a.996.996 0 0 0 0 1.41l.71.71a.996.996 0 1 0 1.41-1.41m7.78-.72l-.71.71a1 1 0 0 0-.08.09l-4.16 4.16a.996.996 0 1 0 1.41 1.41l4.95-4.95a1 1 0 0 0 .293-.71a.996.996 0 0 0-1.703-.71m-9.19 9.19l-.71.71a.996.996 0 1 0 1.41 1.41l.71-.71a.996.996 0 1 0-1.41-1.41"/><path d="M18.74 6h-.725v2.181c1.201.221 2.334.637 3.365 1.214l1.035-1.035c.49-.5 1.29-.5 1.79 0l2.45 2.45c.5.49.5 1.29 0 1.79l-1.035 1.035A10.95 10.95 0 0 1 27.015 19c0 6.075-4.925 11-11 11s-11-4.925-11-11c0-1.945.505-3.773 1.391-5.359l-.001-.001l-1.03-1.03c-.5-.5-.5-1.3 0-1.79l2.45-2.45c.5-.5 1.3-.5 1.79 0l1.028 1.028a10.9 10.9 0 0 1 3.372-1.217V6h-.745C12.57 6 12 5.43 12 4.73V3.27c.01-.7.57-1.27 1.27-1.27h5.46c.7 0 1.27.57 1.27 1.27v1.46c.01.7-.56 1.27-1.26 1.27m-2.725 22a9 9 0 1 0 0-18a9 9 0 0 0 0 18"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.015 12v1c0 .55.44 1 1 1c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1s-1 .45-1 1m0 13v1c0 .55.44 1 1 1c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1s-1 .45-1 1m8-7h-1c-.56 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1m-13 0h-1c-.56 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1m11.66 5.25l-.71-.71a.996.996 0 1 0-1.41 1.41l.71.71a.996.996 0 1 0 1.41-1.41m-9.2-9.19l-.71-.71a.98.98 0 0 0-1.41 0a.996.996 0 0 0 0 1.41l.71.71a.996.996 0 1 0 1.41-1.41m7.78-.72l-.71.71a1 1 0 0 0-.08.09l-4.16 4.16a.996.996 0 1 0 1.41 1.41l4.95-4.95a1 1 0 0 0 .293-.71a.996.996 0 0 0-1.703-.71m-9.19 9.19l-.71.71a.996.996 0 1 0 1.41 1.41l.71-.71a.996.996 0 1 0-1.41-1.41"/><path d="M18.74 6h-.725v2.181c1.201.221 2.334.637 3.365 1.214l1.035-1.035c.49-.5 1.29-.5 1.79 0l2.45 2.45c.5.49.5 1.29 0 1.79l-1.035 1.035A10.95 10.95 0 0 1 27.015 19c0 6.075-4.925 11-11 11s-11-4.925-11-11c0-1.945.505-3.773 1.391-5.359l-.001-.001l-1.03-1.03c-.5-.5-.5-1.3 0-1.79l2.45-2.45c.5-.5 1.3-.5 1.79 0l1.028 1.028a10.9 10.9 0 0 1 3.372-1.217V6h-.745C12.57 6 12 5.43 12 4.73V3.27c.01-.7.57-1.27 1.27-1.27h5.46c.7 0 1.27.57 1.27 1.27v1.46c.01.7-.56 1.27-1.26 1.27m-2.725 22a9 9 0 1 0 0-18a9 9 0 0 0 0 18"/></g></svg>
</template>

CSS

.icon-stopwatch {
  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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.015%2012v1c0%20.55.44%201%201%201c.55%200%201-.45%201-1v-1c0-.55-.45-1-1-1s-1%20.45-1%201m0%2013v1c0%20.55.44%201%201%201c.55%200%201-.45%201-1v-1c0-.55-.45-1-1-1s-1%20.45-1%201m8-7h-1c-.56%200-1%20.45-1%201s.45%201%201%201h1c.55%200%201-.45%201-1s-.45-1-1-1m-13%200h-1c-.56%200-1%20.45-1%201s.45%201%201%201h1c.55%200%201-.45%201-1s-.45-1-1-1m11.66%205.25l-.71-.71a.996.996%200%201%200-1.41%201.41l.71.71a.996.996%200%201%200%201.41-1.41m-9.2-9.19l-.71-.71a.98.98%200%200%200-1.41%200a.996.996%200%200%200%200%201.41l.71.71a.996.996%200%201%200%201.41-1.41m7.78-.72l-.71.71a1%201%200%200%200-.08.09l-4.16%204.16a.996.996%200%201%200%201.41%201.41l4.95-4.95a1%201%200%200%200%20.293-.71a.996.996%200%200%200-1.703-.71m-9.19%209.19l-.71.71a.996.996%200%201%200%201.41%201.41l.71-.71a.996.996%200%201%200-1.41-1.41%22%2F%3E%3Cpath%20d%3D%22M18.74%206h-.725v2.181c1.201.221%202.334.637%203.365%201.214l1.035-1.035c.49-.5%201.29-.5%201.79%200l2.45%202.45c.5.49.5%201.29%200%201.79l-1.035%201.035A10.95%2010.95%200%200%201%2027.015%2019c0%206.075-4.925%2011-11%2011s-11-4.925-11-11c0-1.945.505-3.773%201.391-5.359l-.001-.001l-1.03-1.03c-.5-.5-.5-1.3%200-1.79l2.45-2.45c.5-.5%201.3-.5%201.79%200l1.028%201.028a10.9%2010.9%200%200%201%203.372-1.217V6h-.745C12.57%206%2012%205.43%2012%204.73V3.27c.01-.7.57-1.27%201.27-1.27h5.46c.7%200%201.27.57%201.27%201.27v1.46c.01.7-.56%201.27-1.26%201.27m-2.725%2022a9%209%200%201%200%200-18a9%209%200%200%200%200%2018%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.015%2012v1c0%20.55.44%201%201%201c.55%200%201-.45%201-1v-1c0-.55-.45-1-1-1s-1%20.45-1%201m0%2013v1c0%20.55.44%201%201%201c.55%200%201-.45%201-1v-1c0-.55-.45-1-1-1s-1%20.45-1%201m8-7h-1c-.56%200-1%20.45-1%201s.45%201%201%201h1c.55%200%201-.45%201-1s-.45-1-1-1m-13%200h-1c-.56%200-1%20.45-1%201s.45%201%201%201h1c.55%200%201-.45%201-1s-.45-1-1-1m11.66%205.25l-.71-.71a.996.996%200%201%200-1.41%201.41l.71.71a.996.996%200%201%200%201.41-1.41m-9.2-9.19l-.71-.71a.98.98%200%200%200-1.41%200a.996.996%200%200%200%200%201.41l.71.71a.996.996%200%201%200%201.41-1.41m7.78-.72l-.71.71a1%201%200%200%200-.08.09l-4.16%204.16a.996.996%200%201%200%201.41%201.41l4.95-4.95a1%201%200%200%200%20.293-.71a.996.996%200%200%200-1.703-.71m-9.19%209.19l-.71.71a.996.996%200%201%200%201.41%201.41l.71-.71a.996.996%200%201%200-1.41-1.41%22%2F%3E%3Cpath%20d%3D%22M18.74%206h-.725v2.181c1.201.221%202.334.637%203.365%201.214l1.035-1.035c.49-.5%201.29-.5%201.79%200l2.45%202.45c.5.49.5%201.29%200%201.79l-1.035%201.035A10.95%2010.95%200%200%201%2027.015%2019c0%206.075-4.925%2011-11%2011s-11-4.925-11-11c0-1.945.505-3.773%201.391-5.359l-.001-.001l-1.03-1.03c-.5-.5-.5-1.3%200-1.79l2.45-2.45c.5-.5%201.3-.5%201.79%200l1.028%201.028a10.9%2010.9%200%200%201%203.372-1.217V6h-.745C12.57%206%2012%205.43%2012%204.73V3.27c.01-.7.57-1.27%201.27-1.27h5.46c.7%200%201.27.57%201.27%201.27v1.46c.01.7-.56%201.27-1.26%201.27m-2.725%2022a9%209%200%201%200%200-18a9%209%200%200%200%200%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/stopwatch.svg?color=%231a73e8&size=48