Do Not 02 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Do Not 02 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/319908.svg" alt="Do Not 02 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319908.svg" alt="Do Not 02 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319908.svg" alt="Do Not 02 icon" :width="24" :height="24" />
CSS background
.icon-do-not-02 {
background-image: url('https://proicons.com/icon/319908.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.3.0, 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 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="do-not--02_1_" d="M16,31.36C7.53,31.36,0.64,24.47,0.64,16S7.53,0.64,16,0.64S31.36,7.53,31.36,16S24.47,31.36,16,31.36z M5.401,5.911C2.898,8.539,1.36,12.093,1.36,16c0,8.072,6.567,14.64,14.64,14.64c3.907,0,7.462-1.538,10.09-4.041L5.401,5.911z M5.911,5.401L26.599,26.09c2.503-2.628,4.041-6.183,4.041-10.09c0-8.073-6.567-14.64-14.64-14.64 C12.093,1.36,8.539,2.898,5.911,5.401z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!