No Thanks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The No Thanks 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/330254.svg" alt="No Thanks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330254.svg" alt="No Thanks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330254.svg" alt="No Thanks icon" :width="24" :height="24" />
CSS background
.icon-no-thanks {
background-image: url('https://proicons.com/icon/330254.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="g" d="M16.3207,32.7333l-7.105-11.1241-.0004,11.1253h-4.7153V15.2665h5.7664l7.0411,11.077-.0002-11.0777h4.715v17.4675h-5.7015Z"/><g id="d"><path id="e" class="g" d="M39.4717,32.7516c2.438-1.4899,4.0282-5.0045,4.0283-8.9036,0-3.6351-1.3844-6.9607-3.5798-8.5997h-11.7247c-2.1954,1.639-3.5797,4.9646-3.5798,8.5997,0,3.8991,1.5902,7.4137,4.0283,8.9036h10.8277Z"/><path id="f" class="g" d="M34.0579,29.7743c2.5121,0,4.1056-1.6334,4.1056-5.7743s-1.5935-5.7743-4.1056-5.7743-4.1056,1.6334-4.1056,5.7743,1.5935,5.7743,4.1056,5.7743Z"/></g></g></svg>
Copied!