Fps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/326210.svg" alt="Fps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326210.svg" alt="Fps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326210.svg" alt="Fps icon" :width="24" :height="24" />
CSS background
.icon-fps {
background-image: url('https://proicons.com/icon/326210.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="b" class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M19.6339,29.4634v-10.9268h3.5772c2.0224,0,3.6618,1.643,3.6618,3.6697s-1.6394,3.6697-3.6618,3.6697h-3.5772"/><path class="c" d="M29.4774,28.2662c.67.8723,1.5102,1.1972,2.6791,1.1972h1.6177c1.5054,0,2.7258-1.2204,2.7258-2.7258v-.0118c0-1.5054-1.2204-2.7258-2.7258-2.7258h-1.7844c-1.5071,0-2.7288-1.2217-2.7288-2.7288h0c0-1.5103,1.2243-2.7347,2.7346-2.7347h1.6089c1.1689,0,2.0091.3249,2.6791,1.1972"/><line class="c" x1="11.5" y1="24" x2="15.0512" y2="24"/><polyline class="c" points="11.5 29.4634 11.5 18.5366 16.9634 18.5366"/></svg>
Copied!