Dislike Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Dislike Svg 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/308790.svg" alt="Dislike Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308790.svg" alt="Dislike Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308790.svg" alt="Dislike Svg icon" :width="24" :height="24" />
CSS background
.icon-dislike---svg {
background-image: url('https://proicons.com/icon/308790.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M11.2773 19.2188C12.0192 20.3316 13.2681 21 14.6056 21H14.8195C16.0554 21 16.9955 19.8903 16.7923 18.6712L16.1805 15H18.5604C20.4535 15 21.8734 13.268 21.5021 11.4116L20.3021 5.41165C20.0217 4.00938 18.7904 3 17.3604 3H6C4.34315 3 3 4.34315 3 6V14C3 14.5523 3.44772 15 4 15H7.92963C8.26399 15 8.57622 15.1671 8.76168 15.4453L11.2773 19.2188ZM7 5V13H5V6C5 5.44772 5.44772 5 6 5H7Z" fill="#292929"/> </svg>
Copied!