Delete Message Icon
Free SVG icon from the Skware collection. Download or copy for use in any project.
The Delete Message 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/312480.svg" alt="Delete Message icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312480.svg" alt="Delete Message icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312480.svg" alt="Delete Message icon" :width="24" :height="24" />
CSS background
.icon-delete-message {
background-image: url('https://proicons.com/icon/312480.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"> <g> <rect x="16" y="5" width="6" height="2"/> <polygon points="20,11 20,19 19,19 19,20 5,20 5,19 4,19 4,11 5,11 5,12 7,12 7,13 9,13 9,14 10,14 10,15 14,15 14,14 15,14 15,13 17,13 17,11 13,11 13,12 11,12 11,11 9,11 9,10 7,10 7,9 5,9 5,8 4,8 4,7 5,7 5,6 13,6 13,4 3,4 3,5 2,5 2,21 3,21 3,22 21,22 21,21 22,21 22,11 "/> </g> </svg>
Copied!