cancer from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
cancer
Set
Twitter Emoji
Style
Default
Category
Symbols
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Twitter Emoji

Use the cancer emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M11 17.279c-2.813 0-5.28-2.467-5.28-5.279c0-3.878 3.779-6.279 7.28-6.279c13.634 0 17.007 6.433 17.145 6.707a1.28 1.28 0 0 1-2.282 1.157c-.06-.108-2.674-4.676-12.747-5.247c.773.914 1.164 2.142 1.164 3.663c-.001 2.538-2.019 5.278-5.28 5.278m-1.166-8.01c-.922.653-1.556 1.597-1.556 2.731c0 1.232 1.214 2.721 2.722 2.721c1.627 0 2.721-1.407 2.721-2.72c0-1.056-.269-1.812-.799-2.247c-.969-.794-2.593-.6-2.609-.597c-.143.028-.313.046-.479.112m13.165 21.01c-13.634 0-17.007-6.434-17.144-6.707a1.28 1.28 0 0 1 2.282-1.157c.06.108 2.674 4.677 12.746 5.247c-.773-.913-1.163-2.141-1.163-3.662c0-2.539 2.019-5.279 5.279-5.279c2.812 0 5.28 2.467 5.28 5.279c0 3.879-3.779 6.279-7.28 6.279m2-9c-1.628 0-2.721 1.407-2.721 2.721c0 1.056.269 1.812.799 2.247c.97.794 2.673.6 2.688.597c.142-.029.234-.062.399-.112c.923-.653 1.556-1.598 1.556-2.731c.001-1.233-1.213-2.722-2.721-2.722"/><path fill="#9266cc" d="M14.002 11.99a3.04 3.04 0 1 0-6.08-.001a3.04 3.04 0 0 0 6.08.001m14 12a3.04 3.04 0 1 0-6.08-.001a3.04 3.04 0 0 0 6.08.001"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiCancer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M11 17.279c-2.813 0-5.28-2.467-5.28-5.279c0-3.878 3.779-6.279 7.28-6.279c13.634 0 17.007 6.433 17.145 6.707a1.28 1.28 0 0 1-2.282 1.157c-.06-.108-2.674-4.676-12.747-5.247c.773.914 1.164 2.142 1.164 3.663c-.001 2.538-2.019 5.278-5.28 5.278m-1.166-8.01c-.922.653-1.556 1.597-1.556 2.731c0 1.232 1.214 2.721 2.722 2.721c1.627 0 2.721-1.407 2.721-2.72c0-1.056-.269-1.812-.799-2.247c-.969-.794-2.593-.6-2.609-.597c-.143.028-.313.046-.479.112m13.165 21.01c-13.634 0-17.007-6.434-17.144-6.707a1.28 1.28 0 0 1 2.282-1.157c.06.108 2.674 4.677 12.746 5.247c-.773-.913-1.163-2.141-1.163-3.662c0-2.539 2.019-5.279 5.279-5.279c2.812 0 5.28 2.467 5.28 5.279c0 3.879-3.779 6.279-7.28 6.279m2-9c-1.628 0-2.721 1.407-2.721 2.721c0 1.056.269 1.812.799 2.247c.97.794 2.673.6 2.688.597c.142-.029.234-.062.399-.112c.923-.653 1.556-1.598 1.556-2.731c.001-1.233-1.213-2.722-2.721-2.722"/><path fill="#9266cc" d="M14.002 11.99a3.04 3.04 0 1 0-6.08-.001a3.04 3.04 0 0 0 6.08.001m14 12a3.04 3.04 0 1 0-6.08-.001a3.04 3.04 0 0 0 6.08.001"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M11 17.279c-2.813 0-5.28-2.467-5.28-5.279c0-3.878 3.779-6.279 7.28-6.279c13.634 0 17.007 6.433 17.145 6.707a1.28 1.28 0 0 1-2.282 1.157c-.06-.108-2.674-4.676-12.747-5.247c.773.914 1.164 2.142 1.164 3.663c-.001 2.538-2.019 5.278-5.28 5.278m-1.166-8.01c-.922.653-1.556 1.597-1.556 2.731c0 1.232 1.214 2.721 2.722 2.721c1.627 0 2.721-1.407 2.721-2.72c0-1.056-.269-1.812-.799-2.247c-.969-.794-2.593-.6-2.609-.597c-.143.028-.313.046-.479.112m13.165 21.01c-13.634 0-17.007-6.434-17.144-6.707a1.28 1.28 0 0 1 2.282-1.157c.06.108 2.674 4.677 12.746 5.247c-.773-.913-1.163-2.141-1.163-3.662c0-2.539 2.019-5.279 5.279-5.279c2.812 0 5.28 2.467 5.28 5.279c0 3.879-3.779 6.279-7.28 6.279m2-9c-1.628 0-2.721 1.407-2.721 2.721c0 1.056.269 1.812.799 2.247c.97.794 2.673.6 2.688.597c.142-.029.234-.062.399-.112c.923-.653 1.556-1.598 1.556-2.731c.001-1.233-1.213-2.722-2.721-2.722"/><path fill="#9266cc" d="M14.002 11.99a3.04 3.04 0 1 0-6.08-.001a3.04 3.04 0 0 0 6.08.001m14 12a3.04 3.04 0 1 0-6.08-.001a3.04 3.04 0 0 0 6.08.001"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%239266cc%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11%2017.279c-2.813%200-5.28-2.467-5.28-5.279c0-3.878%203.779-6.279%207.28-6.279c13.634%200%2017.007%206.433%2017.145%206.707a1.28%201.28%200%200%201-2.282%201.157c-.06-.108-2.674-4.676-12.747-5.247c.773.914%201.164%202.142%201.164%203.663c-.001%202.538-2.019%205.278-5.28%205.278m-1.166-8.01c-.922.653-1.556%201.597-1.556%202.731c0%201.232%201.214%202.721%202.722%202.721c1.627%200%202.721-1.407%202.721-2.72c0-1.056-.269-1.812-.799-2.247c-.969-.794-2.593-.6-2.609-.597c-.143.028-.313.046-.479.112m13.165%2021.01c-13.634%200-17.007-6.434-17.144-6.707a1.28%201.28%200%200%201%202.282-1.157c.06.108%202.674%204.677%2012.746%205.247c-.773-.913-1.163-2.141-1.163-3.662c0-2.539%202.019-5.279%205.279-5.279c2.812%200%205.28%202.467%205.28%205.279c0%203.879-3.779%206.279-7.28%206.279m2-9c-1.628%200-2.721%201.407-2.721%202.721c0%201.056.269%201.812.799%202.247c.97.794%202.673.6%202.688.597c.142-.029.234-.062.399-.112c.923-.653%201.556-1.598%201.556-2.731c.001-1.233-1.213-2.722-2.721-2.722%22%2F%3E%3Cpath%20fill%3D%22%239266cc%22%20d%3D%22M14.002%2011.99a3.04%203.04%200%201%200-6.08-.001a3.04%203.04%200%200%200%206.08.001m14%2012a3.04%203.04%200%201%200-6.08-.001a3.04%203.04%200%200%200%206.08.001%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%2036%2036%22%3E%3Cpath%20fill%3D%22%239266cc%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11%2017.279c-2.813%200-5.28-2.467-5.28-5.279c0-3.878%203.779-6.279%207.28-6.279c13.634%200%2017.007%206.433%2017.145%206.707a1.28%201.28%200%200%201-2.282%201.157c-.06-.108-2.674-4.676-12.747-5.247c.773.914%201.164%202.142%201.164%203.663c-.001%202.538-2.019%205.278-5.28%205.278m-1.166-8.01c-.922.653-1.556%201.597-1.556%202.731c0%201.232%201.214%202.721%202.722%202.721c1.627%200%202.721-1.407%202.721-2.72c0-1.056-.269-1.812-.799-2.247c-.969-.794-2.593-.6-2.609-.597c-.143.028-.313.046-.479.112m13.165%2021.01c-13.634%200-17.007-6.434-17.144-6.707a1.28%201.28%200%200%201%202.282-1.157c.06.108%202.674%204.677%2012.746%205.247c-.773-.913-1.163-2.141-1.163-3.662c0-2.539%202.019-5.279%205.279-5.279c2.812%200%205.28%202.467%205.28%205.279c0%203.879-3.779%206.279-7.28%206.279m2-9c-1.628%200-2.721%201.407-2.721%202.721c0%201.056.269%201.812.799%202.247c.97.794%202.673.6%202.688.597c.142-.029.234-.062.399-.112c.923-.653%201.556-1.598%201.556-2.731c.001-1.233-1.213-2.722-2.721-2.722%22%2F%3E%3Cpath%20fill%3D%22%239266cc%22%20d%3D%22M14.002%2011.99a3.04%203.04%200%201%200-6.08-.001a3.04%203.04%200%200%200%206.08.001m14%2012a3.04%203.04%200%201%200-6.08-.001a3.04%203.04%200%200%200%206.08.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/cancer.svg?color=%231a73e8&size=48