Emoji Love Letter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Love Letter 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/339900.svg" alt="Emoji Love Letter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339900.svg" alt="Emoji Love Letter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339900.svg" alt="Emoji Love Letter icon" :width="24" :height="24" />
CSS background
.icon-emoji-love-letter {
background-image: url('https://proicons.com/icon/339900.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M40.8151,35.6832H7.1636c-.9188,0-1.6636-.7433-1.6636-1.6602V13.6139c0-.7164.5819-1.2972,1.2998-1.2972h34.3672c.7362,0,1.333.5956,1.333,1.3303v20.3547c0,.9286-.7543,1.6814-1.6849,1.6814"/><path id="c" class="e" d="M6.0781,12.8937l16.185,15.6142"/><path id="d" class="e" d="M41.9219,12.8937l-14.8453,14.3659"/><path class="e" d="M29.9601,22.3469c0-1.7736-1.4378-3.2114-3.2114-3.2114-1.1677,0-2.1867.6252-2.7488,1.5572-.5621-.9319-1.5811-1.5572-2.7488-1.5572-1.7736,0-3.2114,1.4378-3.2114,3.2114,0,.4054.0783.7918.2154,1.149,1.0619,3.0543,5.7448,6.406,5.7448,6.406,0,0,4.6828-3.3517,5.7448-6.406.1371-.3572.2154-.7435.2154-1.149h0Z"/></svg>
Copied!