zodiac capricorn icon

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

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

The same icon in other sets

Related icons in Material Design Icons

Use the zodiac capricorn icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 13c-.7 0-1.39.19-2 .55V6a3 3 0 0 0-3-3c-.75 0-1.45.29-2 .78C7.45 3.28 6.74 3 6 3v2a1 1 0 0 1 1 1v10h2V6a1 1 0 0 1 1-1a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2v2c1.15 0 2.25-.5 3-1.38a3.974 3.974 0 0 0 5.64.38c1.67-1.42 1.86-3.95.4-5.62A4.01 4.01 0 0 0 15 13m0 6a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2"/></svg>

React

import type { SVGProps } from "react";

export function MdiZodiacCapricorn(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="M15 13c-.7 0-1.39.19-2 .55V6a3 3 0 0 0-3-3c-.75 0-1.45.29-2 .78C7.45 3.28 6.74 3 6 3v2a1 1 0 0 1 1 1v10h2V6a1 1 0 0 1 1-1a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2v2c1.15 0 2.25-.5 3-1.38a3.974 3.974 0 0 0 5.64.38c1.67-1.42 1.86-3.95.4-5.62A4.01 4.01 0 0 0 15 13m0 6a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 13c-.7 0-1.39.19-2 .55V6a3 3 0 0 0-3-3c-.75 0-1.45.29-2 .78C7.45 3.28 6.74 3 6 3v2a1 1 0 0 1 1 1v10h2V6a1 1 0 0 1 1-1a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2v2c1.15 0 2.25-.5 3-1.38a3.974 3.974 0 0 0 5.64.38c1.67-1.42 1.86-3.95.4-5.62A4.01 4.01 0 0 0 15 13m0 6a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2"/></svg>
</template>

CSS

.icon-zodiac-capricorn {
  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%22M15%2013c-.7%200-1.39.19-2%20.55V6a3%203%200%200%200-3-3c-.75%200-1.45.29-2%20.78C7.45%203.28%206.74%203%206%203v2a1%201%200%200%201%201%201v10h2V6a1%201%200%200%201%201-1a1%201%200%200%201%201%201v11a2%202%200%200%201-2%202v2c1.15%200%202.25-.5%203-1.38a3.974%203.974%200%200%200%205.64.38c1.67-1.42%201.86-3.95.4-5.62A4.01%204.01%200%200%200%2015%2013m0%206a2%202%200%200%201-2-2a2%202%200%200%201%202-2a2%202%200%200%201%202%202a2%202%200%200%201-2%202%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%22M15%2013c-.7%200-1.39.19-2%20.55V6a3%203%200%200%200-3-3c-.75%200-1.45.29-2%20.78C7.45%203.28%206.74%203%206%203v2a1%201%200%200%201%201%201v10h2V6a1%201%200%200%201%201-1a1%201%200%200%201%201%201v11a2%202%200%200%201-2%202v2c1.15%200%202.25-.5%203-1.38a3.974%203.974%200%200%200%205.64.38c1.67-1.42%201.86-3.95.4-5.62A4.01%204.01%200%200%200%2015%2013m0%206a2%202%200%200%201-2-2a2%202%200%200%201%202-2a2%202%200%200%201%202%202a2%202%200%200%201-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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