add-business-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
add-business-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

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 19h-2.5q-.213 0-.356-.144T15 18.499t.144-.356T15.5 18H18v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 19H19v2.5q0 .213-.144.356t-.357.144t-.356-.144T18 21.5zm-13.961.5q-.344 0-.576-.232t-.232-.576V13.5h-.445q-.378 0-.63-.305t-.152-.684l1-4.384q.061-.274.288-.45q.226-.177.514-.177h12.388q.288 0 .514.176q.227.177.288.451l1 4.384q.1.38-.152.684t-.63.305h-.445v2.77q0 .212-.144.356t-.356.143t-.356-.143t-.144-.357V13.5h-4.538v5.192q0 .344-.232.576t-.576.232zm.192-1h6v-5h-6zm-.577-13q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h12.692q.213 0 .356.144t.144.357t-.144.356t-.356.143z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAddBusinessRounded(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 19h-2.5q-.213 0-.356-.144T15 18.499t.144-.356T15.5 18H18v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 19H19v2.5q0 .213-.144.356t-.357.144t-.356-.144T18 21.5zm-13.961.5q-.344 0-.576-.232t-.232-.576V13.5h-.445q-.378 0-.63-.305t-.152-.684l1-4.384q.061-.274.288-.45q.226-.177.514-.177h12.388q.288 0 .514.176q.227.177.288.451l1 4.384q.1.38-.152.684t-.63.305h-.445v2.77q0 .212-.144.356t-.356.143t-.356-.143t-.144-.357V13.5h-4.538v5.192q0 .344-.232.576t-.576.232zm.192-1h6v-5h-6zm-.577-13q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h12.692q.213 0 .356.144t.144.357t-.144.356t-.356.143z"/></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 19h-2.5q-.213 0-.356-.144T15 18.499t.144-.356T15.5 18H18v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 19H19v2.5q0 .213-.144.356t-.357.144t-.356-.144T18 21.5zm-13.961.5q-.344 0-.576-.232t-.232-.576V13.5h-.445q-.378 0-.63-.305t-.152-.684l1-4.384q.061-.274.288-.45q.226-.177.514-.177h12.388q.288 0 .514.176q.227.177.288.451l1 4.384q.1.38-.152.684t-.63.305h-.445v2.77q0 .212-.144.356t-.356.143t-.356-.143t-.144-.357V13.5h-4.538v5.192q0 .344-.232.576t-.576.232zm.192-1h6v-5h-6zm-.577-13q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h12.692q.213 0 .356.144t.144.357t-.144.356t-.356.143z"/></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%2019h-2.5q-.213%200-.356-.144T15%2018.499t.144-.356T15.5%2018H18v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h2.5q.213%200%20.356.144t.144.357t-.144.356T21.5%2019H19v2.5q0%20.213-.144.356t-.357.144t-.356-.144T18%2021.5zm-13.961.5q-.344%200-.576-.232t-.232-.576V13.5h-.445q-.378%200-.63-.305t-.152-.684l1-4.384q.061-.274.288-.45q.226-.177.514-.177h12.388q.288%200%20.514.176q.227.177.288.451l1%204.384q.1.38-.152.684t-.63.305h-.445v2.77q0%20.212-.144.356t-.356.143t-.356-.143t-.144-.357V13.5h-4.538v5.192q0%20.344-.232.576t-.576.232zm.192-1h6v-5h-6zm-.577-13q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h12.692q.213%200%20.356.144t.144.357t-.144.356t-.356.143z%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%2019h-2.5q-.213%200-.356-.144T15%2018.499t.144-.356T15.5%2018H18v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h2.5q.213%200%20.356.144t.144.357t-.144.356T21.5%2019H19v2.5q0%20.213-.144.356t-.357.144t-.356-.144T18%2021.5zm-13.961.5q-.344%200-.576-.232t-.232-.576V13.5h-.445q-.378%200-.63-.305t-.152-.684l1-4.384q.061-.274.288-.45q.226-.177.514-.177h12.388q.288%200%20.514.176q.227.177.288.451l1%204.384q.1.38-.152.684t-.63.305h-.445v2.77q0%20.212-.144.356t-.356.143t-.356-.143t-.144-.357V13.5h-4.538v5.192q0%20.344-.232.576t-.576.232zm.192-1h6v-5h-6zm-.577-13q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h12.692q.213%200%20.356.144t.144.357t-.144.356t-.356.143z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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