fps-30-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
fps-30-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M8.125 4.5h-.25c-.449 0-.847.215-1.098.548c-.181.24-.433.452-.733.452c-.54 0-.965-.489-.712-.967A2.88 2.88 0 0 1 7.875 3h.25a2.875 2.875 0 0 1 1.937 5a2.875 2.875 0 0 1-1.937 5h-.25a2.88 2.88 0 0 1-2.543-1.533c-.253-.478.171-.967.712-.967c.3 0 .552.212.733.452c.25.333.65.548 1.098.548h.25a1.375 1.375 0 1 0 0-2.75H8a.75.75 0 0 1 0-1.5h.125a1.375 1.375 0 0 0 0-2.75M14 17.25A2.25 2.25 0 0 0 11.75 15h-1.5l-.102.007a.75.75 0 0 0-.648.743v5.5l.007.102a.75.75 0 0 0 .743.648l.102-.007A.75.75 0 0 0 11 21.25V19.5h.75l.154-.005A2.25 2.25 0 0 0 14 17.25m-3-.75h.75l.102.007A.75.75 0 0 1 11.75 18H11zm9 .5a2 2 0 0 0-2-2h-.625l-.152.005a2.125 2.125 0 0 0 .152 4.245h.5l.092.007a.625.625 0 0 1-.092 1.243h-.625l-.09-.008a.5.5 0 0 1-.41-.492l-.007-.102A.75.75 0 0 0 15.25 20a2 2 0 0 0 2 2h.625l.152-.005a2.125 2.125 0 0 0-.152-4.245h-.5l-.092-.007a.625.625 0 0 1 .092-1.243H18l.09.008a.5.5 0 0 1 .41.492l.007.102A.75.75 0 0 0 20 17M8.5 15.75a.75.75 0 0 0-.75-.75h-3l-.102.007A.75.75 0 0 0 4 15.75v5.481l.007.102a.75.75 0 0 0 .743.648l.102-.007a.75.75 0 0 0 .648-.743v-1.729h1.75l.102-.006a.75.75 0 0 0-.102-1.493H5.5v-1.504l2.25.001l.102-.007a.75.75 0 0 0 .648-.743m9.495-9.93a2.994 2.994 0 0 0-2.99-2.818l-.187.005A2.995 2.995 0 0 0 12 5.996v4.01l.005.176a2.995 2.995 0 0 0 2.813 2.813l.188.005l.176-.005A2.995 2.995 0 0 0 18 10.005v-4.01zm-3-1.318h.01c.826 0 1.495.669 1.495 1.494v4.01l-.007.144a1.495 1.495 0 0 1-1.343 1.343l-.156.007l-.144-.007a1.495 1.495 0 0 1-1.35-1.487v-4.01l.007-.144c.072-.758.71-1.35 1.487-1.35"/></svg>

React

import type { SVGProps } from "react";

