foundation-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
foundation-rounded
Set
Material Symbols
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
foundation-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the foundation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 17v3q0 .425-.288.713T6 21t-.712-.288T5 20v-3H4q-.425 0-.712-.288T3 16t.288-.712T4 15h1v-4.15l-2 1.525q-.35.25-.75.213T1.6 12.2t-.2-.75t.4-.65l8.975-6.875q.275-.2.588-.3t.637-.1t.638.1t.587.3L22.2 10.8q.325.25.388.65t-.188.75t-.65.388t-.75-.213l-2-1.525V15h1q.425 0 .713.288T21 16t-.288.713T20 17h-1v3q0 .425-.288.713T18 21t-.712-.288T17 20v-3h-4v3q0 .425-.288.713T12 21t-.712-.288T11 20v-3zm0-2h4V6.275l-4 3.05zm6 0h4V9.325l-4-3.05z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFoundationRounded(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 17v3q0 .425-.288.713T6 21t-.712-.288T5 20v-3H4q-.425 0-.712-.288T3 16t.288-.712T4 15h1v-4.15l-2 1.525q-.35.25-.75.213T1.6 12.2t-.2-.75t.4-.65l8.975-6.875q.275-.2.588-.3t.637-.1t.638.1t.587.3L22.2 10.8q.325.25.388.65t-.188.75t-.65.388t-.75-.213l-2-1.525V15h1q.425 0 .713.288T21 16t-.288.713T20 17h-1v3q0 .425-.288.713T18 21t-.712-.288T17 20v-3h-4v3q0 .425-.288.713T12 21t-.712-.288T11 20v-3zm0-2h4V6.275l-4 3.05zm6 0h4V9.325l-4-3.05z"/></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 17v3q0 .425-.288.713T6 21t-.712-.288T5 20v-3H4q-.425 0-.712-.288T3 16t.288-.712T4 15h1v-4.15l-2 1.525q-.35.25-.75.213T1.6 12.2t-.2-.75t.4-.65l8.975-6.875q.275-.2.588-.3t.637-.1t.638.1t.587.3L22.2 10.8q.325.25.388.65t-.188.75t-.65.388t-.75-.213l-2-1.525V15h1q.425 0 .713.288T21 16t-.288.713T20 17h-1v3q0 .425-.288.713T18 21t-.712-.288T17 20v-3h-4v3q0 .425-.288.713T12 21t-.712-.288T11 20v-3zm0-2h4V6.275l-4 3.05zm6 0h4V9.325l-4-3.05z"/></svg>
</template>

CSS

.icon-foundation-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%2017v3q0%20.425-.288.713T6%2021t-.712-.288T5%2020v-3H4q-.425%200-.712-.288T3%2016t.288-.712T4%2015h1v-4.15l-2%201.525q-.35.25-.75.213T1.6%2012.2t-.2-.75t.4-.65l8.975-6.875q.275-.2.588-.3t.637-.1t.638.1t.587.3L22.2%2010.8q.325.25.388.65t-.188.75t-.65.388t-.75-.213l-2-1.525V15h1q.425%200%20.713.288T21%2016t-.288.713T20%2017h-1v3q0%20.425-.288.713T18%2021t-.712-.288T17%2020v-3h-4v3q0%20.425-.288.713T12%2021t-.712-.288T11%2020v-3zm0-2h4V6.275l-4%203.05zm6%200h4V9.325l-4-3.05z%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%2017v3q0%20.425-.288.713T6%2021t-.712-.288T5%2020v-3H4q-.425%200-.712-.288T3%2016t.288-.712T4%2015h1v-4.15l-2%201.525q-.35.25-.75.213T1.6%2012.2t-.2-.75t.4-.65l8.975-6.875q.275-.2.588-.3t.637-.1t.638.1t.587.3L22.2%2010.8q.325.25.388.65t-.188.75t-.65.388t-.75-.213l-2-1.525V15h1q.425%200%20.713.288T21%2016t-.288.713T20%2017h-1v3q0%20.425-.288.713T18%2021t-.712-.288T17%2020v-3h-4v3q0%20.425-.288.713T12%2021t-.712-.288T11%2020v-3zm0-2h4V6.275l-4%203.05zm6%200h4V9.325l-4-3.05z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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