fps 30 icon
fps-30-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- fps-30-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the fps 30 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.75 15a2.25 2.25 0 0 1 .154 4.495l-.154.005H11v1.75a.75.75 0 0 1-.648.743L10.25 22a.75.75 0 0 1-.743-.648L9.5 21.25v-5.5a.75.75 0 0 1 .648-.743L10.25 15zm0 1.5H11V18h.75a.75.75 0 0 0 .102-1.493zM18 15a2 2 0 0 1 2 2a.75.75 0 0 1-1.493.102L18.5 17a.5.5 0 0 0-.41-.492L18 16.5h-.625a.625.625 0 0 0-.092 1.243l.092.007h.5a2.125 2.125 0 0 1 .152 4.245l-.152.005h-.625a2 2 0 0 1-2-2a.75.75 0 0 1 1.493-.102l.007.102a.5.5 0 0 0 .41.492l.09.008h.625a.625.625 0 0 0 .092-1.243l-.092-.007h-.5a2.125 2.125 0 0 1-.152-4.245l.152-.005zM7.75 15a.75.75 0 0 1 .102 1.493l-.102.007H5.5v1.502h1.75a.75.75 0 0 1 .102 1.494l-.102.007H5.5v1.728a.75.75 0 0 1-.648.743l-.102.007a.75.75 0 0 1-.743-.648L4 21.231V15.75a.75.75 0 0 1 .648-.743L4.75 15zM15 3a3 3 0 0 1 2.995 2.824L18 6v4a3 3 0 0 1-5.995.176L12 10V6a3 3 0 0 1 3-3m0 2a1 1 0 0 0-.993.883L14 6v4a1 1 0 0 0 1.993.117L16 10V6a1 1 0 0 0-1-1M8 7a1 1 0 1 0-.51-1.861l-.107.065c-.24.146-.487.296-.763.296c-.826 0-1.456-.783-.927-1.418A3 3 0 1 1 10.236 8a3 3 0 1 1-4.543 3.918c-.529-.635.1-1.418.927-1.418c.276 0 .524.15.763.296l.108.065A1 1 0 1 1 8 7"/></svg>
React
import type { SVGProps } from "react";
export function FluentFps3024Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.75 15a2.25 2.25 0 0 1 .154 4.495l-.154.005H11v1.75a.75.75 0 0 1-.648.743L10.25 22a.75.75 0 0 1-.743-.648L9.5 21.25v-5.5a.75.75 0 0 1 .648-.743L10.25 15zm0 1.5H11V18h.75a.75.75 0 0 0 .102-1.493zM18 15a2 2 0 0 1 2 2a.75.75 0 0 1-1.493.102L18.5 17a.5.5 0 0 0-.41-.492L18 16.5h-.625a.625.625 0 0 0-.092 1.243l.092.007h.5a2.125 2.125 0 0 1 .152 4.245l-.152.005h-.625a2 2 0 0 1-2-2a.75.75 0 0 1 1.493-.102l.007.102a.5.5 0 0 0 .41.492l.09.008h.625a.625.625 0 0 0 .092-1.243l-.092-.007h-.5a2.125 2.125 0 0 1-.152-4.245l.152-.005zM7.75 15a.75.75 0 0 1 .102 1.493l-.102.007H5.5v1.502h1.75a.75.75 0 0 1 .102 1.494l-.102.007H5.5v1.728a.75.75 0 0 1-.648.743l-.102.007a.75.75 0 0 1-.743-.648L4 21.231V15.75a.75.75 0 0 1 .648-.743L4.75 15zM15 3a3 3 0 0 1 2.995 2.824L18 6v4a3 3 0 0 1-5.995.176L12 10V6a3 3 0 0 1 3-3m0 2a1 1 0 0 0-.993.883L14 6v4a1 1 0 0 0 1.993.117L16 10V6a1 1 0 0 0-1-1M8 7a1 1 0 1 0-.51-1.861l-.107.065c-.24.146-.487.296-.763.296c-.826 0-1.456-.783-.927-1.418A3 3 0 1 1 10.236 8a3 3 0 1 1-4.543 3.918c-.529-.635.1-1.418.927-1.418c.276 0 .524.15.763.296l.108.065A1 1 0 1 1 8 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.75 15a2.25 2.25 0 0 1 .154 4.495l-.154.005H11v1.75a.75.75 0 0 1-.648.743L10.25 22a.75.75 0 0 1-.743-.648L9.5 21.25v-5.5a.75.75 0 0 1 .648-.743L10.25 15zm0 1.5H11V18h.75a.75.75 0 0 0 .102-1.493zM18 15a2 2 0 0 1 2 2a.75.75 0 0 1-1.493.102L18.5 17a.5.5 0 0 0-.41-.492L18 16.5h-.625a.625.625 0 0 0-.092 1.243l.092.007h.5a2.125 2.125 0 0 1 .152 4.245l-.152.005h-.625a2 2 0 0 1-2-2a.75.75 0 0 1 1.493-.102l.007.102a.5.5 0 0 0 .41.492l.09.008h.625a.625.625 0 0 0 .092-1.243l-.092-.007h-.5a2.125 2.125 0 0 1-.152-4.245l.152-.005zM7.75 15a.75.75 0 0 1 .102 1.493l-.102.007H5.5v1.502h1.75a.75.75 0 0 1 .102 1.494l-.102.007H5.5v1.728a.75.75 0 0 1-.648.743l-.102.007a.75.75 0 0 1-.743-.648L4 21.231V15.75a.75.75 0 0 1 .648-.743L4.75 15zM15 3a3 3 0 0 1 2.995 2.824L18 6v4a3 3 0 0 1-5.995.176L12 10V6a3 3 0 0 1 3-3m0 2a1 1 0 0 0-.993.883L14 6v4a1 1 0 0 0 1.993.117L16 10V6a1 1 0 0 0-1-1M8 7a1 1 0 1 0-.51-1.861l-.107.065c-.24.146-.487.296-.763.296c-.826 0-1.456-.783-.927-1.418A3 3 0 1 1 10.236 8a3 3 0 1 1-4.543 3.918c-.529-.635.1-1.418.927-1.418c.276 0 .524.15.763.296l.108.065A1 1 0 1 1 8 7"/></svg> </template>
CSS
.icon-fps-30-24-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.75%2015a2.25%202.25%200%200%201%20.154%204.495l-.154.005H11v1.75a.75.75%200%200%201-.648.743L10.25%2022a.75.75%200%200%201-.743-.648L9.5%2021.25v-5.5a.75.75%200%200%201%20.648-.743L10.25%2015zm0%201.5H11V18h.75a.75.75%200%200%200%20.102-1.493zM18%2015a2%202%200%200%201%202%202a.75.75%200%200%201-1.493.102L18.5%2017a.5.5%200%200%200-.41-.492L18%2016.5h-.625a.625.625%200%200%200-.092%201.243l.092.007h.5a2.125%202.125%200%200%201%20.152%204.245l-.152.005h-.625a2%202%200%200%201-2-2a.75.75%200%200%201%201.493-.102l.007.102a.5.5%200%200%200%20.41.492l.09.008h.625a.625.625%200%200%200%20.092-1.243l-.092-.007h-.5a2.125%202.125%200%200%201-.152-4.245l.152-.005zM7.75%2015a.75.75%200%200%201%20.102%201.493l-.102.007H5.5v1.502h1.75a.75.75%200%200%201%20.102%201.494l-.102.007H5.5v1.728a.75.75%200%200%201-.648.743l-.102.007a.75.75%200%200%201-.743-.648L4%2021.231V15.75a.75.75%200%200%201%20.648-.743L4.75%2015zM15%203a3%203%200%200%201%202.995%202.824L18%206v4a3%203%200%200%201-5.995.176L12%2010V6a3%203%200%200%201%203-3m0%202a1%201%200%200%200-.993.883L14%206v4a1%201%200%200%200%201.993.117L16%2010V6a1%201%200%200%200-1-1M8%207a1%201%200%201%200-.51-1.861l-.107.065c-.24.146-.487.296-.763.296c-.826%200-1.456-.783-.927-1.418A3%203%200%201%201%2010.236%208a3%203%200%201%201-4.543%203.918c-.529-.635.1-1.418.927-1.418c.276%200%20.524.15.763.296l.108.065A1%201%200%201%201%208%207%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.75%2015a2.25%202.25%200%200%201%20.154%204.495l-.154.005H11v1.75a.75.75%200%200%201-.648.743L10.25%2022a.75.75%200%200%201-.743-.648L9.5%2021.25v-5.5a.75.75%200%200%201%20.648-.743L10.25%2015zm0%201.5H11V18h.75a.75.75%200%200%200%20.102-1.493zM18%2015a2%202%200%200%201%202%202a.75.75%200%200%201-1.493.102L18.5%2017a.5.5%200%200%200-.41-.492L18%2016.5h-.625a.625.625%200%200%200-.092%201.243l.092.007h.5a2.125%202.125%200%200%201%20.152%204.245l-.152.005h-.625a2%202%200%200%201-2-2a.75.75%200%200%201%201.493-.102l.007.102a.5.5%200%200%200%20.41.492l.09.008h.625a.625.625%200%200%200%20.092-1.243l-.092-.007h-.5a2.125%202.125%200%200%201-.152-4.245l.152-.005zM7.75%2015a.75.75%200%200%201%20.102%201.493l-.102.007H5.5v1.502h1.75a.75.75%200%200%201%20.102%201.494l-.102.007H5.5v1.728a.75.75%200%200%201-.648.743l-.102.007a.75.75%200%200%201-.743-.648L4%2021.231V15.75a.75.75%200%200%201%20.648-.743L4.75%2015zM15%203a3%203%200%200%201%202.995%202.824L18%206v4a3%203%200%200%201-5.995.176L12%2010V6a3%203%200%200%201%203-3m0%202a1%201%200%200%200-.993.883L14%206v4a1%201%200%200%200%201.993.117L16%2010V6a1%201%200%200%200-1-1M8%207a1%201%200%201%200-.51-1.861l-.107.065c-.24.146-.487.296-.763.296c-.826%200-1.456-.783-.927-1.418A3%203%200%201%201%2010.236%208a3%203%200%201%201-4.543%203.918c-.529-.635.1-1.418.927-1.418c.276%200%20.524.15.763.296l.108.065A1%201%200%201%201%208%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/fps-30-24-filled.svg?color=%231a73e8&size=48