f stop icon
f-stop-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- f-stop-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
7 other variants in Fluent UI System Icons
Use the f stop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.884 5.35a2.833 2.833 0 0 1 3.673-2.216l.788.258a.5.5 0 1 0 .31-.95l-.787-.258a3.833 3.833 0 0 0-4.97 2.997L9.244 9H5.5a.5.5 0 1 0 0 1h3.573l-.622 3.633c-.335 1.96-2.531 2.974-4.24 1.958l-.455-.27a.5.5 0 1 0-.511.859l.455.27c2.312 1.375 5.283.003 5.737-2.648l.65-3.802H13.5a.5.5 0 0 0 0-1h-3.241z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFStop20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.884 5.35a2.833 2.833 0 0 1 3.673-2.216l.788.258a.5.5 0 1 0 .31-.95l-.787-.258a3.833 3.833 0 0 0-4.97 2.997L9.244 9H5.5a.5.5 0 1 0 0 1h3.573l-.622 3.633c-.335 1.96-2.531 2.974-4.24 1.958l-.455-.27a.5.5 0 1 0-.511.859l.455.27c2.312 1.375 5.283.003 5.737-2.648l.65-3.802H13.5a.5.5 0 0 0 0-1h-3.241z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.884 5.35a2.833 2.833 0 0 1 3.673-2.216l.788.258a.5.5 0 1 0 .31-.95l-.787-.258a3.833 3.833 0 0 0-4.97 2.997L9.244 9H5.5a.5.5 0 1 0 0 1h3.573l-.622 3.633c-.335 1.96-2.531 2.974-4.24 1.958l-.455-.27a.5.5 0 1 0-.511.859l.455.27c2.312 1.375 5.283.003 5.737-2.648l.65-3.802H13.5a.5.5 0 0 0 0-1h-3.241z"/></svg> </template>
CSS
.icon-f-stop-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.884%205.35a2.833%202.833%200%200%201%203.673-2.216l.788.258a.5.5%200%201%200%20.31-.95l-.787-.258a3.833%203.833%200%200%200-4.97%202.997L9.244%209H5.5a.5.5%200%201%200%200%201h3.573l-.622%203.633c-.335%201.96-2.531%202.974-4.24%201.958l-.455-.27a.5.5%200%201%200-.511.859l.455.27c2.312%201.375%205.283.003%205.737-2.648l.65-3.802H13.5a.5.5%200%200%200%200-1h-3.241z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.884%205.35a2.833%202.833%200%200%201%203.673-2.216l.788.258a.5.5%200%201%200%20.31-.95l-.787-.258a3.833%203.833%200%200%200-4.97%202.997L9.244%209H5.5a.5.5%200%201%200%200%201h3.573l-.622%203.633c-.335%201.96-2.531%202.974-4.24%201.958l-.455-.27a.5.5%200%201%200-.511.859l.455.27c2.312%201.375%205.283.003%205.737-2.648l.65-3.802H13.5a.5.5%200%200%200%200-1h-3.241z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/f-stop-20-regular.svg?color=%231a73e8&size=48