Logo Maker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Logo Maker icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/328650.svg" alt="Logo Maker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328650.svg" alt="Logo Maker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328650.svg" alt="Logo Maker icon" :width="24" :height="24" />
CSS background
.icon-logo-maker {
background-image: url('https://proicons.com/icon/328650.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="j" d="M4.5,13.17300034v21.64699936h13.44799995"/><path id="f" class="j" d="M7.24900007,13.17300034v21.64699936"/><path id="g" class="j" d="M22.26000023,34.82699966v-16.75699997l12.08600044,16.75600052"/><path id="h" class="j" d="M22.16799927,13.29800034l15.66500092,21.52700043"/><path id="i" class="j" d="M32.83399963,27.95599937l10.66600037-14.65799904v21.52700043"/></svg>
Copied!