eject-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
eject-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Use the eject icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M46.879 32.5c1.852 0 2.906-.984 2.906-2.625c0-.773-.375-1.594-1.03-2.297L30.847 7.82c-.797-.867-1.711-1.453-2.883-1.453c-1.125 0-2.086.633-2.86 1.453L7.176 27.578c-.655.703-1.03 1.524-1.007 2.297c.023 1.64 1.031 2.625 2.906 2.625Zm-1.031 5.297H10.152c-2.835 0-4.43 1.476-4.43 4.266v3.28c0 2.79 1.594 4.29 4.43 4.29h35.696c2.812 0 4.43-1.477 4.43-4.29v-3.28c0-2.813-1.618-4.266-4.43-4.266"/></svg>

React

import type { SVGProps } from "react";

export function F7EjectFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M46.879 32.5c1.852 0 2.906-.984 2.906-2.625c0-.773-.375-1.594-1.03-2.297L30.847 7.82c-.797-.867-1.711-1.453-2.883-1.453c-1.125 0-2.086.633-2.86 1.453L7.176 27.578c-.655.703-1.03 1.524-1.007 2.297c.023 1.64 1.031 2.625 2.906 2.625Zm-1.031 5.297H10.152c-2.835 0-4.43 1.476-4.43 4.266v3.28c0 2.79 1.594 4.29 4.43 4.29h35.696c2.812 0 4.43-1.477 4.43-4.29v-3.28c0-2.813-1.618-4.266-4.43-4.266"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M46.879 32.5c1.852 0 2.906-.984 2.906-2.625c0-.773-.375-1.594-1.03-2.297L30.847 7.82c-.797-.867-1.711-1.453-2.883-1.453c-1.125 0-2.086.633-2.86 1.453L7.176 27.578c-.655.703-1.03 1.524-1.007 2.297c.023 1.64 1.031 2.625 2.906 2.625Zm-1.031 5.297H10.152c-2.835 0-4.43 1.476-4.43 4.266v3.28c0 2.79 1.594 4.29 4.43 4.29h35.696c2.812 0 4.43-1.477 4.43-4.29v-3.28c0-2.813-1.618-4.266-4.43-4.266"/></svg>
</template>

CSS

.icon-eject-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M46.879%2032.5c1.852%200%202.906-.984%202.906-2.625c0-.773-.375-1.594-1.03-2.297L30.847%207.82c-.797-.867-1.711-1.453-2.883-1.453c-1.125%200-2.086.633-2.86%201.453L7.176%2027.578c-.655.703-1.03%201.524-1.007%202.297c.023%201.64%201.031%202.625%202.906%202.625Zm-1.031%205.297H10.152c-2.835%200-4.43%201.476-4.43%204.266v3.28c0%202.79%201.594%204.29%204.43%204.29h35.696c2.812%200%204.43-1.477%204.43-4.29v-3.28c0-2.813-1.618-4.266-4.43-4.266%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M46.879%2032.5c1.852%200%202.906-.984%202.906-2.625c0-.773-.375-1.594-1.03-2.297L30.847%207.82c-.797-.867-1.711-1.453-2.883-1.453c-1.125%200-2.086.633-2.86%201.453L7.176%2027.578c-.655.703-1.03%201.524-1.007%202.297c.023%201.64%201.031%202.625%202.906%202.625Zm-1.031%205.297H10.152c-2.835%200-4.43%201.476-4.43%204.266v3.28c0%202.79%201.594%204.29%204.43%204.29h35.696c2.812%200%204.43-1.477%204.43-4.29v-3.28c0-2.813-1.618-4.266-4.43-4.266%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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