eject-outline-rounded from Material Symbols by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
eject-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the eject icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 17h12q.425 0 .713.288T19 18t-.288.713T18 19H6q-.425 0-.712-.288T5 18t.288-.712T6 17m.375-3.55l4.8-7.2q.15-.225.363-.338T12 5.8t.463.113t.362.337l4.8 7.2q.35.5.05 1.025t-.9.525h-9.55q-.6 0-.9-.525t.05-1.025M9.05 13h5.9L12 8.6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEjectOutlineRounded(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="M6 17h12q.425 0 .713.288T19 18t-.288.713T18 19H6q-.425 0-.712-.288T5 18t.288-.712T6 17m.375-3.55l4.8-7.2q.15-.225.363-.338T12 5.8t.463.113t.362.337l4.8 7.2q.35.5.05 1.025t-.9.525h-9.55q-.6 0-.9-.525t.05-1.025M9.05 13h5.9L12 8.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 17h12q.425 0 .713.288T19 18t-.288.713T18 19H6q-.425 0-.712-.288T5 18t.288-.712T6 17m.375-3.55l4.8-7.2q.15-.225.363-.338T12 5.8t.463.113t.362.337l4.8 7.2q.35.5.05 1.025t-.9.525h-9.55q-.6 0-.9-.525t.05-1.025M9.05 13h5.9L12 8.6z"/></svg>
</template>

CSS

.icon-eject-outline-rounded {
  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%22M6%2017h12q.425%200%20.713.288T19%2018t-.288.713T18%2019H6q-.425%200-.712-.288T5%2018t.288-.712T6%2017m.375-3.55l4.8-7.2q.15-.225.363-.338T12%205.8t.463.113t.362.337l4.8%207.2q.35.5.05%201.025t-.9.525h-9.55q-.6%200-.9-.525t.05-1.025M9.05%2013h5.9L12%208.6z%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%22M6%2017h12q.425%200%20.713.288T19%2018t-.288.713T18%2019H6q-.425%200-.712-.288T5%2018t.288-.712T6%2017m.375-3.55l4.8-7.2q.15-.225.363-.338T12%205.8t.463.113t.362.337l4.8%207.2q.35.5.05%201.025t-.9.525h-9.55q-.6%200-.9-.525t.05-1.025M9.05%2013h5.9L12%208.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/eject-outline-rounded.svg?color=%231a73e8&size=48