source environment icon
source-environment-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- source-environment-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- source-environment-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the source environment icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 20V5.25q0-.25.1-.45t.3-.35l4-3q.275-.2.6-.2t.6.2l4 3q.2.15.3.35t.1.45V7h9q.425 0 .713.288T22 8v12q0 .425-.288.713T21 21H3q-.425 0-.712-.288T2 20m2-1h2v-2H4zm0-4h2v-2H4zm0-4h2V9H4zm0-4h2V5H4zm4 0h2V5H8zm0 12h12V9H8zm7-8h2q.425 0 .713.288T18 12t-.288.713T17 13h-2q-.425 0-.712-.288T14 12t.288-.712T15 11m0 4h2q.425 0 .713.288T18 16t-.288.713T17 17h-2q-.425 0-.712-.288T14 16t.288-.712T15 15m-3.287-2.287Q11.425 13 11 13t-.712-.288T10 12t.288-.712T11 11t.713.288T12 12t-.288.713m-1.424 4Q10 16.425 10 16t.288-.712T11 15t.713.288T12 16t-.288.713T11 17t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSourceEnvironmentRounded(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="M2 20V5.25q0-.25.1-.45t.3-.35l4-3q.275-.2.6-.2t.6.2l4 3q.2.15.3.35t.1.45V7h9q.425 0 .713.288T22 8v12q0 .425-.288.713T21 21H3q-.425 0-.712-.288T2 20m2-1h2v-2H4zm0-4h2v-2H4zm0-4h2V9H4zm0-4h2V5H4zm4 0h2V5H8zm0 12h12V9H8zm7-8h2q.425 0 .713.288T18 12t-.288.713T17 13h-2q-.425 0-.712-.288T14 12t.288-.712T15 11m0 4h2q.425 0 .713.288T18 16t-.288.713T17 17h-2q-.425 0-.712-.288T14 16t.288-.712T15 15m-3.287-2.287Q11.425 13 11 13t-.712-.288T10 12t.288-.712T11 11t.713.288T12 12t-.288.713m-1.424 4Q10 16.425 10 16t.288-.712T11 15t.713.288T12 16t-.288.713T11 17t-.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="M2 20V5.25q0-.25.1-.45t.3-.35l4-3q.275-.2.6-.2t.6.2l4 3q.2.15.3.35t.1.45V7h9q.425 0 .713.288T22 8v12q0 .425-.288.713T21 21H3q-.425 0-.712-.288T2 20m2-1h2v-2H4zm0-4h2v-2H4zm0-4h2V9H4zm0-4h2V5H4zm4 0h2V5H8zm0 12h12V9H8zm7-8h2q.425 0 .713.288T18 12t-.288.713T17 13h-2q-.425 0-.712-.288T14 12t.288-.712T15 11m0 4h2q.425 0 .713.288T18 16t-.288.713T17 17h-2q-.425 0-.712-.288T14 16t.288-.712T15 15m-3.287-2.287Q11.425 13 11 13t-.712-.288T10 12t.288-.712T11 11t.713.288T12 12t-.288.713m-1.424 4Q10 16.425 10 16t.288-.712T11 15t.713.288T12 16t-.288.713T11 17t-.712-.288"/></svg> </template>
CSS
.icon-source-environment-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%22M2%2020V5.25q0-.25.1-.45t.3-.35l4-3q.275-.2.6-.2t.6.2l4%203q.2.15.3.35t.1.45V7h9q.425%200%20.713.288T22%208v12q0%20.425-.288.713T21%2021H3q-.425%200-.712-.288T2%2020m2-1h2v-2H4zm0-4h2v-2H4zm0-4h2V9H4zm0-4h2V5H4zm4%200h2V5H8zm0%2012h12V9H8zm7-8h2q.425%200%20.713.288T18%2012t-.288.713T17%2013h-2q-.425%200-.712-.288T14%2012t.288-.712T15%2011m0%204h2q.425%200%20.713.288T18%2016t-.288.713T17%2017h-2q-.425%200-.712-.288T14%2016t.288-.712T15%2015m-3.287-2.287Q11.425%2013%2011%2013t-.712-.288T10%2012t.288-.712T11%2011t.713.288T12%2012t-.288.713m-1.424%204Q10%2016.425%2010%2016t.288-.712T11%2015t.713.288T12%2016t-.288.713T11%2017t-.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%22M2%2020V5.25q0-.25.1-.45t.3-.35l4-3q.275-.2.6-.2t.6.2l4%203q.2.15.3.35t.1.45V7h9q.425%200%20.713.288T22%208v12q0%20.425-.288.713T21%2021H3q-.425%200-.712-.288T2%2020m2-1h2v-2H4zm0-4h2v-2H4zm0-4h2V9H4zm0-4h2V5H4zm4%200h2V5H8zm0%2012h12V9H8zm7-8h2q.425%200%20.713.288T18%2012t-.288.713T17%2013h-2q-.425%200-.712-.288T14%2012t.288-.712T15%2011m0%204h2q.425%200%20.713.288T18%2016t-.288.713T17%2017h-2q-.425%200-.712-.288T14%2016t.288-.712T15%2015m-3.287-2.287Q11.425%2013%2011%2013t-.712-.288T10%2012t.288-.712T11%2011t.713.288T12%2012t-.288.713m-1.424%204Q10%2016.425%2010%2016t.288-.712T11%2015t.713.288T12%2016t-.288.713T11%2017t-.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/source-environment-rounded.svg?color=%231a73e8&size=48