export function FluentFps3024Regular(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="M8.125 4.5h-.25c-.449 0-.847.215-1.098.548c-.181.24-.433.452-.733.452c-.54 0-.965-.489-.712-.967A2.88 2.88 0 0 1 7.875 3h.25a2.875 2.875 0 0 1 1.937 5a2.875 2.875 0 0 1-1.937 5h-.25a2.88 2.88 0 0 1-2.543-1.533c-.253-.478.171-.967.712-.967c.3 0 .552.212.733.452c.25.333.65.548 1.098.548h.25a1.375 1.375 0 1 0 0-2.75H8a.75.75 0 0 1 0-1.5h.125a1.375 1.375 0 0 0 0-2.75M14 17.25A2.25 2.25 0 0 0 11.75 15h-1.5l-.102.007a.75.75 0 0 0-.648.743v5.5l.007.102a.75.75 0 0 0 .743.648l.102-.007A.75.75 0 0 0 11 21.25V19.5h.75l.154-.005A2.25 2.25 0 0 0 14 17.25m-3-.75h.75l.102.007A.75.75 0 0 1 11.75 18H11zm9 .5a2 2 0 0 0-2-2h-.625l-.152.005a2.125 2.125 0 0 0 .152 4.245h.5l.092.007a.625.625 0 0 1-.092 1.243h-.625l-.09-.008a.5.5 0 0 1-.41-.492l-.007-.102A.75.75 0 0 0 15.25 20a2 2 0 0 0 2 2h.625l.152-.005a2.125 2.125 0 0 0-.152-4.245h-.5l-.092-.007a.625.625 0 0 1 .092-1.243H18l.09.008a.5.5 0 0 1 .41.492l.007.102A.75.75 0 0 0 20 17M8.5 15.75a.75.75 0 0 0-.75-.75h-3l-.102.007A.75.75 0 0 0 4 15.75v5.481l.007.102a.75.75 0 0 0 .743.648l.102-.007a.75.75 0 0 0 .648-.743v-1.729h1.75l.102-.006a.75.75 0 0 0-.102-1.493H5.5v-1.504l2.25.001l.102-.007a.75.75 0 0 0 .648-.743m9.495-9.93a2.994 2.994 0 0 0-2.99-2.818l-.187.005A2.995 2.995 0 0 0 12 5.996v4.01l.005.176a2.995 2.995 0 0 0 2.813 2.813l.188.005l.176-.005A2.995 2.995 0 0 0 18 10.005v-4.01zm-3-1.318h.01c.826 0 1.495.669 1.495 1.494v4.01l-.007.144a1.495 1.495 0 0 1-1.343 1.343l-.156.007l-.144-.007a1.495 1.495 0 0 1-1.35-1.487v-4.01l.007-.144c.072-.758.71-1.35 1.487-1.35"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.125 4.5h-.25c-.449 0-.847.215-1.098.548c-.181.24-.433.452-.733.452c-.54 0-.965-.489-.712-.967A2.88 2.88 0 0 1 7.875 3h.25a2.875 2.875 0 0 1 1.937 5a2.875 2.875 0 0 1-1.937 5h-.25a2.88 2.88 0 0 1-2.543-1.533c-.253-.478.171-.967.712-.967c.3 0 .552.212.733.452c.25.333.65.548 1.098.548h.25a1.375 1.375 0 1 0 0-2.75H8a.75.75 0 0 1 0-1.5h.125a1.375 1.375 0 0 0 0-2.75M14 17.25A2.25 2.25 0 0 0 11.75 15h-1.5l-.102.007a.75.75 0 0 0-.648.743v5.5l.007.102a.75.75 0 0 0 .743.648l.102-.007A.75.75 0 0 0 11 21.25V19.5h.75l.154-.005A2.25 2.25 0 0 0 14 17.25m-3-.75h.75l.102.007A.75.75 0 0 1 11.75 18H11zm9 .5a2 2 0 0 0-2-2h-.625l-.152.005a2.125 2.125 0 0 0 .152 4.245h.5l.092.007a.625.625 0 0 1-.092 1.243h-.625l-.09-.008a.5.5 0 0 1-.41-.492l-.007-.102A.75.75 0 0 0 15.25 20a2 2 0 0 0 2 2h.625l.152-.005a2.125 2.125 0 0 0-.152-4.245h-.5l-.092-.007a.625.625 0 0 1 .092-1.243H18l.09.008a.5.5 0 0 1 .41.492l.007.102A.75.75 0 0 0 20 17M8.5 15.75a.75.75 0 0 0-.75-.75h-3l-.102.007A.75.75 0 0 0 4 15.75v5.481l.007.102a.75.75 0 0 0 .743.648l.102-.007a.75.75 0 0 0 .648-.743v-1.729h1.75l.102-.006a.75.75 0 0 0-.102-1.493H5.5v-1.504l2.25.001l.102-.007a.75.75 0 0 0 .648-.743m9.495-9.93a2.994 2.994 0 0 0-2.99-2.818l-.187.005A2.995 2.995 0 0 0 12 5.996v4.01l.005.176a2.995 2.995 0 0 0 2.813 2.813l.188.005l.176-.005A2.995 2.995 0 0 0 18 10.005v-4.01zm-3-1.318h.01c.826 0 1.495.669 1.495 1.494v4.01l-.007.144a1.495 1.495 0 0 1-1.343 1.343l-.156.007l-.144-.007a1.495 1.495 0 0 1-1.35-1.487v-4.01l.007-.144c.072-.758.71-1.35 1.487-1.35"/></svg>
</template>

CSS

.icon-fps-30-24-regular {
  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%22M8.125%204.5h-.25c-.449%200-.847.215-1.098.548c-.181.24-.433.452-.733.452c-.54%200-.965-.489-.712-.967A2.88%202.88%200%200%201%207.875%203h.25a2.875%202.875%200%200%201%201.937%205a2.875%202.875%200%200%201-1.937%205h-.25a2.88%202.88%200%200%201-2.543-1.533c-.253-.478.171-.967.712-.967c.3%200%20.552.212.733.452c.25.333.65.548%201.098.548h.25a1.375%201.375%200%201%200%200-2.75H8a.75.75%200%200%201%200-1.5h.125a1.375%201.375%200%200%200%200-2.75M14%2017.25A2.25%202.25%200%200%200%2011.75%2015h-1.5l-.102.007a.75.75%200%200%200-.648.743v5.5l.007.102a.75.75%200%200%200%20.743.648l.102-.007A.75.75%200%200%200%2011%2021.25V19.5h.75l.154-.005A2.25%202.25%200%200%200%2014%2017.25m-3-.75h.75l.102.007A.75.75%200%200%201%2011.75%2018H11zm9%20.5a2%202%200%200%200-2-2h-.625l-.152.005a2.125%202.125%200%200%200%20.152%204.245h.5l.092.007a.625.625%200%200%201-.092%201.243h-.625l-.09-.008a.5.5%200%200%201-.41-.492l-.007-.102A.75.75%200%200%200%2015.25%2020a2%202%200%200%200%202%202h.625l.152-.005a2.125%202.125%200%200%200-.152-4.245h-.5l-.092-.007a.625.625%200%200%201%20.092-1.243H18l.09.008a.5.5%200%200%201%20.41.492l.007.102A.75.75%200%200%200%2020%2017M8.5%2015.75a.75.75%200%200%200-.75-.75h-3l-.102.007A.75.75%200%200%200%204%2015.75v5.481l.007.102a.75.75%200%200%200%20.743.648l.102-.007a.75.75%200%200%200%20.648-.743v-1.729h1.75l.102-.006a.75.75%200%200%200-.102-1.493H5.5v-1.504l2.25.001l.102-.007a.75.75%200%200%200%20.648-.743m9.495-9.93a2.994%202.994%200%200%200-2.99-2.818l-.187.005A2.995%202.995%200%200%200%2012%205.996v4.01l.005.176a2.995%202.995%200%200%200%202.813%202.813l.188.005l.176-.005A2.995%202.995%200%200%200%2018%2010.005v-4.01zm-3-1.318h.01c.826%200%201.495.669%201.495%201.494v4.01l-.007.144a1.495%201.495%200%200%201-1.343%201.343l-.156.007l-.144-.007a1.495%201.495%200%200%201-1.35-1.487v-4.01l.007-.144c.072-.758.71-1.35%201.487-1.35%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%22M8.125%204.5h-.25c-.449%200-.847.215-1.098.548c-.181.24-.433.452-.733.452c-.54%200-.965-.489-.712-.967A2.88%202.88%200%200%201%207.875%203h.25a2.875%202.875%200%200%201%201.937%205a2.875%202.875%200%200%201-1.937%205h-.25a2.88%202.88%200%200%201-2.543-1.533c-.253-.478.171-.967.712-.967c.3%200%20.552.212.733.452c.25.333.65.548%201.098.548h.25a1.375%201.375%200%201%200%200-2.75H8a.75.75%200%200%201%200-1.5h.125a1.375%201.375%200%200%200%200-2.75M14%2017.25A2.25%202.25%200%200%200%2011.75%2015h-1.5l-.102.007a.75.75%200%200%200-.648.743v5.5l.007.102a.75.75%200%200%200%20.743.648l.102-.007A.75.75%200%200%200%2011%2021.25V19.5h.75l.154-.005A2.25%202.25%200%200%200%2014%2017.25m-3-.75h.75l.102.007A.75.75%200%200%201%2011.75%2018H11zm9%20.5a2%202%200%200%200-2-2h-.625l-.152.005a2.125%202.125%200%200%200%20.152%204.245h.5l.092.007a.625.625%200%200%201-.092%201.243h-.625l-.09-.008a.5.5%200%200%201-.41-.492l-.007-.102A.75.75%200%200%200%2015.25%2020a2%202%200%200%200%202%202h.625l.152-.005a2.125%202.125%200%200%200-.152-4.245h-.5l-.092-.007a.625.625%200%200%201%20.092-1.243H18l.09.008a.5.5%200%200%201%20.41.492l.007.102A.75.75%200%200%200%2020%2017M8.5%2015.75a.75.75%200%200%200-.75-.75h-3l-.102.007A.75.75%200%200%200%204%2015.75v5.481l.007.102a.75.75%200%200%200%20.743.648l.102-.007a.75.75%200%200%200%20.648-.743v-1.729h1.75l.102-.006a.75.75%200%200%200-.102-1.493H5.5v-1.504l2.25.001l.102-.007a.75.75%200%200%200%20.648-.743m9.495-9.93a2.994%202.994%200%200%200-2.99-2.818l-.187.005A2.995%202.995%200%200%200%2012%205.996v4.01l.005.176a2.995%202.995%200%200%200%202.813%202.813l.188.005l.176-.005A2.995%202.995%200%200%200%2018%2010.005v-4.01zm-3-1.318h.01c.826%200%201.495.669%201.495%201.494v4.01l-.007.144a1.495%201.495%200%200%201-1.343%201.343l-.156.007l-.144-.007a1.495%201.495%200%200%201-1.35-1.487v-4.01l.007-.144c.072-.758.71-1.35%201.487-1.35%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-regular.svg?color=%231a73e8&size=48