compress icon
compress-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- compress-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All compress icons →More ui icons from Reicon
Use the compress icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.525 8.49c.116.01.279.01.575.01h4.4a1 1 0 1 1 0 2h-4.432c-.252 0-.498 0-.706-.017a2 2 0 0 1-.77-.201a2 2 0 0 1-.874-.874a2 2 0 0 1-.201-.77c-.017-.208-.017-.454-.017-.706V3.5a1 1 0 1 1 2 0v4.4c0 .297 0 .459.01.575l.002.014zM6.5 20.5a1 1 0 1 0 2 0v-4.432c0-.252 0-.498-.017-.706a2 2 0 0 0-.201-.77a2 2 0 0 0-.874-.874a2 2 0 0 0-.77-.201c-.208-.017-.454-.017-.706-.017H1.5a1 1 0 1 0 0 2h4.4c.297 0 .459 0 .575.01l.014.002v.013c.01.116.011.278.011.575zm9 0a1 1 0 1 0 2 0v-4.4c0-.297 0-.459.01-.575l.002-.014h.013c.116-.01.279-.011.575-.011h4.4a1 1 0 1 0 0-2h-4.432c-.252 0-.498 0-.706.017a2 2 0 0 0-.77.201a2 2 0 0 0-.874.874a2 2 0 0 0-.201.77c-.017.208-.017.454-.017.706zm-9.568-10c.252 0 .498 0 .706-.017a2 2 0 0 0 .77-.201a2 2 0 0 0 .874-.874a2 2 0 0 0 .201-.77c.017-.208.017-.454.017-.706V3.5a1 1 0 1 0-2 0v4.4c0 .297 0 .459-.01.575l-.001.014h-.014c-.116.01-.278.011-.575.011H1.5a1 1 0 1 0 0 2z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconCompressFilled(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="M17.525 8.49c.116.01.279.01.575.01h4.4a1 1 0 1 1 0 2h-4.432c-.252 0-.498 0-.706-.017a2 2 0 0 1-.77-.201a2 2 0 0 1-.874-.874a2 2 0 0 1-.201-.77c-.017-.208-.017-.454-.017-.706V3.5a1 1 0 1 1 2 0v4.4c0 .297 0 .459.01.575l.002.014zM6.5 20.5a1 1 0 1 0 2 0v-4.432c0-.252 0-.498-.017-.706a2 2 0 0 0-.201-.77a2 2 0 0 0-.874-.874a2 2 0 0 0-.77-.201c-.208-.017-.454-.017-.706-.017H1.5a1 1 0 1 0 0 2h4.4c.297 0 .459 0 .575.01l.014.002v.013c.01.116.011.278.011.575zm9 0a1 1 0 1 0 2 0v-4.4c0-.297 0-.459.01-.575l.002-.014h.013c.116-.01.279-.011.575-.011h4.4a1 1 0 1 0 0-2h-4.432c-.252 0-.498 0-.706.017a2 2 0 0 0-.77.201a2 2 0 0 0-.874.874a2 2 0 0 0-.201.77c-.017.208-.017.454-.017.706zm-9.568-10c.252 0 .498 0 .706-.017a2 2 0 0 0 .77-.201a2 2 0 0 0 .874-.874a2 2 0 0 0 .201-.77c.017-.208.017-.454.017-.706V3.5a1 1 0 1 0-2 0v4.4c0 .297 0 .459-.01.575l-.001.014h-.014c-.116.01-.278.011-.575.011H1.5a1 1 0 1 0 0 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.525 8.49c.116.01.279.01.575.01h4.4a1 1 0 1 1 0 2h-4.432c-.252 0-.498 0-.706-.017a2 2 0 0 1-.77-.201a2 2 0 0 1-.874-.874a2 2 0 0 1-.201-.77c-.017-.208-.017-.454-.017-.706V3.5a1 1 0 1 1 2 0v4.4c0 .297 0 .459.01.575l.002.014zM6.5 20.5a1 1 0 1 0 2 0v-4.432c0-.252 0-.498-.017-.706a2 2 0 0 0-.201-.77a2 2 0 0 0-.874-.874a2 2 0 0 0-.77-.201c-.208-.017-.454-.017-.706-.017H1.5a1 1 0 1 0 0 2h4.4c.297 0 .459 0 .575.01l.014.002v.013c.01.116.011.278.011.575zm9 0a1 1 0 1 0 2 0v-4.4c0-.297 0-.459.01-.575l.002-.014h.013c.116-.01.279-.011.575-.011h4.4a1 1 0 1 0 0-2h-4.432c-.252 0-.498 0-.706.017a2 2 0 0 0-.77.201a2 2 0 0 0-.874.874a2 2 0 0 0-.201.77c-.017.208-.017.454-.017.706zm-9.568-10c.252 0 .498 0 .706-.017a2 2 0 0 0 .77-.201a2 2 0 0 0 .874-.874a2 2 0 0 0 .201-.77c.017-.208.017-.454.017-.706V3.5a1 1 0 1 0-2 0v4.4c0 .297 0 .459-.01.575l-.001.014h-.014c-.116.01-.278.011-.575.011H1.5a1 1 0 1 0 0 2z"/></svg> </template>
CSS
.icon-compress-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%22M17.525%208.49c.116.01.279.01.575.01h4.4a1%201%200%201%201%200%202h-4.432c-.252%200-.498%200-.706-.017a2%202%200%200%201-.77-.201a2%202%200%200%201-.874-.874a2%202%200%200%201-.201-.77c-.017-.208-.017-.454-.017-.706V3.5a1%201%200%201%201%202%200v4.4c0%20.297%200%20.459.01.575l.002.014zM6.5%2020.5a1%201%200%201%200%202%200v-4.432c0-.252%200-.498-.017-.706a2%202%200%200%200-.201-.77a2%202%200%200%200-.874-.874a2%202%200%200%200-.77-.201c-.208-.017-.454-.017-.706-.017H1.5a1%201%200%201%200%200%202h4.4c.297%200%20.459%200%20.575.01l.014.002v.013c.01.116.011.278.011.575zm9%200a1%201%200%201%200%202%200v-4.4c0-.297%200-.459.01-.575l.002-.014h.013c.116-.01.279-.011.575-.011h4.4a1%201%200%201%200%200-2h-4.432c-.252%200-.498%200-.706.017a2%202%200%200%200-.77.201a2%202%200%200%200-.874.874a2%202%200%200%200-.201.77c-.017.208-.017.454-.017.706zm-9.568-10c.252%200%20.498%200%20.706-.017a2%202%200%200%200%20.77-.201a2%202%200%200%200%20.874-.874a2%202%200%200%200%20.201-.77c.017-.208.017-.454.017-.706V3.5a1%201%200%201%200-2%200v4.4c0%20.297%200%20.459-.01.575l-.001.014h-.014c-.116.01-.278.011-.575.011H1.5a1%201%200%201%200%200%202z%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%22M17.525%208.49c.116.01.279.01.575.01h4.4a1%201%200%201%201%200%202h-4.432c-.252%200-.498%200-.706-.017a2%202%200%200%201-.77-.201a2%202%200%200%201-.874-.874a2%202%200%200%201-.201-.77c-.017-.208-.017-.454-.017-.706V3.5a1%201%200%201%201%202%200v4.4c0%20.297%200%20.459.01.575l.002.014zM6.5%2020.5a1%201%200%201%200%202%200v-4.432c0-.252%200-.498-.017-.706a2%202%200%200%200-.201-.77a2%202%200%200%200-.874-.874a2%202%200%200%200-.77-.201c-.208-.017-.454-.017-.706-.017H1.5a1%201%200%201%200%200%202h4.4c.297%200%20.459%200%20.575.01l.014.002v.013c.01.116.011.278.011.575zm9%200a1%201%200%201%200%202%200v-4.4c0-.297%200-.459.01-.575l.002-.014h.013c.116-.01.279-.011.575-.011h4.4a1%201%200%201%200%200-2h-4.432c-.252%200-.498%200-.706.017a2%202%200%200%200-.77.201a2%202%200%200%200-.874.874a2%202%200%200%200-.201.77c-.017.208-.017.454-.017.706zm-9.568-10c.252%200%20.498%200%20.706-.017a2%202%200%200%200%20.77-.201a2%202%200%200%200%20.874-.874a2%202%200%200%200%20.201-.77c.017-.208.017-.454.017-.706V3.5a1%201%200%201%200-2%200v4.4c0%20.297%200%20.459-.01.575l-.001.014h-.014c-.116.01-.278.011-.575.011H1.5a1%201%200%201%200%200%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/compress-filled.svg?color=%231a73e8&size=48