Mastercomfig Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Mastercomfig 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/315125.svg" alt="Mastercomfig icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315125.svg" alt="Mastercomfig icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315125.svg" alt="Mastercomfig icon" :width="24" :height="24" />
CSS background
.icon-mastercomfig {
background-image: url('https://proicons.com/icon/315125.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>mastercomfig</title><path d="M12 0C5.479 0 .174 5.304.174 11.826V24h1.337v-6.716C3.486 21.064 7.446 23.65 12 23.65c4.554 0 8.514-2.586 10.49-6.367V24h1.336V11.826h-1.337c0 5.798-4.69 10.489-10.489 10.489-5.798 0-10.49-4.691-10.49-10.49C1.51 6.028 6.203 1.338 12 1.338zm0 3.72a8.107 8.107 0 100 16.214 8.107 8.107 0 000-16.215zm0 1.336a6.77 6.77 0 110 13.538 6.77 6.77 0 010-13.538z"/></svg>
Copied!