options icon
options-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- options-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the options icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 14.5a3.25 3.25 0 0 1 3.163 2.498L21.25 17a.75.75 0 0 1 .102 1.493l-.102.007l-9.337.001a3.251 3.251 0 0 1-6.326 0L2.75 18.5a.75.75 0 0 1-.102-1.493L2.75 17l2.837-.001A3.25 3.25 0 0 1 8.75 14.5m0 1.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m6.5-13a3.25 3.25 0 0 1 3.163 2.499l2.837.001a.75.75 0 0 1 .102 1.493L21.25 7l-2.837.001a3.252 3.252 0 0 1-6.326 0L2.75 7a.75.75 0 0 1-.102-1.493L2.75 5.5l9.337-.002A3.25 3.25 0 0 1 15.25 3m0 1.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentOptions24Regular(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="M8.75 14.5a3.25 3.25 0 0 1 3.163 2.498L21.25 17a.75.75 0 0 1 .102 1.493l-.102.007l-9.337.001a3.251 3.251 0 0 1-6.326 0L2.75 18.5a.75.75 0 0 1-.102-1.493L2.75 17l2.837-.001A3.25 3.25 0 0 1 8.75 14.5m0 1.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m6.5-13a3.25 3.25 0 0 1 3.163 2.499l2.837.001a.75.75 0 0 1 .102 1.493L21.25 7l-2.837.001a3.252 3.252 0 0 1-6.326 0L2.75 7a.75.75 0 0 1-.102-1.493L2.75 5.5l9.337-.002A3.25 3.25 0 0 1 15.25 3m0 1.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 14.5a3.25 3.25 0 0 1 3.163 2.498L21.25 17a.75.75 0 0 1 .102 1.493l-.102.007l-9.337.001a3.251 3.251 0 0 1-6.326 0L2.75 18.5a.75.75 0 0 1-.102-1.493L2.75 17l2.837-.001A3.25 3.25 0 0 1 8.75 14.5m0 1.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m6.5-13a3.25 3.25 0 0 1 3.163 2.499l2.837.001a.75.75 0 0 1 .102 1.493L21.25 7l-2.837.001a3.252 3.252 0 0 1-6.326 0L2.75 7a.75.75 0 0 1-.102-1.493L2.75 5.5l9.337-.002A3.25 3.25 0 0 1 15.25 3m0 1.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/></svg> </template>
CSS
.icon-options-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%22M8.75%2014.5a3.25%203.25%200%200%201%203.163%202.498L21.25%2017a.75.75%200%200%201%20.102%201.493l-.102.007l-9.337.001a3.251%203.251%200%200%201-6.326%200L2.75%2018.5a.75.75%200%200%201-.102-1.493L2.75%2017l2.837-.001A3.25%203.25%200%200%201%208.75%2014.5m0%201.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m6.5-13a3.25%203.25%200%200%201%203.163%202.499l2.837.001a.75.75%200%200%201%20.102%201.493L21.25%207l-2.837.001a3.252%203.252%200%200%201-6.326%200L2.75%207a.75.75%200%200%201-.102-1.493L2.75%205.5l9.337-.002A3.25%203.25%200%200%201%2015.25%203m0%201.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5%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%22M8.75%2014.5a3.25%203.25%200%200%201%203.163%202.498L21.25%2017a.75.75%200%200%201%20.102%201.493l-.102.007l-9.337.001a3.251%203.251%200%200%201-6.326%200L2.75%2018.5a.75.75%200%200%201-.102-1.493L2.75%2017l2.837-.001A3.25%203.25%200%200%201%208.75%2014.5m0%201.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m6.5-13a3.25%203.25%200%200%201%203.163%202.499l2.837.001a.75.75%200%200%201%20.102%201.493L21.25%207l-2.837.001a3.252%203.252%200%200%201-6.326%200L2.75%207a.75.75%200%200%201-.102-1.493L2.75%205.5l9.337-.002A3.25%203.25%200%200%201%2015.25%203m0%201.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/options-24-regular.svg?color=%231a73e8&size=48