My We Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My We 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/329801.svg" alt="My We icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329801.svg" alt="My We icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329801.svg" alt="My We icon" :width="24" :height="24" />
CSS background
.icon-my-we {
background-image: url('https://proicons.com/icon/329801.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><g><path class="c" d="m40.0195,27.5067s0,1.4933-3.1637,1.4933h-8.5546s-3.0118.0253-3.0118-3.5432v-3.5685s-.0253-2.8852,2.6574-2.8852h9.8959s2.531-.1772,2.531,2.2019l.0253,2.7797h-15.0844"/><g><path class="c" d="m15.1753,19v7.7006c0,1.2699-1.0295,2.2994-2.2994,2.2994h-2.9756c-1.2699,0-2.2994-1.0295-2.2994-2.2994v-7.7006"/><path class="c" d="m22.7496,19v7.7006c0,1.2699-1.0295,2.2994-2.2994,2.2994h-2.9756c-1.2699,0-2.2994-1.0295-2.2994-2.2994v-7.7006"/></g></g></svg>
Copied!