expand icon
expand-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- expand-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All expand icons →expand-outlinedAnt Design IconsexpandBoxIcons v2expandElement Plusexpand-fillEva IconsexpandFramework7 IconsexpandFont Awesome 6 SolidexpandFont Awesome Solidexpand-outlineFlowbite Iconsexpandcss.ggexpandHuge IconsexpandHumbleiconsexpandIconoirexpandIonIconsexpandLine AwesomeexpandLucideexpandMaterial SymbolsexpandMaterial Symbols LightexpandPixelarticonsexpandPrime Iconsexpand-outlineTeenyicons
More ui icons from Reicon
Use the expand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.068 2.5H7.5a1 1 0 0 1 0 2H3.1a8 8 0 0 0-.589.011v.014c-.01.116-.011.278-.011.575v4.4a1 1 0 0 1-2 0V5.068c0-.252 0-.498.017-.706a2 2 0 0 1 .201-.77a2 2 0 0 1 .874-.874a2 2 0 0 1 .77-.201c.208-.017.454-.017.706-.017m18.407 2.01a8 8 0 0 0-.575-.01h-4.4a1 1 0 1 1 0-2h4.432c.252 0 .498 0 .706.017c.229.019.499.063.77.201a2 2 0 0 1 .874.874c.138.271.182.541.201.77c.017.208.017.454.017.706V9.5a1 1 0 1 1-2 0V5.1a8 8 0 0 0-.012-.589zM1.5 13.5a1 1 0 0 1 1 1v4.4a8 8 0 0 0 .011.589h.014c.116.01.278.011.575.011h4.4a1 1 0 1 1 0 2H3.068c-.252 0-.498 0-.706-.017a2 2 0 0 1-.77-.201a2 2 0 0 1-.874-.874a2 2 0 0 1-.201-.77C.5 19.43.5 19.184.5 18.932V14.5a1 1 0 0 1 1-1m21 0a1 1 0 0 1 1 1v4.432c0 .252 0 .498-.017.706a2 2 0 0 1-.201.77a2 2 0 0 1-.874.874a2 2 0 0 1-.77.201c-.208.017-.454.017-.706.017H16.5a1 1 0 1 1 0-2h4.4a8 8 0 0 0 .589-.012v-.013c.01-.116.011-.279.011-.575v-4.4a1 1 0 0 1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function ReiconExpandFilled(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="M3.068 2.5H7.5a1 1 0 0 1 0 2H3.1a8 8 0 0 0-.589.011v.014c-.01.116-.011.278-.011.575v4.4a1 1 0 0 1-2 0V5.068c0-.252 0-.498.017-.706a2 2 0 0 1 .201-.77a2 2 0 0 1 .874-.874a2 2 0 0 1 .77-.201c.208-.017.454-.017.706-.017m18.407 2.01a8 8 0 0 0-.575-.01h-4.4a1 1 0 1 1 0-2h4.432c.252 0 .498 0 .706.017c.229.019.499.063.77.201a2 2 0 0 1 .874.874c.138.271.182.541.201.77c.017.208.017.454.017.706V9.5a1 1 0 1 1-2 0V5.1a8 8 0 0 0-.012-.589zM1.5 13.5a1 1 0 0 1 1 1v4.4a8 8 0 0 0 .011.589h.014c.116.01.278.011.575.011h4.4a1 1 0 1 1 0 2H3.068c-.252 0-.498 0-.706-.017a2 2 0 0 1-.77-.201a2 2 0 0 1-.874-.874a2 2 0 0 1-.201-.77C.5 19.43.5 19.184.5 18.932V14.5a1 1 0 0 1 1-1m21 0a1 1 0 0 1 1 1v4.432c0 .252 0 .498-.017.706a2 2 0 0 1-.201.77a2 2 0 0 1-.874.874a2 2 0 0 1-.77.201c-.208.017-.454.017-.706.017H16.5a1 1 0 1 1 0-2h4.4a8 8 0 0 0 .589-.012v-.013c.01-.116.011-.279.011-.575v-4.4a1 1 0 0 1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.068 2.5H7.5a1 1 0 0 1 0 2H3.1a8 8 0 0 0-.589.011v.014c-.01.116-.011.278-.011.575v4.4a1 1 0 0 1-2 0V5.068c0-.252 0-.498.017-.706a2 2 0 0 1 .201-.77a2 2 0 0 1 .874-.874a2 2 0 0 1 .77-.201c.208-.017.454-.017.706-.017m18.407 2.01a8 8 0 0 0-.575-.01h-4.4a1 1 0 1 1 0-2h4.432c.252 0 .498 0 .706.017c.229.019.499.063.77.201a2 2 0 0 1 .874.874c.138.271.182.541.201.77c.017.208.017.454.017.706V9.5a1 1 0 1 1-2 0V5.1a8 8 0 0 0-.012-.589zM1.5 13.5a1 1 0 0 1 1 1v4.4a8 8 0 0 0 .011.589h.014c.116.01.278.011.575.011h4.4a1 1 0 1 1 0 2H3.068c-.252 0-.498 0-.706-.017a2 2 0 0 1-.77-.201a2 2 0 0 1-.874-.874a2 2 0 0 1-.201-.77C.5 19.43.5 19.184.5 18.932V14.5a1 1 0 0 1 1-1m21 0a1 1 0 0 1 1 1v4.432c0 .252 0 .498-.017.706a2 2 0 0 1-.201.77a2 2 0 0 1-.874.874a2 2 0 0 1-.77.201c-.208.017-.454.017-.706.017H16.5a1 1 0 1 1 0-2h4.4a8 8 0 0 0 .589-.012v-.013c.01-.116.011-.279.011-.575v-4.4a1 1 0 0 1 1-1"/></svg> </template>
CSS
.icon-expand-filled {
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%22M3.068%202.5H7.5a1%201%200%200%201%200%202H3.1a8%208%200%200%200-.589.011v.014c-.01.116-.011.278-.011.575v4.4a1%201%200%200%201-2%200V5.068c0-.252%200-.498.017-.706a2%202%200%200%201%20.201-.77a2%202%200%200%201%20.874-.874a2%202%200%200%201%20.77-.201c.208-.017.454-.017.706-.017m18.407%202.01a8%208%200%200%200-.575-.01h-4.4a1%201%200%201%201%200-2h4.432c.252%200%20.498%200%20.706.017c.229.019.499.063.77.201a2%202%200%200%201%20.874.874c.138.271.182.541.201.77c.017.208.017.454.017.706V9.5a1%201%200%201%201-2%200V5.1a8%208%200%200%200-.012-.589zM1.5%2013.5a1%201%200%200%201%201%201v4.4a8%208%200%200%200%20.011.589h.014c.116.01.278.011.575.011h4.4a1%201%200%201%201%200%202H3.068c-.252%200-.498%200-.706-.017a2%202%200%200%201-.77-.201a2%202%200%200%201-.874-.874a2%202%200%200%201-.201-.77C.5%2019.43.5%2019.184.5%2018.932V14.5a1%201%200%200%201%201-1m21%200a1%201%200%200%201%201%201v4.432c0%20.252%200%20.498-.017.706a2%202%200%200%201-.201.77a2%202%200%200%201-.874.874a2%202%200%200%201-.77.201c-.208.017-.454.017-.706.017H16.5a1%201%200%201%201%200-2h4.4a8%208%200%200%200%20.589-.012v-.013c.01-.116.011-.279.011-.575v-4.4a1%201%200%200%201%201-1%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%22M3.068%202.5H7.5a1%201%200%200%201%200%202H3.1a8%208%200%200%200-.589.011v.014c-.01.116-.011.278-.011.575v4.4a1%201%200%200%201-2%200V5.068c0-.252%200-.498.017-.706a2%202%200%200%201%20.201-.77a2%202%200%200%201%20.874-.874a2%202%200%200%201%20.77-.201c.208-.017.454-.017.706-.017m18.407%202.01a8%208%200%200%200-.575-.01h-4.4a1%201%200%201%201%200-2h4.432c.252%200%20.498%200%20.706.017c.229.019.499.063.77.201a2%202%200%200%201%20.874.874c.138.271.182.541.201.77c.017.208.017.454.017.706V9.5a1%201%200%201%201-2%200V5.1a8%208%200%200%200-.012-.589zM1.5%2013.5a1%201%200%200%201%201%201v4.4a8%208%200%200%200%20.011.589h.014c.116.01.278.011.575.011h4.4a1%201%200%201%201%200%202H3.068c-.252%200-.498%200-.706-.017a2%202%200%200%201-.77-.201a2%202%200%200%201-.874-.874a2%202%200%200%201-.201-.77C.5%2019.43.5%2019.184.5%2018.932V14.5a1%201%200%200%201%201-1m21%200a1%201%200%200%201%201%201v4.432c0%20.252%200%20.498-.017.706a2%202%200%200%201-.201.77a2%202%200%200%201-.874.874a2%202%200%200%201-.77.201c-.208.017-.454.017-.706.017H16.5a1%201%200%201%201%200-2h4.4a8%208%200%200%200%20.589-.012v-.013c.01-.116.011-.279.011-.575v-4.4a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/expand-filled.svg?color=%231a73e8&size=48