zodiac-cancer from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
zodiac-cancer
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
horoscope-cancer

The same icon in other sets

Related icons in Material Design Icons

Use the zodiac cancer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4C6.5 4 2 7.58 2 12c0 2.12 1.65 3.87 3.76 4H6a4 4 0 0 0 4-4a4 4 0 0 0-4-4h-.24A8.8 8.8 0 0 1 12 5.6c1.77-.02 3.5.47 5 1.4l1.25-1.25A11.5 11.5 0 0 0 12 4m-6 6a2 2 0 0 1 2 2c0 1.11-.92 2-2 2a2 2 0 0 1-2-1.8v-.4A2 2 0 0 1 6 10m12.24-2H18a4 4 0 0 0-4 4a4 4 0 0 0 4 4h.24A8.8 8.8 0 0 1 12 18.4c-1.77.02-3.5-.47-5-1.4l-1.24 1.24C7.63 19.41 9.79 20 12 20c5.5 0 10-3.58 10-8c0-2.12-1.65-3.87-3.76-4M18 14a2 2 0 0 1-2-2c0-1.11.92-2 2-2a2 2 0 0 1 2 1.8v.4a2 2 0 0 1-2 1.8"/></svg>

React

import type { SVGProps } from "react";

export function MdiZodiacCancer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4C6.5 4 2 7.58 2 12c0 2.12 1.65 3.87 3.76 4H6a4 4 0 0 0 4-4a4 4 0 0 0-4-4h-.24A8.8 8.8 0 0 1 12 5.6c1.77-.02 3.5.47 5 1.4l1.25-1.25A11.5 11.5 0 0 0 12 4m-6 6a2 2 0 0 1 2 2c0 1.11-.92 2-2 2a2 2 0 0 1-2-1.8v-.4A2 2 0 0 1 6 10m12.24-2H18a4 4 0 0 0-4 4a4 4 0 0 0 4 4h.24A8.8 8.8 0 0 1 12 18.4c-1.77.02-3.5-.47-5-1.4l-1.24 1.24C7.63 19.41 9.79 20 12 20c5.5 0 10-3.58 10-8c0-2.12-1.65-3.87-3.76-4M18 14a2 2 0 0 1-2-2c0-1.11.92-2 2-2a2 2 0 0 1 2 1.8v.4a2 2 0 0 1-2 1.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4C6.5 4 2 7.58 2 12c0 2.12 1.65 3.87 3.76 4H6a4 4 0 0 0 4-4a4 4 0 0 0-4-4h-.24A8.8 8.8 0 0 1 12 5.6c1.77-.02 3.5.47 5 1.4l1.25-1.25A11.5 11.5 0 0 0 12 4m-6 6a2 2 0 0 1 2 2c0 1.11-.92 2-2 2a2 2 0 0 1-2-1.8v-.4A2 2 0 0 1 6 10m12.24-2H18a4 4 0 0 0-4 4a4 4 0 0 0 4 4h.24A8.8 8.8 0 0 1 12 18.4c-1.77.02-3.5-.47-5-1.4l-1.24 1.24C7.63 19.41 9.79 20 12 20c5.5 0 10-3.58 10-8c0-2.12-1.65-3.87-3.76-4M18 14a2 2 0 0 1-2-2c0-1.11.92-2 2-2a2 2 0 0 1 2 1.8v.4a2 2 0 0 1-2 1.8"/></svg>
</template>

CSS

.icon-zodiac-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204C6.5%204%202%207.58%202%2012c0%202.12%201.65%203.87%203.76%204H6a4%204%200%200%200%204-4a4%204%200%200%200-4-4h-.24A8.8%208.8%200%200%201%2012%205.6c1.77-.02%203.5.47%205%201.4l1.25-1.25A11.5%2011.5%200%200%200%2012%204m-6%206a2%202%200%200%201%202%202c0%201.11-.92%202-2%202a2%202%200%200%201-2-1.8v-.4A2%202%200%200%201%206%2010m12.24-2H18a4%204%200%200%200-4%204a4%204%200%200%200%204%204h.24A8.8%208.8%200%200%201%2012%2018.4c-1.77.02-3.5-.47-5-1.4l-1.24%201.24C7.63%2019.41%209.79%2020%2012%2020c5.5%200%2010-3.58%2010-8c0-2.12-1.65-3.87-3.76-4M18%2014a2%202%200%200%201-2-2c0-1.11.92-2%202-2a2%202%200%200%201%202%201.8v.4a2%202%200%200%201-2%201.8%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204C6.5%204%202%207.58%202%2012c0%202.12%201.65%203.87%203.76%204H6a4%204%200%200%200%204-4a4%204%200%200%200-4-4h-.24A8.8%208.8%200%200%201%2012%205.6c1.77-.02%203.5.47%205%201.4l1.25-1.25A11.5%2011.5%200%200%200%2012%204m-6%206a2%202%200%200%201%202%202c0%201.11-.92%202-2%202a2%202%200%200%201-2-1.8v-.4A2%202%200%200%201%206%2010m12.24-2H18a4%204%200%200%200-4%204a4%204%200%200%200%204%204h.24A8.8%208.8%200%200%201%2012%2018.4c-1.77.02-3.5-.47-5-1.4l-1.24%201.24C7.63%2019.41%209.79%2020%2012%2020c5.5%200%2010-3.58%2010-8c0-2.12-1.65-3.87-3.76-4M18%2014a2%202%200%200%201-2-2c0-1.11.92-2%202-2a2%202%200%200%201%202%201.8v.4a2%202%200%200%201-2%201.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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