zodiac virgo icon
zodiac-virgo from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- zodiac-virgo
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- horoscope-virgo
The same icon in other sets
Related icons in Material Design Icons
Use the zodiac virgo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 19.13C20 17.77 20 15.18 20 14a4 4 0 0 0-4-4c-.7 0-1.4.2-2 .56V6a3 3 0 0 0-3-3c-.75 0-1.45.29-2 .78a2.997 2.997 0 0 0-4 0C4.45 3.28 3.74 3 3 3v2a1 1 0 0 1 1 1v10h2V6a1 1 0 0 1 1-1a1 1 0 0 1 1 1v10h2V6a1 1 0 0 1 1-1a1 1 0 0 1 1 1v8c0 1.18 0 3.77 1.5 5.13c-.78.41-1.62.71-2.5.87v2c1.29 0 3.84-1.26 5-1.87c1.16.61 3.71 1.87 5 1.87v-2c-.88-.16-1.72-.46-2.5-.87M16 12a2 2 0 0 1 2 2c0 2.92-.54 4-2 4s-2-1.08-2-4a2 2 0 0 1 2-2"/></svg>
React
import type { SVGProps } from "react";
export function MdiZodiacVirgo(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="M18.5 19.13C20 17.77 20 15.18 20 14a4 4 0 0 0-4-4c-.7 0-1.4.2-2 .56V6a3 3 0 0 0-3-3c-.75 0-1.45.29-2 .78a2.997 2.997 0 0 0-4 0C4.45 3.28 3.74 3 3 3v2a1 1 0 0 1 1 1v10h2V6a1 1 0 0 1 1-1a1 1 0 0 1 1 1v10h2V6a1 1 0 0 1 1-1a1 1 0 0 1 1 1v8c0 1.18 0 3.77 1.5 5.13c-.78.41-1.62.71-2.5.87v2c1.29 0 3.84-1.26 5-1.87c1.16.61 3.71 1.87 5 1.87v-2c-.88-.16-1.72-.46-2.5-.87M16 12a2 2 0 0 1 2 2c0 2.92-.54 4-2 4s-2-1.08-2-4a2 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="M18.5 19.13C20 17.77 20 15.18 20 14a4 4 0 0 0-4-4c-.7 0-1.4.2-2 .56V6a3 3 0 0 0-3-3c-.75 0-1.45.29-2 .78a2.997 2.997 0 0 0-4 0C4.45 3.28 3.74 3 3 3v2a1 1 0 0 1 1 1v10h2V6a1 1 0 0 1 1-1a1 1 0 0 1 1 1v10h2V6a1 1 0 0 1 1-1a1 1 0 0 1 1 1v8c0 1.18 0 3.77 1.5 5.13c-.78.41-1.62.71-2.5.87v2c1.29 0 3.84-1.26 5-1.87c1.16.61 3.71 1.87 5 1.87v-2c-.88-.16-1.72-.46-2.5-.87M16 12a2 2 0 0 1 2 2c0 2.92-.54 4-2 4s-2-1.08-2-4a2 2 0 0 1 2-2"/></svg> </template>
CSS
.icon-zodiac-virgo {
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%22M18.5%2019.13C20%2017.77%2020%2015.18%2020%2014a4%204%200%200%200-4-4c-.7%200-1.4.2-2%20.56V6a3%203%200%200%200-3-3c-.75%200-1.45.29-2%20.78a2.997%202.997%200%200%200-4%200C4.45%203.28%203.74%203%203%203v2a1%201%200%200%201%201%201v10h2V6a1%201%200%200%201%201-1a1%201%200%200%201%201%201v10h2V6a1%201%200%200%201%201-1a1%201%200%200%201%201%201v8c0%201.18%200%203.77%201.5%205.13c-.78.41-1.62.71-2.5.87v2c1.29%200%203.84-1.26%205-1.87c1.16.61%203.71%201.87%205%201.87v-2c-.88-.16-1.72-.46-2.5-.87M16%2012a2%202%200%200%201%202%202c0%202.92-.54%204-2%204s-2-1.08-2-4a2%202%200%200%201%202-2%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%22M18.5%2019.13C20%2017.77%2020%2015.18%2020%2014a4%204%200%200%200-4-4c-.7%200-1.4.2-2%20.56V6a3%203%200%200%200-3-3c-.75%200-1.45.29-2%20.78a2.997%202.997%200%200%200-4%200C4.45%203.28%203.74%203%203%203v2a1%201%200%200%201%201%201v10h2V6a1%201%200%200%201%201-1a1%201%200%200%201%201%201v10h2V6a1%201%200%200%201%201-1a1%201%200%200%201%201%201v8c0%201.18%200%203.77%201.5%205.13c-.78.41-1.62.71-2.5.87v2c1.29%200%203.84-1.26%205-1.87c1.16.61%203.71%201.87%205%201.87v-2c-.88-.16-1.72-.46-2.5-.87M16%2012a2%202%200%200%201%202%202c0%202.92-.54%204-2%204s-2-1.08-2-4a2%202%200%200%201%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/zodiac-virgo.svg?color=%231a73e8&size=48