eject icon
eject from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- eject
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
The same icon in other sets
ejectBootstrap IconsejectBoxIcons v2 SolidejectFramework7 IconsejectFont Awesome 6 SolidejectFont Awesome Solidejectcss.ggejectIconoirejectJam IconsejectLine AwesomeejectLucideejectMajesticonsejectMaterial SymbolsejectMaterial Symbols LightejectMaterial Design IconsejectMyna UI IconsejectPhosphorejectPrime Iconseject-fillRemix Icon
Use the eject icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M399 320c10 0 16.8-7.1 16.8-15.9 0-3.3-1.1-6.1-2.8-9L275.3 104.7c-4.6-5.3-11.5-8.7-19.3-8.7-7.7 0-14.6 3.4-19.2 8.7l-138 190.8c-1.7 2.6-2.6 5.5-2.6 8.7 0 8.7 6.8 15.8 16.8 15.8h286z" fill="currentColor"/><path d="M403.7 352H108.4c-6.8 0-12.4 5.4-12.4 12.2v39.6c0 6.7 5.5 12.2 12.4 12.2h295.3c6.8 0 12.3-5.5 12.3-12.2v-39.6c0-6.8-5.5-12.2-12.3-12.2z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonEject(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M399 320c10 0 16.8-7.1 16.8-15.9 0-3.3-1.1-6.1-2.8-9L275.3 104.7c-4.6-5.3-11.5-8.7-19.3-8.7-7.7 0-14.6 3.4-19.2 8.7l-138 190.8c-1.7 2.6-2.6 5.5-2.6 8.7 0 8.7 6.8 15.8 16.8 15.8h286z" fill="currentColor"/><path d="M403.7 352H108.4c-6.8 0-12.4 5.4-12.4 12.2v39.6c0 6.7 5.5 12.2 12.4 12.2h295.3c6.8 0 12.3-5.5 12.3-12.2v-39.6c0-6.8-5.5-12.2-12.3-12.2z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M399 320c10 0 16.8-7.1 16.8-15.9 0-3.3-1.1-6.1-2.8-9L275.3 104.7c-4.6-5.3-11.5-8.7-19.3-8.7-7.7 0-14.6 3.4-19.2 8.7l-138 190.8c-1.7 2.6-2.6 5.5-2.6 8.7 0 8.7 6.8 15.8 16.8 15.8h286z" fill="currentColor"/><path d="M403.7 352H108.4c-6.8 0-12.4 5.4-12.4 12.2v39.6c0 6.7 5.5 12.2 12.4 12.2h295.3c6.8 0 12.3-5.5 12.3-12.2v-39.6c0-6.8-5.5-12.2-12.3-12.2z" fill="currentColor"/></svg> </template>
CSS
.icon-eject {
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%22M399%20320c10%200%2016.8-7.1%2016.8-15.9%200-3.3-1.1-6.1-2.8-9L275.3%20104.7c-4.6-5.3-11.5-8.7-19.3-8.7-7.7%200-14.6%203.4-19.2%208.7l-138%20190.8c-1.7%202.6-2.6%205.5-2.6%208.7%200%208.7%206.8%2015.8%2016.8%2015.8h286z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M403.7%20352H108.4c-6.8%200-12.4%205.4-12.4%2012.2v39.6c0%206.7%205.5%2012.2%2012.4%2012.2h295.3c6.8%200%2012.3-5.5%2012.3-12.2v-39.6c0-6.8-5.5-12.2-12.3-12.2z%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%22M399%20320c10%200%2016.8-7.1%2016.8-15.9%200-3.3-1.1-6.1-2.8-9L275.3%20104.7c-4.6-5.3-11.5-8.7-19.3-8.7-7.7%200-14.6%203.4-19.2%208.7l-138%20190.8c-1.7%202.6-2.6%205.5-2.6%208.7%200%208.7%206.8%2015.8%2016.8%2015.8h286z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M403.7%20352H108.4c-6.8%200-12.4%205.4-12.4%2012.2v39.6c0%206.7%205.5%2012.2%2012.4%2012.2h295.3c6.8%200%2012.3-5.5%2012.3-12.2v-39.6c0-6.8-5.5-12.2-12.3-12.2z%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/eject.svg?color=%231a73e8&size=48