Wyze Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Wyze 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/316673.svg" alt="Wyze icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316673.svg" alt="Wyze icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316673.svg" alt="Wyze icon" :width="24" :height="24" />
CSS background
.icon-wyze {
background-image: url('https://proicons.com/icon/316673.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>Wyze</title><path d="M5.475 13.171 7.3 9.469h.974L5.779 14.53h-.608l-1.034-2.082-1.034 2.082h-.609L0 9.469h.973l1.826 3.673.851-1.706-.973-1.967h.973l1.825 3.702Zm8.457-3.702-2.251 3.442v1.591h-.882v-1.591L8.517 9.469h1.034l1.673 2.545 1.673-2.545h1.035Zm5.444 4.194H24v.867h-4.624v-.867Zm0-4.194H24v.868h-4.624v-.868Zm0 2.083H24v.867h-4.624v-.867Zm-.273-2.083-3.438 4.223h3.133v.838H13.84l3.407-4.222h-3.042v-.839h4.898Z"/></svg>
Copied!