Logo Maker Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Logo Maker Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/328651.svg" alt="Logo Maker Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328651.svg" alt="Logo Maker Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328651.svg" alt="Logo Maker Plus icon" :width="24" :height="24" />
CSS background
.icon-logo-maker-plus {
background-image: url('https://proicons.com/icon/328651.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m31.9308,22.6595v-1.2553c0-1.4717-1.1931-2.6649-2.6649-2.6649h-.3882v3.9202h-1.2554c-1.4717,0-2.6649,1.1931-2.6649,2.6649v.3883h3.9202v1.2553c0,1.4718,1.1931,2.6649,2.6649,2.6649h.3883v-3.9202h1.2553c1.4718,0,2.6649-1.1931,2.6649-2.6649v-.3883h-3.9202Z"/><path class="b" d="m21.7717,39.36c-.7244,0-1.3117-.5873-1.3117-1.3117v-22.0283c0-3.12-2.53-5.66-5.66-5.66h-.29v22.0283c0,.7244.5873,1.3117,1.3117,1.3117h10.8383c3.13,0,5.66,2.54,5.66,5.66h-10.5483Z"/></svg>
Copied!