cancer emoji
cancer from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- cancer
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
More symbols icons from Firefox OS Emoji
alarmclockantennawithbarsanticlockwiseupwardsanddownwardsarrowsaquariusariesarrowrightwardsdownwardsarrowrightwardsupwardsautomatedtellermachinebabysymbolbackwithleftwardsarrowbaggageclaimballotboxwithcheckblackclubsuitblackdiamondsuitblackdownpointingdoublearrowblackheartsuitblacklargesquareblackleftpointingarrowblackleftpointingdoublearrowblackmediumsmallsquareblackmediumsquareblackquestionmarkblackrightpointingarrowblackrightpointingdoublearrow
Use the cancer emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A97DFF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#7F4AFF" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M447.683 343.279c0-37.349-30.386-67.734-67.734-67.734s-67.734 30.386-67.734 67.734c0 19.691 8.452 37.44 21.912 49.828c-20.362 3.787-44.1 5.511-72.72 5.511c-48.463 0-90.593-14.679-125.221-43.628c-26.101-21.82-38.087-44.104-38.303-44.51c-4.716-9.029-15.851-12.552-24.903-7.865c-9.074 4.697-12.622 15.86-7.925 24.935c.586 1.133 14.724 28.056 45.974 54.626c28.674 24.38 78.039 53.442 150.377 53.442c73.599 0 119.569-10.889 158.675-37.585a18.6 18.6 0 0 0 3.021-2.587c15.005-12.434 24.581-31.202 24.581-52.167m-67.735-30.734c16.947 0 30.734 13.787 30.734 30.734c0 16.946-13.787 30.733-30.734 30.733s-30.734-13.787-30.734-30.733c0-16.947 13.787-30.734 30.734-30.734m65.664-128.094c-.587-1.133-14.725-28.056-45.975-54.626c-28.674-24.38-78.038-53.443-150.377-53.443c-73.598 0-119.569 10.889-158.675 37.585a18.5 18.5 0 0 0-3.021 2.588c-15.005 12.434-24.58 31.202-24.58 52.167c0 37.349 30.385 67.734 67.734 67.734s67.734-30.385 67.734-67.734c0-19.691-8.452-37.441-21.912-49.828c20.362-3.787 44.1-5.511 72.72-5.511c48.463 0 90.593 14.679 125.221 43.628c26.099 21.819 38.086 44.102 38.303 44.51c3.299 6.318 9.74 9.94 16.414 9.94c2.863 0 5.771-.667 8.489-2.075c9.074-4.698 12.622-15.862 7.925-24.935m-314.894 15.004c-16.947 0-30.734-13.787-30.734-30.734s13.787-30.734 30.734-30.734s30.734 13.788 30.734 30.734s-13.787 30.734-30.734 30.734"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiCancer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A97DFF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#7F4AFF" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M447.683 343.279c0-37.349-30.386-67.734-67.734-67.734s-67.734 30.386-67.734 67.734c0 19.691 8.452 37.44 21.912 49.828c-20.362 3.787-44.1 5.511-72.72 5.511c-48.463 0-90.593-14.679-125.221-43.628c-26.101-21.82-38.087-44.104-38.303-44.51c-4.716-9.029-15.851-12.552-24.903-7.865c-9.074 4.697-12.622 15.86-7.925 24.935c.586 1.133 14.724 28.056 45.974 54.626c28.674 24.38 78.039 53.442 150.377 53.442c73.599 0 119.569-10.889 158.675-37.585a18.6 18.6 0 0 0 3.021-2.587c15.005-12.434 24.581-31.202 24.581-52.167m-67.735-30.734c16.947 0 30.734 13.787 30.734 30.734c0 16.946-13.787 30.733-30.734 30.733s-30.734-13.787-30.734-30.733c0-16.947 13.787-30.734 30.734-30.734m65.664-128.094c-.587-1.133-14.725-28.056-45.975-54.626c-28.674-24.38-78.038-53.443-150.377-53.443c-73.598 0-119.569 10.889-158.675 37.585a18.5 18.5 0 0 0-3.021 2.588c-15.005 12.434-24.58 31.202-24.58 52.167c0 37.349 30.385 67.734 67.734 67.734s67.734-30.385 67.734-67.734c0-19.691-8.452-37.441-21.912-49.828c20.362-3.787 44.1-5.511 72.72-5.511c48.463 0 90.593 14.679 125.221 43.628c26.099 21.819 38.086 44.102 38.303 44.51c3.299 6.318 9.74 9.94 16.414 9.94c2.863 0 5.771-.667 8.489-2.075c9.074-4.698 12.622-15.862 7.925-24.935m-314.894 15.004c-16.947 0-30.734-13.787-30.734-30.734s13.787-30.734 30.734-30.734s30.734 13.788 30.734 30.734s-13.787 30.734-30.734 30.734"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A97DFF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#7F4AFF" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M447.683 343.279c0-37.349-30.386-67.734-67.734-67.734s-67.734 30.386-67.734 67.734c0 19.691 8.452 37.44 21.912 49.828c-20.362 3.787-44.1 5.511-72.72 5.511c-48.463 0-90.593-14.679-125.221-43.628c-26.101-21.82-38.087-44.104-38.303-44.51c-4.716-9.029-15.851-12.552-24.903-7.865c-9.074 4.697-12.622 15.86-7.925 24.935c.586 1.133 14.724 28.056 45.974 54.626c28.674 24.38 78.039 53.442 150.377 53.442c73.599 0 119.569-10.889 158.675-37.585a18.6 18.6 0 0 0 3.021-2.587c15.005-12.434 24.581-31.202 24.581-52.167m-67.735-30.734c16.947 0 30.734 13.787 30.734 30.734c0 16.946-13.787 30.733-30.734 30.733s-30.734-13.787-30.734-30.733c0-16.947 13.787-30.734 30.734-30.734m65.664-128.094c-.587-1.133-14.725-28.056-45.975-54.626c-28.674-24.38-78.038-53.443-150.377-53.443c-73.598 0-119.569 10.889-158.675 37.585a18.5 18.5 0 0 0-3.021 2.588c-15.005 12.434-24.58 31.202-24.58 52.167c0 37.349 30.385 67.734 67.734 67.734s67.734-30.385 67.734-67.734c0-19.691-8.452-37.441-21.912-49.828c20.362-3.787 44.1-5.511 72.72-5.511c48.463 0 90.593 14.679 125.221 43.628c26.099 21.819 38.086 44.102 38.303 44.51c3.299 6.318 9.74 9.94 16.414 9.94c2.863 0 5.771-.667 8.489-2.075c9.074-4.698 12.622-15.862 7.925-24.935m-314.894 15.004c-16.947 0-30.734-13.787-30.734-30.734s13.787-30.734 30.734-30.734s30.734 13.788 30.734 30.734s-13.787 30.734-30.734 30.734"/></svg> </template>
CSS
.icon-cancer {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23A97DFF%22%20d%3D%22M508.333%2032.666C508.333%2016.35%20494.984%203%20478.668%203H29.032C14.348%203%202.333%2015.015%202.333%2029.699v452.602C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%237F4AFF%22%20d%3D%22M478.668%20488.915H29.032c-14.684%200-26.699-12.015-26.699-26.699v20.085C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.349%2029.666-29.665%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M447.683%20343.279c0-37.349-30.386-67.734-67.734-67.734s-67.734%2030.386-67.734%2067.734c0%2019.691%208.452%2037.44%2021.912%2049.828c-20.362%203.787-44.1%205.511-72.72%205.511c-48.463%200-90.593-14.679-125.221-43.628c-26.101-21.82-38.087-44.104-38.303-44.51c-4.716-9.029-15.851-12.552-24.903-7.865c-9.074%204.697-12.622%2015.86-7.925%2024.935c.586%201.133%2014.724%2028.056%2045.974%2054.626c28.674%2024.38%2078.039%2053.442%20150.377%2053.442c73.599%200%20119.569-10.889%20158.675-37.585a18.6%2018.6%200%200%200%203.021-2.587c15.005-12.434%2024.581-31.202%2024.581-52.167m-67.735-30.734c16.947%200%2030.734%2013.787%2030.734%2030.734c0%2016.946-13.787%2030.733-30.734%2030.733s-30.734-13.787-30.734-30.733c0-16.947%2013.787-30.734%2030.734-30.734m65.664-128.094c-.587-1.133-14.725-28.056-45.975-54.626c-28.674-24.38-78.038-53.443-150.377-53.443c-73.598%200-119.569%2010.889-158.675%2037.585a18.5%2018.5%200%200%200-3.021%202.588c-15.005%2012.434-24.58%2031.202-24.58%2052.167c0%2037.349%2030.385%2067.734%2067.734%2067.734s67.734-30.385%2067.734-67.734c0-19.691-8.452-37.441-21.912-49.828c20.362-3.787%2044.1-5.511%2072.72-5.511c48.463%200%2090.593%2014.679%20125.221%2043.628c26.099%2021.819%2038.086%2044.102%2038.303%2044.51c3.299%206.318%209.74%209.94%2016.414%209.94c2.863%200%205.771-.667%208.489-2.075c9.074-4.698%2012.622-15.862%207.925-24.935m-314.894%2015.004c-16.947%200-30.734-13.787-30.734-30.734s13.787-30.734%2030.734-30.734s30.734%2013.788%2030.734%2030.734s-13.787%2030.734-30.734%2030.734%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23A97DFF%22%20d%3D%22M508.333%2032.666C508.333%2016.35%20494.984%203%20478.668%203H29.032C14.348%203%202.333%2015.015%202.333%2029.699v452.602C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%237F4AFF%22%20d%3D%22M478.668%20488.915H29.032c-14.684%200-26.699-12.015-26.699-26.699v20.085C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.349%2029.666-29.665%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M447.683%20343.279c0-37.349-30.386-67.734-67.734-67.734s-67.734%2030.386-67.734%2067.734c0%2019.691%208.452%2037.44%2021.912%2049.828c-20.362%203.787-44.1%205.511-72.72%205.511c-48.463%200-90.593-14.679-125.221-43.628c-26.101-21.82-38.087-44.104-38.303-44.51c-4.716-9.029-15.851-12.552-24.903-7.865c-9.074%204.697-12.622%2015.86-7.925%2024.935c.586%201.133%2014.724%2028.056%2045.974%2054.626c28.674%2024.38%2078.039%2053.442%20150.377%2053.442c73.599%200%20119.569-10.889%20158.675-37.585a18.6%2018.6%200%200%200%203.021-2.587c15.005-12.434%2024.581-31.202%2024.581-52.167m-67.735-30.734c16.947%200%2030.734%2013.787%2030.734%2030.734c0%2016.946-13.787%2030.733-30.734%2030.733s-30.734-13.787-30.734-30.733c0-16.947%2013.787-30.734%2030.734-30.734m65.664-128.094c-.587-1.133-14.725-28.056-45.975-54.626c-28.674-24.38-78.038-53.443-150.377-53.443c-73.598%200-119.569%2010.889-158.675%2037.585a18.5%2018.5%200%200%200-3.021%202.588c-15.005%2012.434-24.58%2031.202-24.58%2052.167c0%2037.349%2030.385%2067.734%2067.734%2067.734s67.734-30.385%2067.734-67.734c0-19.691-8.452-37.441-21.912-49.828c20.362-3.787%2044.1-5.511%2072.72-5.511c48.463%200%2090.593%2014.679%20125.221%2043.628c26.099%2021.819%2038.086%2044.102%2038.303%2044.51c3.299%206.318%209.74%209.94%2016.414%209.94c2.863%200%205.771-.667%208.489-2.075c9.074-4.698%2012.622-15.862%207.925-24.935m-314.894%2015.004c-16.947%200-30.734-13.787-30.734-30.734s13.787-30.734%2030.734-30.734s30.734%2013.788%2030.734%2030.734s-13.787%2030.734-30.734%2030.734%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/cancer.svg?color=%231a73e8&size=48