f stop icon
f-stop-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- f-stop-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M13.195 6.528a3.25 3.25 0 0 1 4.268-2.524l.592.205a.75.75 0 1 0 .49-1.418l-.59-.205a4.75 4.75 0 0 0-6.238 3.69l-.722 4.224H6.75a.75.75 0 0 0 0 1.5h3.99l-.783 4.584c-.376 2.202-2.812 3.377-4.77 2.3l-.075-.041a.75.75 0 0 0-.723 1.314l.075.042c2.862 1.574 6.422-.144 6.971-3.363L12.261 12h3.99a.75.75 0 0 0 0-1.5h-3.734z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFStop24Regular(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="M13.195 6.528a3.25 3.25 0 0 1 4.268-2.524l.592.205a.75.75 0 1 0 .49-1.418l-.59-.205a4.75 4.75 0 0 0-6.238 3.69l-.722 4.224H6.75a.75.75 0 0 0 0 1.5h3.99l-.783 4.584c-.376 2.202-2.812 3.377-4.77 2.3l-.075-.041a.75.75 0 0 0-.723 1.314l.075.042c2.862 1.574 6.422-.144 6.971-3.363L12.261 12h3.99a.75.75 0 0 0 0-1.5h-3.734z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.195 6.528a3.25 3.25 0 0 1 4.268-2.524l.592.205a.75.75 0 1 0 .49-1.418l-.59-.205a4.75 4.75 0 0 0-6.238 3.69l-.722 4.224H6.75a.75.75 0 0 0 0 1.5h3.99l-.783 4.584c-.376 2.202-2.812 3.377-4.77 2.3l-.075-.041a.75.75 0 0 0-.723 1.314l.075.042c2.862 1.574 6.422-.144 6.971-3.363L12.261 12h3.99a.75.75 0 0 0 0-1.5h-3.734z"/></svg> </template>
CSS
.icon-f-stop-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%22M13.195%206.528a3.25%203.25%200%200%201%204.268-2.524l.592.205a.75.75%200%201%200%20.49-1.418l-.59-.205a4.75%204.75%200%200%200-6.238%203.69l-.722%204.224H6.75a.75.75%200%200%200%200%201.5h3.99l-.783%204.584c-.376%202.202-2.812%203.377-4.77%202.3l-.075-.041a.75.75%200%200%200-.723%201.314l.075.042c2.862%201.574%206.422-.144%206.971-3.363L12.261%2012h3.99a.75.75%200%200%200%200-1.5h-3.734z%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%22M13.195%206.528a3.25%203.25%200%200%201%204.268-2.524l.592.205a.75.75%200%201%200%20.49-1.418l-.59-.205a4.75%204.75%200%200%200-6.238%203.69l-.722%204.224H6.75a.75.75%200%200%200%200%201.5h3.99l-.783%204.584c-.376%202.202-2.812%203.377-4.77%202.3l-.075-.041a.75.75%200%200%200-.723%201.314l.075.042c2.862%201.574%206.422-.144%206.971-3.363L12.261%2012h3.99a.75.75%200%200%200%200-1.5h-3.734z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/f-stop-24-regular.svg?color=%231a73e8&size=48