Myget Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Myget 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/315265.svg" alt="Myget icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315265.svg" alt="Myget icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315265.svg" alt="Myget icon" :width="24" :height="24" />
CSS background
.icon-myget {
background-image: url('https://proicons.com/icon/315265.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>MyGet</title><path d="M11.96 0 1.1 4.34v14.28L11.9 24l11-5.38V13.8h-3.2v2.87l-7.8 3.83-7.64-3.83V8.02l7.64 3.72 10.8-5.6Zm-.24 3.53L16.02 6l-4.15 2.17-5.22-2.56Z"/></svg>
Copied!