Ember Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ember 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/305582.svg" alt="Ember icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305582.svg" alt="Ember icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305582.svg" alt="Ember icon" :width="24" :height="24" />
CSS background
.icon-ember {
background-image: url('https://proicons.com/icon/305582.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M857 364c-13 47-63 71-63 71C679 144 530 62 530 62c-7 94-119 167-119 167l-79-41c13 66-27 128-27 128-163 106-100 324-100 324l-69-32c51 373 366 328 366 328 448-3 355-572 355-572zM490 866c-269-2-214-344-214-344 8 29 38 43 38 43 69-175 159-223 159-223 4 55 71 100 71 100l47-25c-7 40 17 77 17 77 97 63 60 194 60 194l41-19c-31 224-219 197-219 197z"/></svg>
Copied!