Creators Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Creators 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/324084.svg" alt="Creators icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324084.svg" alt="Creators icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324084.svg" alt="Creators icon" :width="24" :height="24" />
CSS background
.icon-creators {
background-image: url('https://proicons.com/icon/324084.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="d" d="m36.9248,14.1636c-2.6176-2.6094-6.168-4.0754-9.87-4.0754-7.7084,0-13.9573,6.2285-13.9573,13.9118,0,7.6833,6.2489,13.9118,13.9573,13.9118,3.7014,0,7.2511-1.4654,9.8686-4.0739m5.384-25.0406c-4.0452-4.0321-9.5318-6.2972-15.2526-6.2972-11.913,0-21.5704,9.6259-21.5704,21.5,0,11.8741,9.6574,21.5,21.5704,21.5,5.7205,0,11.2067-2.2649,15.2519-6.2965m-10.7663-19.6753c-1.1897-1.1856-2.8032-1.8517-4.4856-1.8517-3.5038,0-6.3442,2.8311-6.3442,6.3235,0,1.6767.6681,3.2848,1.8574,4.4706"/></g></svg>
Copied!