stopwatch icon
stopwatch-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- stopwatch-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
stopwatchBootstrap IconsstopwatchBoxIcons v2stopwatchBoxIcons v2 SolidstopwatchEmoji One (Colored)stopwatchElement PlusstopwatchFont Awesome 6 SolidstopwatchFont Awesome SolidstopwatchFluent EmojistopwatchFluent Emoji FlatstopwatchFluent Emoji High Contraststopwatchcss.ggstopwatchIconParkstopwatchIconPark OutlinestopwatchIconPark SolidstopwatchIconPark TwoTonestopwatchIonIconsstopwatchLine Awesomestopwatch-fillMingCute IconstopwatchNoto Emojistopwatch-16OcticonsstopwatchOpenMojistopwatchPrime IconsstopwatchRadix Iconsstopwatch-boldSolar
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-20.109a3.776 3.776 0 0 1-3.797-3.773c0-1.477.867-2.743 2.156-3.422V15.344a1.59 1.59 0 0 1 1.617-1.617c.915 0 1.641.703 1.641 1.617v11.648a3.77 3.77 0 0 1 2.133 3.399A3.75 3.75 0 0 1 28 34.164"/></svg>
React
import type { SVGProps } from "react";
export function F7StopwatchFill(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-20.109a3.776 3.776 0 0 1-3.797-3.773c0-1.477.867-2.743 2.156-3.422V15.344a1.59 1.59 0 0 1 1.617-1.617c.915 0 1.641.703 1.641 1.617v11.648a3.77 3.77 0 0 1 2.133 3.399A3.75 3.75 0 0 1 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-20.109a3.776 3.776 0 0 1-3.797-3.773c0-1.477.867-2.743 2.156-3.422V15.344a1.59 1.59 0 0 1 1.617-1.617c.915 0 1.641.703 1.641 1.617v11.648a3.77 3.77 0 0 1 2.133 3.399A3.75 3.75 0 0 1 28 34.164"/></svg> </template>
CSS
.icon-stopwatch-fill {
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-20.109a3.776%203.776%200%200%201-3.797-3.773c0-1.477.867-2.743%202.156-3.422V15.344a1.59%201.59%200%200%201%201.617-1.617c.915%200%201.641.703%201.641%201.617v11.648a3.77%203.77%200%200%201%202.133%203.399A3.75%203.75%200%200%201%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-20.109a3.776%203.776%200%200%201-3.797-3.773c0-1.477.867-2.743%202.156-3.422V15.344a1.59%201.59%200%200%201%201.617-1.617c.915%200%201.641.703%201.641%201.617v11.648a3.77%203.77%200%200%201%202.133%203.399A3.75%203.75%200%200%201%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-fill.svg?color=%231a73e8&size=48