Emoji Cancer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Cancer 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/339722.svg" alt="Emoji Cancer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339722.svg" alt="Emoji Cancer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339722.svg" alt="Emoji Cancer icon" :width="24" :height="24" />
CSS background
.icon-emoji-cancer {
background-image: url('https://proicons.com/icon/339722.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="M22.1577,19.8606c.0004,2.3666-1.9177,4.2854-4.2843,4.2858-2.3666.0004-4.2854-1.9177-4.2858-4.2843-.0004-2.3666,1.9177-4.2854,4.2843-4.2858h.0008c2.3661.0004,4.2842,1.9182,4.2851,4.2843"/><path id="d" class="h" d="M16.0604,16.0065s8.3558-3.69,18.3535,2.3217"/><path id="e" class="h" d="M25.8423,28.1394c.0004-2.3666,1.9193-4.2847,4.2858-4.2843,2.3666.0004,4.2847,1.9193,4.2843,4.2858-.0004,2.366-1.9183,4.2839-4.2843,4.2843-2.3668-.0004-4.2854-1.919-4.2858-4.2858"/><path id="f" class="h" d="M31.9396,31.9935s-8.3558,3.69-18.3535-2.3218"/><path id="g" class="h" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!