md options icon

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

Name
md-options
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-options

Related icons in IonIcons

Use the md options icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M32 384h272v32H32z" fill="currentColor"/><path d="M400 384h80v32h-80z" fill="currentColor"/><path d="M384 447.5c0 17.949-14.327 32.5-32 32.5-17.673 0-32-14.551-32-32.5v-95c0-17.949 14.327-32.5 32-32.5 17.673 0 32 14.551 32 32.5v95z" fill="currentColor"/><g><path d="M32 240h80v32H32z" fill="currentColor"/><path d="M208 240h272v32H208z" fill="currentColor"/><path d="M192 303.5c0 17.949-14.327 32.5-32 32.5-17.673 0-32-14.551-32-32.5v-95c0-17.949 14.327-32.5 32-32.5 17.673 0 32 14.551 32 32.5v95z" fill="currentColor"/></g><g><path d="M32 96h272v32H32z" fill="currentColor"/><path d="M400 96h80v32h-80z" fill="currentColor"/><path d="M384 159.5c0 17.949-14.327 32.5-32 32.5-17.673 0-32-14.551-32-32.5v-95c0-17.949 14.327-32.5 32-32.5 17.673 0 32 14.551 32 32.5v95z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function IonMdOptions(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M32 384h272v32H32z" fill="currentColor"/><path d="M400 384h80v32h-80z" fill="currentColor"/><path d="M384 447.5c0 17.949-14.327 32.5-32 32.5-17.673 0-32-14.551-32-32.5v-95c0-17.949 14.327-32.5 32-32.5 17.673 0 32 14.551 32 32.5v95z" fill="currentColor"/><g><path d="M32 240h80v32H32z" fill="currentColor"/><path d="M208 240h272v32H208z" fill="currentColor"/><path d="M192 303.5c0 17.949-14.327 32.5-32 32.5-17.673 0-32-14.551-32-32.5v-95c0-17.949 14.327-32.5 32-32.5 17.673 0 32 14.551 32 32.5v95z" fill="currentColor"/></g><g><path d="M32 96h272v32H32z" fill="currentColor"/><path d="M400 96h80v32h-80z" fill="currentColor"/><path d="M384 159.5c0 17.949-14.327 32.5-32 32.5-17.673 0-32-14.551-32-32.5v-95c0-17.949 14.327-32.5 32-32.5 17.673 0 32 14.551 32 32.5v95z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M32 384h272v32H32z" fill="currentColor"/><path d="M400 384h80v32h-80z" fill="currentColor"/><path d="M384 447.5c0 17.949-14.327 32.5-32 32.5-17.673 0-32-14.551-32-32.5v-95c0-17.949 14.327-32.5 32-32.5 17.673 0 32 14.551 32 32.5v95z" fill="currentColor"/><g><path d="M32 240h80v32H32z" fill="currentColor"/><path d="M208 240h272v32H208z" fill="currentColor"/><path d="M192 303.5c0 17.949-14.327 32.5-32 32.5-17.673 0-32-14.551-32-32.5v-95c0-17.949 14.327-32.5 32-32.5 17.673 0 32 14.551 32 32.5v95z" fill="currentColor"/></g><g><path d="M32 96h272v32H32z" fill="currentColor"/><path d="M400 96h80v32h-80z" fill="currentColor"/><path d="M384 159.5c0 17.949-14.327 32.5-32 32.5-17.673 0-32-14.551-32-32.5v-95c0-17.949 14.327-32.5 32-32.5 17.673 0 32 14.551 32 32.5v95z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-md-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%22M32%20384h272v32H32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M400%20384h80v32h-80z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M384%20447.5c0%2017.949-14.327%2032.5-32%2032.5-17.673%200-32-14.551-32-32.5v-95c0-17.949%2014.327-32.5%2032-32.5%2017.673%200%2032%2014.551%2032%2032.5v95z%22%20fill%3D%22currentColor%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M32%20240h80v32H32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M208%20240h272v32H208z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M192%20303.5c0%2017.949-14.327%2032.5-32%2032.5-17.673%200-32-14.551-32-32.5v-95c0-17.949%2014.327-32.5%2032-32.5%2017.673%200%2032%2014.551%2032%2032.5v95z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M32%2096h272v32H32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M400%2096h80v32h-80z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M384%20159.5c0%2017.949-14.327%2032.5-32%2032.5-17.673%200-32-14.551-32-32.5v-95c0-17.949%2014.327-32.5%2032-32.5%2017.673%200%2032%2014.551%2032%2032.5v95z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%22M32%20384h272v32H32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M400%20384h80v32h-80z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M384%20447.5c0%2017.949-14.327%2032.5-32%2032.5-17.673%200-32-14.551-32-32.5v-95c0-17.949%2014.327-32.5%2032-32.5%2017.673%200%2032%2014.551%2032%2032.5v95z%22%20fill%3D%22currentColor%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M32%20240h80v32H32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M208%20240h272v32H208z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M192%20303.5c0%2017.949-14.327%2032.5-32%2032.5-17.673%200-32-14.551-32-32.5v-95c0-17.949%2014.327-32.5%2032-32.5%2017.673%200%2032%2014.551%2032%2032.5v95z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M32%2096h272v32H32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M400%2096h80v32h-80z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M384%20159.5c0%2017.949-14.327%2032.5-32%2032.5-17.673%200-32-14.551-32-32.5v-95c0-17.949%2014.327-32.5%2032-32.5%2017.673%200%2032%2014.551%2032%2032.5v95z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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