all-out-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
all-out-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the all out icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 21H5q-.825 0-1.412-.587T3 19v-2q0-.425.288-.712T4 16t.713.288T5 17v2h2q.425 0 .713.288T8 20t-.288.713T7 21m12 0h-2q-.425 0-.712-.288T16 20t.288-.712T17 19h2v-2q0-.425.288-.712T20 16t.713.288T21 17v2q0 .825-.587 1.413T19 21M7.05 16.95Q5 14.9 5 12t2.05-4.95T12 5t4.95 2.05T19 12t-2.05 4.95T12 19t-4.95-2.05M3 5q0-.825.588-1.412T5 3h2q.425 0 .713.288T8 4t-.288.713T7 5H5v2q0 .425-.288.713T4 8t-.712-.288T3 7zm16.288 2.713Q19 7.425 19 7V5h-2q-.425 0-.712-.288T16 4t.288-.712T17 3h2q.825 0 1.413.588T21 5v2q0 .425-.288.713T20 8t-.712-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAllOutRounded(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="M7 21H5q-.825 0-1.412-.587T3 19v-2q0-.425.288-.712T4 16t.713.288T5 17v2h2q.425 0 .713.288T8 20t-.288.713T7 21m12 0h-2q-.425 0-.712-.288T16 20t.288-.712T17 19h2v-2q0-.425.288-.712T20 16t.713.288T21 17v2q0 .825-.587 1.413T19 21M7.05 16.95Q5 14.9 5 12t2.05-4.95T12 5t4.95 2.05T19 12t-2.05 4.95T12 19t-4.95-2.05M3 5q0-.825.588-1.412T5 3h2q.425 0 .713.288T8 4t-.288.713T7 5H5v2q0 .425-.288.713T4 8t-.712-.288T3 7zm16.288 2.713Q19 7.425 19 7V5h-2q-.425 0-.712-.288T16 4t.288-.712T17 3h2q.825 0 1.413.588T21 5v2q0 .425-.288.713T20 8t-.712-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 21H5q-.825 0-1.412-.587T3 19v-2q0-.425.288-.712T4 16t.713.288T5 17v2h2q.425 0 .713.288T8 20t-.288.713T7 21m12 0h-2q-.425 0-.712-.288T16 20t.288-.712T17 19h2v-2q0-.425.288-.712T20 16t.713.288T21 17v2q0 .825-.587 1.413T19 21M7.05 16.95Q5 14.9 5 12t2.05-4.95T12 5t4.95 2.05T19 12t-2.05 4.95T12 19t-4.95-2.05M3 5q0-.825.588-1.412T5 3h2q.425 0 .713.288T8 4t-.288.713T7 5H5v2q0 .425-.288.713T4 8t-.712-.288T3 7zm16.288 2.713Q19 7.425 19 7V5h-2q-.425 0-.712-.288T16 4t.288-.712T17 3h2q.825 0 1.413.588T21 5v2q0 .425-.288.713T20 8t-.712-.288"/></svg>
</template>

CSS

.icon-all-out-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%22M7%2021H5q-.825%200-1.412-.587T3%2019v-2q0-.425.288-.712T4%2016t.713.288T5%2017v2h2q.425%200%20.713.288T8%2020t-.288.713T7%2021m12%200h-2q-.425%200-.712-.288T16%2020t.288-.712T17%2019h2v-2q0-.425.288-.712T20%2016t.713.288T21%2017v2q0%20.825-.587%201.413T19%2021M7.05%2016.95Q5%2014.9%205%2012t2.05-4.95T12%205t4.95%202.05T19%2012t-2.05%204.95T12%2019t-4.95-2.05M3%205q0-.825.588-1.412T5%203h2q.425%200%20.713.288T8%204t-.288.713T7%205H5v2q0%20.425-.288.713T4%208t-.712-.288T3%207zm16.288%202.713Q19%207.425%2019%207V5h-2q-.425%200-.712-.288T16%204t.288-.712T17%203h2q.825%200%201.413.588T21%205v2q0%20.425-.288.713T20%208t-.712-.288%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%22M7%2021H5q-.825%200-1.412-.587T3%2019v-2q0-.425.288-.712T4%2016t.713.288T5%2017v2h2q.425%200%20.713.288T8%2020t-.288.713T7%2021m12%200h-2q-.425%200-.712-.288T16%2020t.288-.712T17%2019h2v-2q0-.425.288-.712T20%2016t.713.288T21%2017v2q0%20.825-.587%201.413T19%2021M7.05%2016.95Q5%2014.9%205%2012t2.05-4.95T12%205t4.95%202.05T19%2012t-2.05%204.95T12%2019t-4.95-2.05M3%205q0-.825.588-1.412T5%203h2q.425%200%20.713.288T8%204t-.288.713T7%205H5v2q0%20.425-.288.713T4%208t-.712-.288T3%207zm16.288%202.713Q19%207.425%2019%207V5h-2q-.425%200-.712-.288T16%204t.288-.712T17%203h2q.825%200%201.413.588T21%205v2q0%20.425-.288.713T20%208t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/all-out-rounded.svg?color=%231a73e8&size=48