90 Fps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 90 Fps icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/321259.svg" alt="90 Fps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321259.svg" alt="90 Fps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321259.svg" alt="90 Fps icon" :width="24" :height="24" />
CSS background
.icon-90-fps {
background-image: url('https://proicons.com/icon/321259.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="19.0828" cy="16.1428" r="3.6428"/><path class="d" d="M15.7619,22.1559c.607.7949,1.532,1.3412,3.0651,1.3412h.2558c2.0119,0,3.6428-1.6309,3.6428-3.6428v-3.7115"/><rect class="d" x="25.2744" y="12.5" width="7.2856" height="10.9971" rx="3.6428" ry="3.6428"/><path class="d" d="M20.4417,35.5v-8.6975h2.8474c1.6097,0,2.9147,1.3078,2.9147,2.921s-1.305,2.921-2.9147,2.921h-2.8474"/><path class="d" d="M28.2968,34.547c.5333.6943,1.2021.953,2.1325.953h1.2876c1.1983,0,2.1697-.9714,2.1697-2.1697v-.0094c0-1.1983-.9714-2.1697-2.1697-2.1697h-1.4204c-1.1996,0-2.172-.9725-2.172-2.172h0c0-1.2022.9745-2.1767,2.1767-2.1767h1.2806c.9304,0,1.5992.2586,2.1325.953"/><line class="d" x1="14.1133" y1="31.1513" x2="16.94" y2="31.1513"/><polyline class="d" points="14.1133 35.5 14.1133 26.8025 18.4621 26.8025"/><path id="c" class="d" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!