eject icon
eject-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- eject-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
ejectBootstrap IconsejectBoxIcons v2 SolidejectFramework7 IconsejectFont Awesome 6 SolidejectFont Awesome Solidejectcss.ggejectIconoirejectIonIconsejectJam IconsejectLine AwesomeejectLucideejectMajesticonsejectMaterial SymbolsejectMaterial Symbols LightejectMaterial Design IconsejectPhosphorejectPrime Iconseject-fillRemix Icon
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="M19 18.25H5a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5M12 3.167c-.878 0-1.564.33-2.212.886c-.6.516-1.214 1.268-1.949 2.169l-.034.042c-.43.528-.842 1.058-1.188 1.551a27 27 0 0 0-.916 1.413l-.046.077c-.533.876-.993 1.631-1.224 2.276c-.125.346-.203.71-.175 1.087c.029.39.17.742.406 1.057c.48.64 1.189.923 2.002 1.08c.785.152 1.812.212 3.076.285l.078.004a39 39 0 0 0 2.182.073c.677 0 1.425-.029 2.182-.073l.078-.004c1.264-.073 2.29-.133 3.076-.285c.813-.157 1.522-.44 2.002-1.08c.237-.315.377-.667.406-1.057c.028-.376-.05-.741-.175-1.087c-.231-.645-.69-1.4-1.224-2.276a27 27 0 0 0-.962-1.49a28 28 0 0 0-1.188-1.55l-.034-.043c-.735-.9-1.349-1.653-1.95-2.169c-.647-.556-1.333-.886-2.211-.886"/></svg>
React
import type { SVGProps } from "react";
export function MynauiEjectSolid(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="M19 18.25H5a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5M12 3.167c-.878 0-1.564.33-2.212.886c-.6.516-1.214 1.268-1.949 2.169l-.034.042c-.43.528-.842 1.058-1.188 1.551a27 27 0 0 0-.916 1.413l-.046.077c-.533.876-.993 1.631-1.224 2.276c-.125.346-.203.71-.175 1.087c.029.39.17.742.406 1.057c.48.64 1.189.923 2.002 1.08c.785.152 1.812.212 3.076.285l.078.004a39 39 0 0 0 2.182.073c.677 0 1.425-.029 2.182-.073l.078-.004c1.264-.073 2.29-.133 3.076-.285c.813-.157 1.522-.44 2.002-1.08c.237-.315.377-.667.406-1.057c.028-.376-.05-.741-.175-1.087c-.231-.645-.69-1.4-1.224-2.276a27 27 0 0 0-.962-1.49a28 28 0 0 0-1.188-1.55l-.034-.043c-.735-.9-1.349-1.653-1.95-2.169c-.647-.556-1.333-.886-2.211-.886"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 18.25H5a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5M12 3.167c-.878 0-1.564.33-2.212.886c-.6.516-1.214 1.268-1.949 2.169l-.034.042c-.43.528-.842 1.058-1.188 1.551a27 27 0 0 0-.916 1.413l-.046.077c-.533.876-.993 1.631-1.224 2.276c-.125.346-.203.71-.175 1.087c.029.39.17.742.406 1.057c.48.64 1.189.923 2.002 1.08c.785.152 1.812.212 3.076.285l.078.004a39 39 0 0 0 2.182.073c.677 0 1.425-.029 2.182-.073l.078-.004c1.264-.073 2.29-.133 3.076-.285c.813-.157 1.522-.44 2.002-1.08c.237-.315.377-.667.406-1.057c.028-.376-.05-.741-.175-1.087c-.231-.645-.69-1.4-1.224-2.276a27 27 0 0 0-.962-1.49a28 28 0 0 0-1.188-1.55l-.034-.043c-.735-.9-1.349-1.653-1.95-2.169c-.647-.556-1.333-.886-2.211-.886"/></svg> </template>
CSS
.icon-eject-solid {
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%22M19%2018.25H5a.75.75%200%200%200%200%201.5h14a.75.75%200%200%200%200-1.5M12%203.167c-.878%200-1.564.33-2.212.886c-.6.516-1.214%201.268-1.949%202.169l-.034.042c-.43.528-.842%201.058-1.188%201.551a27%2027%200%200%200-.916%201.413l-.046.077c-.533.876-.993%201.631-1.224%202.276c-.125.346-.203.71-.175%201.087c.029.39.17.742.406%201.057c.48.64%201.189.923%202.002%201.08c.785.152%201.812.212%203.076.285l.078.004a39%2039%200%200%200%202.182.073c.677%200%201.425-.029%202.182-.073l.078-.004c1.264-.073%202.29-.133%203.076-.285c.813-.157%201.522-.44%202.002-1.08c.237-.315.377-.667.406-1.057c.028-.376-.05-.741-.175-1.087c-.231-.645-.69-1.4-1.224-2.276a27%2027%200%200%200-.962-1.49a28%2028%200%200%200-1.188-1.55l-.034-.043c-.735-.9-1.349-1.653-1.95-2.169c-.647-.556-1.333-.886-2.211-.886%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%22M19%2018.25H5a.75.75%200%200%200%200%201.5h14a.75.75%200%200%200%200-1.5M12%203.167c-.878%200-1.564.33-2.212.886c-.6.516-1.214%201.268-1.949%202.169l-.034.042c-.43.528-.842%201.058-1.188%201.551a27%2027%200%200%200-.916%201.413l-.046.077c-.533.876-.993%201.631-1.224%202.276c-.125.346-.203.71-.175%201.087c.029.39.17.742.406%201.057c.48.64%201.189.923%202.002%201.08c.785.152%201.812.212%203.076.285l.078.004a39%2039%200%200%200%202.182.073c.677%200%201.425-.029%202.182-.073l.078-.004c1.264-.073%202.29-.133%203.076-.285c.813-.157%201.522-.44%202.002-1.08c.237-.315.377-.667.406-1.057c.028-.376-.05-.741-.175-1.087c-.231-.645-.69-1.4-1.224-2.276a27%2027%200%200%200-.962-1.49a28%2028%200%200%200-1.188-1.55l-.034-.043c-.735-.9-1.349-1.653-1.95-2.169c-.647-.556-1.333-.886-2.211-.886%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/eject-solid.svg?color=%231a73e8&size=48