Imessage Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Imessage 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/314741.svg" alt="Imessage icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314741.svg" alt="Imessage icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314741.svg" alt="Imessage icon" :width="24" :height="24" />
CSS background
.icon-imessage {
background-image: url('https://proicons.com/icon/314741.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>iMessage</title><path d="M5.285 0A5.273 5.273 0 0 0 0 5.285v13.43A5.273 5.273 0 0 0 5.285 24h13.43A5.273 5.273 0 0 0 24 18.715V5.285A5.273 5.273 0 0 0 18.715 0ZM12 4.154a8.809 7.337 0 0 1 8.809 7.338A8.809 7.337 0 0 1 12 18.828a8.809 7.337 0 0 1-2.492-.303A8.656 7.337 0 0 1 5.93 19.93a9.929 7.337 0 0 0 1.54-2.155 8.809 7.337 0 0 1-4.279-6.283A8.809 7.337 0 0 1 12 4.154"/></svg>
Copied!