add business icon
add-business-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- add-business-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the add business icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 20h-2q-.425 0-.712-.288T15 19t.288-.712T16 18h2v-2q0-.425.288-.712T19 15t.713.288T20 16v2h2q.425 0 .713.288T23 19t-.288.713T22 20h-2v2q0 .425-.288.713T19 23t-.712-.288T18 22zM3 20q-.425 0-.712-.288T2 19v-5h-.175q-.475 0-.775-.363t-.2-.837l1-5q.075-.35.35-.575T2.825 7h13.35q.35 0 .625.225t.35.575l1 5q.1.475-.2.838t-.775.362H17v2q0 .425-.288.713T16 17t-.712-.288T15 16v-2h-4v5q0 .425-.288.713T10 20zm1-2h5v-4H4zM3 6q-.425 0-.712-.288T2 5t.288-.712T3 4h13q.425 0 .713.288T17 5t-.288.713T16 6z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAddBusinessRounded(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="M18 20h-2q-.425 0-.712-.288T15 19t.288-.712T16 18h2v-2q0-.425.288-.712T19 15t.713.288T20 16v2h2q.425 0 .713.288T23 19t-.288.713T22 20h-2v2q0 .425-.288.713T19 23t-.712-.288T18 22zM3 20q-.425 0-.712-.288T2 19v-5h-.175q-.475 0-.775-.363t-.2-.837l1-5q.075-.35.35-.575T2.825 7h13.35q.35 0 .625.225t.35.575l1 5q.1.475-.2.838t-.775.362H17v2q0 .425-.288.713T16 17t-.712-.288T15 16v-2h-4v5q0 .425-.288.713T10 20zm1-2h5v-4H4zM3 6q-.425 0-.712-.288T2 5t.288-.712T3 4h13q.425 0 .713.288T17 5t-.288.713T16 6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 20h-2q-.425 0-.712-.288T15 19t.288-.712T16 18h2v-2q0-.425.288-.712T19 15t.713.288T20 16v2h2q.425 0 .713.288T23 19t-.288.713T22 20h-2v2q0 .425-.288.713T19 23t-.712-.288T18 22zM3 20q-.425 0-.712-.288T2 19v-5h-.175q-.475 0-.775-.363t-.2-.837l1-5q.075-.35.35-.575T2.825 7h13.35q.35 0 .625.225t.35.575l1 5q.1.475-.2.838t-.775.362H17v2q0 .425-.288.713T16 17t-.712-.288T15 16v-2h-4v5q0 .425-.288.713T10 20zm1-2h5v-4H4zM3 6q-.425 0-.712-.288T2 5t.288-.712T3 4h13q.425 0 .713.288T17 5t-.288.713T16 6z"/></svg> </template>
CSS
.icon-add-business-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%22M18%2020h-2q-.425%200-.712-.288T15%2019t.288-.712T16%2018h2v-2q0-.425.288-.712T19%2015t.713.288T20%2016v2h2q.425%200%20.713.288T23%2019t-.288.713T22%2020h-2v2q0%20.425-.288.713T19%2023t-.712-.288T18%2022zM3%2020q-.425%200-.712-.288T2%2019v-5h-.175q-.475%200-.775-.363t-.2-.837l1-5q.075-.35.35-.575T2.825%207h13.35q.35%200%20.625.225t.35.575l1%205q.1.475-.2.838t-.775.362H17v2q0%20.425-.288.713T16%2017t-.712-.288T15%2016v-2h-4v5q0%20.425-.288.713T10%2020zm1-2h5v-4H4zM3%206q-.425%200-.712-.288T2%205t.288-.712T3%204h13q.425%200%20.713.288T17%205t-.288.713T16%206z%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%22M18%2020h-2q-.425%200-.712-.288T15%2019t.288-.712T16%2018h2v-2q0-.425.288-.712T19%2015t.713.288T20%2016v2h2q.425%200%20.713.288T23%2019t-.288.713T22%2020h-2v2q0%20.425-.288.713T19%2023t-.712-.288T18%2022zM3%2020q-.425%200-.712-.288T2%2019v-5h-.175q-.475%200-.775-.363t-.2-.837l1-5q.075-.35.35-.575T2.825%207h13.35q.35%200%20.625.225t.35.575l1%205q.1.475-.2.838t-.775.362H17v2q0%20.425-.288.713T16%2017t-.712-.288T15%2016v-2h-4v5q0%20.425-.288.713T10%2020zm1-2h5v-4H4zM3%206q-.425%200-.712-.288T2%205t.288-.712T3%204h13q.425%200%20.713.288T17%205t-.288.713T16%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/add-business-rounded.svg?color=%231a73e8&size=48