f-stop-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
f-stop-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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="M11.08 5.681a2.583 2.583 0 0 1 3.525-1.955l.361.148a.75.75 0 1 0 .568-1.388l-.36-.148a4.083 4.083 0 0 0-5.572 3.09L8.991 9H5.75a.75.75 0 1 0 0 1.5h2.984l-.507 2.962c-.31 1.813-2.363 2.73-3.92 1.751l-.158-.098a.75.75 0 0 0-.798 1.27l.157.098c2.462 1.548 5.707.098 6.198-2.768l.55-3.215h2.994a.75.75 0 1 0 0-1.5h-2.737z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFStop20Filled(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="M11.08 5.681a2.583 2.583 0 0 1 3.525-1.955l.361.148a.75.75 0 1 0 .568-1.388l-.36-.148a4.083 4.083 0 0 0-5.572 3.09L8.991 9H5.75a.75.75 0 1 0 0 1.5h2.984l-.507 2.962c-.31 1.813-2.363 2.73-3.92 1.751l-.158-.098a.75.75 0 0 0-.798 1.27l.157.098c2.462 1.548 5.707.098 6.198-2.768l.55-3.215h2.994a.75.75 0 1 0 0-1.5h-2.737z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.08 5.681a2.583 2.583 0 0 1 3.525-1.955l.361.148a.75.75 0 1 0 .568-1.388l-.36-.148a4.083 4.083 0 0 0-5.572 3.09L8.991 9H5.75a.75.75 0 1 0 0 1.5h2.984l-.507 2.962c-.31 1.813-2.363 2.73-3.92 1.751l-.158-.098a.75.75 0 0 0-.798 1.27l.157.098c2.462 1.548 5.707.098 6.198-2.768l.55-3.215h2.994a.75.75 0 1 0 0-1.5h-2.737z"/></svg>
</template>

CSS

.icon-f-stop-20-filled {
  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%22M11.08%205.681a2.583%202.583%200%200%201%203.525-1.955l.361.148a.75.75%200%201%200%20.568-1.388l-.36-.148a4.083%204.083%200%200%200-5.572%203.09L8.991%209H5.75a.75.75%200%201%200%200%201.5h2.984l-.507%202.962c-.31%201.813-2.363%202.73-3.92%201.751l-.158-.098a.75.75%200%200%200-.798%201.27l.157.098c2.462%201.548%205.707.098%206.198-2.768l.55-3.215h2.994a.75.75%200%201%200%200-1.5h-2.737z%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%22M11.08%205.681a2.583%202.583%200%200%201%203.525-1.955l.361.148a.75.75%200%201%200%20.568-1.388l-.36-.148a4.083%204.083%200%200%200-5.572%203.09L8.991%209H5.75a.75.75%200%201%200%200%201.5h2.984l-.507%202.962c-.31%201.813-2.363%202.73-3.92%201.751l-.158-.098a.75.75%200%200%200-.798%201.27l.157.098c2.462%201.548%205.707.098%206.198-2.768l.55-3.215h2.994a.75.75%200%201%200%200-1.5h-2.737z%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-filled.svg?color=%231a73e8&size=48