Htc One Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Htc One 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/305878.svg" alt="Htc One icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305878.svg" alt="Htc One icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305878.svg" alt="Htc One icon" :width="24" :height="24" />
CSS background
.icon-htc-one {
background-image: url('https://proicons.com/icon/305878.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="M693 0H317c-28 0-56 18-56 47v895c0 29 28 58 56 58h376c28 0 46-29 46-58V47c0-29-18-47-46-47zm36 942c0 23-15 47-37 47H316c-22 0-45-24-45-47v-21h458v21zm-437-79V95h416v768H292zM729 74H271V47c0-23 23-36 45-36h376c23 0 37 13 37 36v27z"/></svg>
Copied!