ios options icon

ios-options from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-options
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios options icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M299.3 376c6.2-14.1 20.3-24 36.7-24s30.5 9.9 36.7 24H448c8.8 0 16 7.2 16 16s-7.2 16-16 16h-75.3c-6.2 14.1-20.3 24-36.7 24s-30.5-9.9-36.7-24H64c-8.8 0-16-7.2-16-16s7.2-16 16-16h235.3z" fill="currentColor"/><path d="M139.3 240c6.2-14.1 20.3-24 36.7-24s30.5 9.9 36.7 24H448c8.8 0 16 7.2 16 16s-7.2 16-16 16H212.7c-6.2 14.1-20.3 24-36.7 24s-30.5-9.9-36.7-24H64c-8.8 0-16-7.2-16-16s7.2-16 16-16h75.3z" fill="currentColor"/><path d="M299.3 104c6.2-14.1 20.3-24 36.7-24s30.5 9.9 36.7 24H448c8.8 0 16 7.2 16 16s-7.2 16-16 16h-75.3c-6.2 14.1-20.3 24-36.7 24s-30.5-9.9-36.7-24H64c-8.8 0-16-7.2-16-16s7.2-16 16-16h235.3z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosOptions(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M299.3 376c6.2-14.1 20.3-24 36.7-24s30.5 9.9 36.7 24H448c8.8 0 16 7.2 16 16s-7.2 16-16 16h-75.3c-6.2 14.1-20.3 24-36.7 24s-30.5-9.9-36.7-24H64c-8.8 0-16-7.2-16-16s7.2-16 16-16h235.3z" fill="currentColor"/><path d="M139.3 240c6.2-14.1 20.3-24 36.7-24s30.5 9.9 36.7 24H448c8.8 0 16 7.2 16 16s-7.2 16-16 16H212.7c-6.2 14.1-20.3 24-36.7 24s-30.5-9.9-36.7-24H64c-8.8 0-16-7.2-16-16s7.2-16 16-16h75.3z" fill="currentColor"/><path d="M299.3 104c6.2-14.1 20.3-24 36.7-24s30.5 9.9 36.7 24H448c8.8 0 16 7.2 16 16s-7.2 16-16 16h-75.3c-6.2 14.1-20.3 24-36.7 24s-30.5-9.9-36.7-24H64c-8.8 0-16-7.2-16-16s7.2-16 16-16h235.3z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M299.3 376c6.2-14.1 20.3-24 36.7-24s30.5 9.9 36.7 24H448c8.8 0 16 7.2 16 16s-7.2 16-16 16h-75.3c-6.2 14.1-20.3 24-36.7 24s-30.5-9.9-36.7-24H64c-8.8 0-16-7.2-16-16s7.2-16 16-16h235.3z" fill="currentColor"/><path d="M139.3 240c6.2-14.1 20.3-24 36.7-24s30.5 9.9 36.7 24H448c8.8 0 16 7.2 16 16s-7.2 16-16 16H212.7c-6.2 14.1-20.3 24-36.7 24s-30.5-9.9-36.7-24H64c-8.8 0-16-7.2-16-16s7.2-16 16-16h75.3z" fill="currentColor"/><path d="M299.3 104c6.2-14.1 20.3-24 36.7-24s30.5 9.9 36.7 24H448c8.8 0 16 7.2 16 16s-7.2 16-16 16h-75.3c-6.2 14.1-20.3 24-36.7 24s-30.5-9.9-36.7-24H64c-8.8 0-16-7.2-16-16s7.2-16 16-16h235.3z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-options {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M299.3%20376c6.2-14.1%2020.3-24%2036.7-24s30.5%209.9%2036.7%2024H448c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-75.3c-6.2%2014.1-20.3%2024-36.7%2024s-30.5-9.9-36.7-24H64c-8.8%200-16-7.2-16-16s7.2-16%2016-16h235.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M139.3%20240c6.2-14.1%2020.3-24%2036.7-24s30.5%209.9%2036.7%2024H448c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016H212.7c-6.2%2014.1-20.3%2024-36.7%2024s-30.5-9.9-36.7-24H64c-8.8%200-16-7.2-16-16s7.2-16%2016-16h75.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M299.3%20104c6.2-14.1%2020.3-24%2036.7-24s30.5%209.9%2036.7%2024H448c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-75.3c-6.2%2014.1-20.3%2024-36.7%2024s-30.5-9.9-36.7-24H64c-8.8%200-16-7.2-16-16s7.2-16%2016-16h235.3z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M299.3%20376c6.2-14.1%2020.3-24%2036.7-24s30.5%209.9%2036.7%2024H448c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-75.3c-6.2%2014.1-20.3%2024-36.7%2024s-30.5-9.9-36.7-24H64c-8.8%200-16-7.2-16-16s7.2-16%2016-16h235.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M139.3%20240c6.2-14.1%2020.3-24%2036.7-24s30.5%209.9%2036.7%2024H448c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016H212.7c-6.2%2014.1-20.3%2024-36.7%2024s-30.5-9.9-36.7-24H64c-8.8%200-16-7.2-16-16s7.2-16%2016-16h75.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M299.3%20104c6.2-14.1%2020.3-24%2036.7-24s30.5%209.9%2036.7%2024H448c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-75.3c-6.2%2014.1-20.3%2024-36.7%2024s-30.5-9.9-36.7-24H64c-8.8%200-16-7.2-16-16s7.2-16%2016-16h235.3z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-options.svg?color=%231a73e8&size=48