stopwatch icon
stopwatch from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- stopwatch
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
stopwatchBootstrap IconsstopwatchBoxIcons v2stopwatchBoxIcons v2 SolidstopwatchEmoji One (Colored)stopwatchFont Awesome 6 SolidstopwatchFluent EmojistopwatchFluent Emoji FlatstopwatchFluent Emoji High Contraststopwatchcss.ggstopwatchIonIconsstopwatchLine Awesomestopwatch-fillMingCute IconstopwatchNoto Emojistopwatch-16OcticonsstopwatchOpenMojistopwatchRadix Iconsstopwatch-boldSolarstopwatchTabler Iconsstopwatch-outlineTeenyiconsstopwatchTwitter EmojistopwatchUniconsstopwatchUnicons Solid
Use the stopwatch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 54.273c13.055 0 23.906-10.828 23.906-23.906c0-5.46-1.898-10.523-5.062-14.578l1.828-1.851c.539-.54.844-1.266.844-1.899c0-1.312-1.055-2.367-2.415-2.367c-.796 0-1.359.234-1.921.773l-1.782 1.758c-3.586-3.047-8.039-5.086-12.914-5.601V4.305c0-1.407-1.125-2.578-2.508-2.578c-1.382 0-2.53 1.171-2.53 2.578v2.297C13.538 7.89 4.093 18.156 4.093 30.367c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 50.29 8.1 41.43 8.1 30.367c0-11.039 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922C47.945 41.43 39.039 50.29 28 50.29m0-16.125a3.75 3.75 0 0 0 3.75-3.773a3.77 3.77 0 0 0-2.133-3.399V15.344c0-.914-.727-1.617-1.64-1.617c-.915 0-1.618.703-1.618 1.617v11.625c-1.289.68-2.156 1.945-2.156 3.422A3.776 3.776 0 0 0 28 34.164"/></svg>
React
import type { SVGProps } from "react";
export function F7Stopwatch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 54.273c13.055 0 23.906-10.828 23.906-23.906c0-5.46-1.898-10.523-5.062-14.578l1.828-1.851c.539-.54.844-1.266.844-1.899c0-1.312-1.055-2.367-2.415-2.367c-.796 0-1.359.234-1.921.773l-1.782 1.758c-3.586-3.047-8.039-5.086-12.914-5.601V4.305c0-1.407-1.125-2.578-2.508-2.578c-1.382 0-2.53 1.171-2.53 2.578v2.297C13.538 7.89 4.093 18.156 4.093 30.367c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 50.29 8.1 41.43 8.1 30.367c0-11.039 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922C47.945 41.43 39.039 50.29 28 50.29m0-16.125a3.75 3.75 0 0 0 3.75-3.773a3.77 3.77 0 0 0-2.133-3.399V15.344c0-.914-.727-1.617-1.64-1.617c-.915 0-1.618.703-1.618 1.617v11.625c-1.289.68-2.156 1.945-2.156 3.422A3.776 3.776 0 0 0 28 34.164"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 54.273c13.055 0 23.906-10.828 23.906-23.906c0-5.46-1.898-10.523-5.062-14.578l1.828-1.851c.539-.54.844-1.266.844-1.899c0-1.312-1.055-2.367-2.415-2.367c-.796 0-1.359.234-1.921.773l-1.782 1.758c-3.586-3.047-8.039-5.086-12.914-5.601V4.305c0-1.407-1.125-2.578-2.508-2.578c-1.382 0-2.53 1.171-2.53 2.578v2.297C13.538 7.89 4.093 18.156 4.093 30.367c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 50.29 8.1 41.43 8.1 30.367c0-11.039 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922C47.945 41.43 39.039 50.29 28 50.29m0-16.125a3.75 3.75 0 0 0 3.75-3.773a3.77 3.77 0 0 0-2.133-3.399V15.344c0-.914-.727-1.617-1.64-1.617c-.915 0-1.618.703-1.618 1.617v11.625c-1.289.68-2.156 1.945-2.156 3.422A3.776 3.776 0 0 0 28 34.164"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2054.273c13.055%200%2023.906-10.828%2023.906-23.906c0-5.46-1.898-10.523-5.062-14.578l1.828-1.851c.539-.54.844-1.266.844-1.899c0-1.312-1.055-2.367-2.415-2.367c-.796%200-1.359.234-1.921.773l-1.782%201.758c-3.586-3.047-8.039-5.086-12.914-5.601V4.305c0-1.407-1.125-2.578-2.508-2.578c-1.382%200-2.53%201.171-2.53%202.578v2.297C13.538%207.89%204.093%2018.156%204.093%2030.367c0%2013.078%2010.828%2023.906%2023.906%2023.906m0-3.984C16.937%2050.29%208.1%2041.43%208.1%2030.367c0-11.039%208.813-19.922%2019.876-19.922c11.039%200%2019.921%208.883%2019.945%2019.922C47.945%2041.43%2039.039%2050.29%2028%2050.29m0-16.125a3.75%203.75%200%200%200%203.75-3.773a3.77%203.77%200%200%200-2.133-3.399V15.344c0-.914-.727-1.617-1.64-1.617c-.915%200-1.618.703-1.618%201.617v11.625c-1.289.68-2.156%201.945-2.156%203.422A3.776%203.776%200%200%200%2028%2034.164%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2054.273c13.055%200%2023.906-10.828%2023.906-23.906c0-5.46-1.898-10.523-5.062-14.578l1.828-1.851c.539-.54.844-1.266.844-1.899c0-1.312-1.055-2.367-2.415-2.367c-.796%200-1.359.234-1.921.773l-1.782%201.758c-3.586-3.047-8.039-5.086-12.914-5.601V4.305c0-1.407-1.125-2.578-2.508-2.578c-1.382%200-2.53%201.171-2.53%202.578v2.297C13.538%207.89%204.093%2018.156%204.093%2030.367c0%2013.078%2010.828%2023.906%2023.906%2023.906m0-3.984C16.937%2050.29%208.1%2041.43%208.1%2030.367c0-11.039%208.813-19.922%2019.876-19.922c11.039%200%2019.921%208.883%2019.945%2019.922C47.945%2041.43%2039.039%2050.29%2028%2050.29m0-16.125a3.75%203.75%200%200%200%203.75-3.773a3.77%203.77%200%200%200-2.133-3.399V15.344c0-.914-.727-1.617-1.64-1.617c-.915%200-1.618.703-1.618%201.617v11.625c-1.289.68-2.156%201.945-2.156%203.422A3.776%203.776%200%200%200%2028%2034.164%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/stopwatch.svg?color=%231a73e8&size=48