Yeti Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Yeti 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/316703.svg" alt="Yeti icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316703.svg" alt="Yeti icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316703.svg" alt="Yeti icon" :width="24" :height="24" />
CSS background
.icon-yeti {
background-image: url('https://proicons.com/icon/316703.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>Yeti</title><path d="M14.575 8.582v1.685h2.183v5.15h2.14v-5.15h2.183V8.583h-6.505ZM0 8.582l2.699 3.972v2.864h2.144v-2.864l2.693-3.971H5.172l-1.398 2.305-1.397-2.305zm8.022 0v6.836h5.84v-1.663h-3.694v-.974H13.3v-1.54h-3.132v-.974h3.589V8.583Zm13.832 0 .001 6.836H24V8.583Z"/></svg>
Copied!