compress icon
compress-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- compress-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- compress-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
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="M5 14q-.425 0-.712-.288T4 13t.288-.712T5 12h14q.425 0 .713.288T20 13t-.288.713T19 14zm0-3q-.425 0-.712-.288T4 10t.288-.712T5 9h14q.425 0 .713.288T20 10t-.288.713T19 11zm6.288 10.713Q11 21.425 11 21v-2.2l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.212t.375-.063t.375.063t.325.212l2.6 2.6q.275.275.287.688t-.287.712q-.275.275-.687.288t-.713-.263l-.9-.875V21q0 .425-.288.713T12 22t-.712-.288m.337-14.2Q11.45 7.45 11.3 7.3L8.7 4.7q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9V2q0-.425.288-.712T12 1t.713.288T13 2v2.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6 2.6q-.15.15-.325.213T12 7.575t-.375-.062"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCompressRounded(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="M5 14q-.425 0-.712-.288T4 13t.288-.712T5 12h14q.425 0 .713.288T20 13t-.288.713T19 14zm0-3q-.425 0-.712-.288T4 10t.288-.712T5 9h14q.425 0 .713.288T20 10t-.288.713T19 11zm6.288 10.713Q11 21.425 11 21v-2.2l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.212t.375-.063t.375.063t.325.212l2.6 2.6q.275.275.287.688t-.287.712q-.275.275-.687.288t-.713-.263l-.9-.875V21q0 .425-.288.713T12 22t-.712-.288m.337-14.2Q11.45 7.45 11.3 7.3L8.7 4.7q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9V2q0-.425.288-.712T12 1t.713.288T13 2v2.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6 2.6q-.15.15-.325.213T12 7.575t-.375-.062"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 14q-.425 0-.712-.288T4 13t.288-.712T5 12h14q.425 0 .713.288T20 13t-.288.713T19 14zm0-3q-.425 0-.712-.288T4 10t.288-.712T5 9h14q.425 0 .713.288T20 10t-.288.713T19 11zm6.288 10.713Q11 21.425 11 21v-2.2l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.212t.375-.063t.375.063t.325.212l2.6 2.6q.275.275.287.688t-.287.712q-.275.275-.687.288t-.713-.263l-.9-.875V21q0 .425-.288.713T12 22t-.712-.288m.337-14.2Q11.45 7.45 11.3 7.3L8.7 4.7q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9V2q0-.425.288-.712T12 1t.713.288T13 2v2.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6 2.6q-.15.15-.325.213T12 7.575t-.375-.062"/></svg> </template>
CSS
.icon-compress-rounded {
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%22M5%2014q-.425%200-.712-.288T4%2013t.288-.712T5%2012h14q.425%200%20.713.288T20%2013t-.288.713T19%2014zm0-3q-.425%200-.712-.288T4%2010t.288-.712T5%209h14q.425%200%20.713.288T20%2010t-.288.713T19%2011zm6.288%2010.713Q11%2021.425%2011%2021v-2.2l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.212t.375-.063t.375.063t.325.212l2.6%202.6q.275.275.287.688t-.287.712q-.275.275-.687.288t-.713-.263l-.9-.875V21q0%20.425-.288.713T12%2022t-.712-.288m.337-14.2Q11.45%207.45%2011.3%207.3L8.7%204.7q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9V2q0-.425.288-.712T12%201t.713.288T13%202v2.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6%202.6q-.15.15-.325.213T12%207.575t-.375-.062%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%22M5%2014q-.425%200-.712-.288T4%2013t.288-.712T5%2012h14q.425%200%20.713.288T20%2013t-.288.713T19%2014zm0-3q-.425%200-.712-.288T4%2010t.288-.712T5%209h14q.425%200%20.713.288T20%2010t-.288.713T19%2011zm6.288%2010.713Q11%2021.425%2011%2021v-2.2l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.212t.375-.063t.375.063t.325.212l2.6%202.6q.275.275.287.688t-.287.712q-.275.275-.687.288t-.713-.263l-.9-.875V21q0%20.425-.288.713T12%2022t-.712-.288m.337-14.2Q11.45%207.45%2011.3%207.3L8.7%204.7q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9V2q0-.425.288-.712T12%201t.713.288T13%202v2.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6%202.6q-.15.15-.325.213T12%207.575t-.375-.062%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/compress-rounded.svg?color=%231a73e8&size=48