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

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

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

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.616 17.423h10.769q.196 0 .329.133q.132.132.132.327t-.132.33t-.33.133H6.617q-.197 0-.33-.132q-.132-.133-.132-.328t.133-.33t.329-.133m.528-4.03l4.185-6.231q.13-.195.305-.278q.174-.084.366-.084t.366.084q.175.083.305.278l4.185 6.23q.273.404.035.833t-.712.429H7.82q-.475 0-.712-.429t.035-.833"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEjectRounded(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.616 17.423h10.769q.196 0 .329.133q.132.132.132.327t-.132.33t-.33.133H6.617q-.197 0-.33-.132q-.132-.133-.132-.328t.133-.33t.329-.133m.528-4.03l4.185-6.231q.13-.195.305-.278q.174-.084.366-.084t.366.084q.175.083.305.278l4.185 6.23q.273.404.035.833t-.712.429H7.82q-.475 0-.712-.429t.035-.833"/></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.616 17.423h10.769q.196 0 .329.133q.132.132.132.327t-.132.33t-.33.133H6.617q-.197 0-.33-.132q-.132-.133-.132-.328t.133-.33t.329-.133m.528-4.03l4.185-6.231q.13-.195.305-.278q.174-.084.366-.084t.366.084q.175.083.305.278l4.185 6.23q.273.404.035.833t-.712.429H7.82q-.475 0-.712-.429t.035-.833"/></svg>
</template>

CSS

.icon-eject-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.616%2017.423h10.769q.196%200%20.329.133q.132.132.132.327t-.132.33t-.33.133H6.617q-.197%200-.33-.132q-.132-.133-.132-.328t.133-.33t.329-.133m.528-4.03l4.185-6.231q.13-.195.305-.278q.174-.084.366-.084t.366.084q.175.083.305.278l4.185%206.23q.273.404.035.833t-.712.429H7.82q-.475%200-.712-.429t.035-.833%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.616%2017.423h10.769q.196%200%20.329.133q.132.132.132.327t-.132.33t-.33.133H6.617q-.197%200-.33-.132q-.132-.133-.132-.328t.133-.33t.329-.133m.528-4.03l4.185-6.231q.13-.195.305-.278q.174-.084.366-.084t.366.084q.175.083.305.278l4.185%206.23q.273.404.035.833t-.712.429H7.82q-.475%200-.712-.429t.035-.833%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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