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/309398.svg" alt="Dislike Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309398.svg" alt="Dislike Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309398.svg" alt="Dislike Svg icon" :width="24" :height="24" />
CSS background
.icon-dislike---svg {
background-image: url('https://proicons.com/icon/309398.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"> <g clip-path="url(#clip0)"> <path d="M15.0001 14L14.0137 14.1644C13.9654 13.8744 14.0471 13.5779 14.2371 13.3536C14.4271 13.1293 14.7062 13 15.0001 13V14ZM4.00012 14V15C3.44784 15 3.00012 14.5523 3.00012 14H4.00012ZM20.5217 11.6078L21.5023 11.4116L20.5217 11.6078ZM6.00012 3H17.3605V5H6.00012V3ZM18.5605 15H15.0001V13H18.5605V15ZM15.9865 13.8356L16.7924 18.6712L14.8197 19L14.0137 14.1644L15.9865 13.8356ZM14.8197 21H14.6057V19H14.8197V21ZM11.2775 19.2188L8.76181 15.4453L10.4259 14.3359L12.9416 18.1094L11.2775 19.2188ZM7.92975 15H4.00012V13H7.92975V15ZM3.00012 14V6H5.00012V14H3.00012ZM20.3023 5.41165L21.5023 11.4116L19.5411 11.8039L18.3411 5.80388L20.3023 5.41165ZM8.76181 15.4453C8.57634 15.1671 8.26411 15 7.92975 15V13C8.93281 13 9.86951 13.5013 10.4259 14.3359L8.76181 15.4453ZM16.7924 18.6712C16.9956 19.8903 16.0555 21 14.8197 21V19L14.8197 19L16.7924 18.6712ZM18.5605 13C19.1916 13 19.6649 12.4227 19.5411 11.8039L21.5023 11.4116C21.8735 13.268 20.4537 15 18.5605 15V13ZM17.3605 3C18.7906 3 20.0218 4.00938 20.3023 5.41165L18.3411 5.80388C18.2476 5.33646 17.8372 5 17.3605 5V3ZM14.6057 21C13.2683 21 12.0193 20.3316 11.2775 19.2188L12.9416 18.1094C13.3125 18.6658 13.937 19 14.6057 19V21ZM6.00012 5C5.44784 5 5.00012 5.44772 5.00012 6H3.00012C3.00012 4.34315 4.34327 3 6.00012 3V5Z" fill="#292929"/> <path d="M8.00012 14V4" stroke="#292929" stroke-width="2"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white" transform="translate(0.00012207)"/> </clipPath> </defs> </svg>
Copied!