maximize emoji
maximize from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- maximize
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
maximizeCarbonmaximize-fillEva IconsmaximizeFont Awesome 6 SolidmaximizeFont Awesome SolidmaximizeFeather Iconsmaximize-16-filledFluent UI System Iconsmaximizecss.ggmaximizeHumbleiconsmaximizeIconoirmaximizeLucidemaximizeMage IconsmaximizeMajesticonsmaximizeMaterial SymbolsmaximizeMaterial Symbols LightmaximizeMyna UI Iconsmaximize-16Octiconsmaximize-boldSolarmaximizeTabler Icons
More symbols icons from Firefox OS Emoji
alarmclockantennawithbarsanticlockwiseupwardsanddownwardsarrowsaquariusariesarrowrightwardsdownwardsarrowrightwardsupwardsautomatedtellermachinebabysymbolbackwithleftwardsarrowbaggageclaimballotboxwithcheckblackclubsuitblackdiamondsuitblackdownpointingdoublearrowblackheartsuitblacklargesquareblackleftpointingarrowblackleftpointingdoublearrowblackmediumsmallsquareblackmediumsquareblackquestionmarkblackrightpointingarrowblackrightpointingdoublearrow
Use the maximize emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M463.447 58.145H53.474c-7.858 0-14.228 6.37-14.228 14.228V454.75c0 6.577 5.692 11.91 12.714 11.91h413.002c7.022 0 12.714-5.332 12.714-11.91V72.372c-.001-7.857-6.371-14.227-14.229-14.227"/><path fill="#E0E0E0" d="M61.234 127.695v307.186c0 6.325 5.122 11.452 11.44 11.452h371.63c6.318 0 11.44-5.127 11.44-11.452V127.695z"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiMaximize(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M463.447 58.145H53.474c-7.858 0-14.228 6.37-14.228 14.228V454.75c0 6.577 5.692 11.91 12.714 11.91h413.002c7.022 0 12.714-5.332 12.714-11.91V72.372c-.001-7.857-6.371-14.227-14.229-14.227"/><path fill="#E0E0E0" d="M61.234 127.695v307.186c0 6.325 5.122 11.452 11.44 11.452h371.63c6.318 0 11.44-5.127 11.44-11.452V127.695z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M463.447 58.145H53.474c-7.858 0-14.228 6.37-14.228 14.228V454.75c0 6.577 5.692 11.91 12.714 11.91h413.002c7.022 0 12.714-5.332 12.714-11.91V72.372c-.001-7.857-6.371-14.227-14.229-14.227"/><path fill="#E0E0E0" d="M61.234 127.695v307.186c0 6.325 5.122 11.452 11.44 11.452h371.63c6.318 0 11.44-5.127 11.44-11.452V127.695z"/></svg> </template>
CSS
.icon-maximize {
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%20fill%3D%22%23597B91%22%20d%3D%22M463.447%2058.145H53.474c-7.858%200-14.228%206.37-14.228%2014.228V454.75c0%206.577%205.692%2011.91%2012.714%2011.91h413.002c7.022%200%2012.714-5.332%2012.714-11.91V72.372c-.001-7.857-6.371-14.227-14.229-14.227%22%2F%3E%3Cpath%20fill%3D%22%23E0E0E0%22%20d%3D%22M61.234%20127.695v307.186c0%206.325%205.122%2011.452%2011.44%2011.452h371.63c6.318%200%2011.44-5.127%2011.44-11.452V127.695z%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%20fill%3D%22%23597B91%22%20d%3D%22M463.447%2058.145H53.474c-7.858%200-14.228%206.37-14.228%2014.228V454.75c0%206.577%205.692%2011.91%2012.714%2011.91h413.002c7.022%200%2012.714-5.332%2012.714-11.91V72.372c-.001-7.857-6.371-14.227-14.229-14.227%22%2F%3E%3Cpath%20fill%3D%22%23E0E0E0%22%20d%3D%22M61.234%20127.695v307.186c0%206.325%205.122%2011.452%2011.44%2011.452h371.63c6.318%200%2011.44-5.127%2011.44-11.452V127.695z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/maximize.svg?color=%231a73e8&size=48