Emoji Briefs Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Briefs 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/325145.svg" alt="Emoji Briefs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325145.svg" alt="Emoji Briefs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325145.svg" alt="Emoji Briefs icon" :width="24" :height="24" />
CSS background
.icon-emoji-briefs {
background-image: url('https://proicons.com/icon/325145.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="M40.6943,19.9392c-8.5544,3.7191-6.6662,4.1742-10.771,9.7925-3.6672,5.019-8.2245,4.9475-11.8953-.0665-4.292-5.8623-2.5381-6.0068-10.6544-9.7464"/><path id="d" class="e" d="M21.728,32.7699s-1.0578-12.8512-14.3544-12.8512c-1.3318,0-1.8736-1.5687-1.8736-3.3918v-.9723c0-1.1189.6626-1.0129,1.48-1.0129h34.04c.8174,0,1.48-.106,1.48,1.0129v1.0477c0,1.7867-.5004,3.3161-1.8057,3.3161-13.3643,0-14.471,12.8518-14.471,12.8518"/></svg>
Copied!