cancer icon
cancer from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- cancer
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Use the cancer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M472 216c57.4 0 104 46.6 104 104c0 141.4-114.6 256-256 256c-54.3 0-104.8-17-146.3-45.9c-14.5-10.1-18-30.1-7.9-44.6s30.1-18 44.6-7.9c31.1 21.7 68.9 34.4 109.7 34.4c67.9 0 127.5-35.3 161.7-88.5c-3.2.3-6.4.5-9.7.5c-57.4 0-104-46.6-104-104s46.6-104 104-104zM320 64c54.3 0 104.8 17 146.3 45.9c14.5 10.1 18 30.1 7.9 44.6s-30.1 18-44.6 7.9c-31.1-21.7-68.9-34.4-109.7-34.4c-67.9 0-127.5 35.2-161.7 88.4c3.2-.3 6.4-.4 9.7-.4c57.4 0 104 46.6 104 104S225.4 424 168 424S64 377.4 64 320c0-1.9 0-3.8.1-5.6C67.1 175.6 180.5 64 320 64M168 280c-22.1 0-40 17.9-40 40s17.9 40 40 40s40-17.9 40-40s-17.9-40-40-40m304 0c-22.1 0-40 17.9-40 40s17.9 40 40 40s40-17.9 40-40s-17.9-40-40-40"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidCancer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M472 216c57.4 0 104 46.6 104 104c0 141.4-114.6 256-256 256c-54.3 0-104.8-17-146.3-45.9c-14.5-10.1-18-30.1-7.9-44.6s30.1-18 44.6-7.9c31.1 21.7 68.9 34.4 109.7 34.4c67.9 0 127.5-35.3 161.7-88.5c-3.2.3-6.4.5-9.7.5c-57.4 0-104-46.6-104-104s46.6-104 104-104zM320 64c54.3 0 104.8 17 146.3 45.9c14.5 10.1 18 30.1 7.9 44.6s-30.1 18-44.6 7.9c-31.1-21.7-68.9-34.4-109.7-34.4c-67.9 0-127.5 35.2-161.7 88.4c3.2-.3 6.4-.4 9.7-.4c57.4 0 104 46.6 104 104S225.4 424 168 424S64 377.4 64 320c0-1.9 0-3.8.1-5.6C67.1 175.6 180.5 64 320 64M168 280c-22.1 0-40 17.9-40 40s17.9 40 40 40s40-17.9 40-40s-17.9-40-40-40m304 0c-22.1 0-40 17.9-40 40s17.9 40 40 40s40-17.9 40-40s-17.9-40-40-40"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M472 216c57.4 0 104 46.6 104 104c0 141.4-114.6 256-256 256c-54.3 0-104.8-17-146.3-45.9c-14.5-10.1-18-30.1-7.9-44.6s30.1-18 44.6-7.9c31.1 21.7 68.9 34.4 109.7 34.4c67.9 0 127.5-35.3 161.7-88.5c-3.2.3-6.4.5-9.7.5c-57.4 0-104-46.6-104-104s46.6-104 104-104zM320 64c54.3 0 104.8 17 146.3 45.9c14.5 10.1 18 30.1 7.9 44.6s-30.1 18-44.6 7.9c-31.1-21.7-68.9-34.4-109.7-34.4c-67.9 0-127.5 35.2-161.7 88.4c3.2-.3 6.4-.4 9.7-.4c57.4 0 104 46.6 104 104S225.4 424 168 424S64 377.4 64 320c0-1.9 0-3.8.1-5.6C67.1 175.6 180.5 64 320 64M168 280c-22.1 0-40 17.9-40 40s17.9 40 40 40s40-17.9 40-40s-17.9-40-40-40m304 0c-22.1 0-40 17.9-40 40s17.9 40 40 40s40-17.9 40-40s-17.9-40-40-40"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M472%20216c57.4%200%20104%2046.6%20104%20104c0%20141.4-114.6%20256-256%20256c-54.3%200-104.8-17-146.3-45.9c-14.5-10.1-18-30.1-7.9-44.6s30.1-18%2044.6-7.9c31.1%2021.7%2068.9%2034.4%20109.7%2034.4c67.9%200%20127.5-35.3%20161.7-88.5c-3.2.3-6.4.5-9.7.5c-57.4%200-104-46.6-104-104s46.6-104%20104-104zM320%2064c54.3%200%20104.8%2017%20146.3%2045.9c14.5%2010.1%2018%2030.1%207.9%2044.6s-30.1%2018-44.6%207.9c-31.1-21.7-68.9-34.4-109.7-34.4c-67.9%200-127.5%2035.2-161.7%2088.4c3.2-.3%206.4-.4%209.7-.4c57.4%200%20104%2046.6%20104%20104S225.4%20424%20168%20424S64%20377.4%2064%20320c0-1.9%200-3.8.1-5.6C67.1%20175.6%20180.5%2064%20320%2064M168%20280c-22.1%200-40%2017.9-40%2040s17.9%2040%2040%2040s40-17.9%2040-40s-17.9-40-40-40m304%200c-22.1%200-40%2017.9-40%2040s17.9%2040%2040%2040s40-17.9%2040-40s-17.9-40-40-40%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M472%20216c57.4%200%20104%2046.6%20104%20104c0%20141.4-114.6%20256-256%20256c-54.3%200-104.8-17-146.3-45.9c-14.5-10.1-18-30.1-7.9-44.6s30.1-18%2044.6-7.9c31.1%2021.7%2068.9%2034.4%20109.7%2034.4c67.9%200%20127.5-35.3%20161.7-88.5c-3.2.3-6.4.5-9.7.5c-57.4%200-104-46.6-104-104s46.6-104%20104-104zM320%2064c54.3%200%20104.8%2017%20146.3%2045.9c14.5%2010.1%2018%2030.1%207.9%2044.6s-30.1%2018-44.6%207.9c-31.1-21.7-68.9-34.4-109.7-34.4c-67.9%200-127.5%2035.2-161.7%2088.4c3.2-.3%206.4-.4%209.7-.4c57.4%200%20104%2046.6%20104%20104S225.4%20424%20168%20424S64%20377.4%2064%20320c0-1.9%200-3.8.1-5.6C67.1%20175.6%20180.5%2064%20320%2064M168%20280c-22.1%200-40%2017.9-40%2040s17.9%2040%2040%2040s40-17.9%2040-40s-17.9-40-40-40m304%200c-22.1%200-40%2017.9-40%2040s17.9%2040%2040%2040s40-17.9%2040-40s-17.9-40-40-40%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/cancer.svg?color=%231a73e8&size=48