scorpio icon
scorpio from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- scorpio
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Use the scorpio icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M368 96c61.9 0 112 50.1 112 112v289.7c0 7.9 6.4 14.3 14.3 14.3c3.9 0 7.6-1.6 10.2-4.3l40.1-41.1l-9.7-9.7c-6.9-6.9-8.9-17.2-5.2-26.2S542.3 416 552 416h64l2.5.1c12.1 1.2 21.5 11.5 21.5 23.9v64l-.3 3.6c-1.2 8.2-6.7 15.3-14.5 18.6c-9 3.7-19.3 1.6-26.2-5.2l-9.1-9.1l-39.6 40.6c-14.7 15.1-34.9 23.6-56 23.6c-43.3 0-78.3-35.1-78.3-78.3V208c0-26.5-21.5-48-48-48s-48 21.5-48 48v304c0 17.7-14.3 32-32 32s-32-14.3-32-32V208c0-26.5-21.5-48-48-48s-48 21.5-48 48v304c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-16.6-12.6-30.2-28.7-31.8l-6.6-.3C44.6 158.2 32 144.6 32 128c0-17.7 14.3-32 32-32c27 0 51.3 11.1 68.7 29c19.9-18 46.3-29 75.3-29c31.3 0 59.7 12.9 80 33.7c20.3-20.8 48.6-33.7 80-33.7"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidScorpio(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="M368 96c61.9 0 112 50.1 112 112v289.7c0 7.9 6.4 14.3 14.3 14.3c3.9 0 7.6-1.6 10.2-4.3l40.1-41.1l-9.7-9.7c-6.9-6.9-8.9-17.2-5.2-26.2S542.3 416 552 416h64l2.5.1c12.1 1.2 21.5 11.5 21.5 23.9v64l-.3 3.6c-1.2 8.2-6.7 15.3-14.5 18.6c-9 3.7-19.3 1.6-26.2-5.2l-9.1-9.1l-39.6 40.6c-14.7 15.1-34.9 23.6-56 23.6c-43.3 0-78.3-35.1-78.3-78.3V208c0-26.5-21.5-48-48-48s-48 21.5-48 48v304c0 17.7-14.3 32-32 32s-32-14.3-32-32V208c0-26.5-21.5-48-48-48s-48 21.5-48 48v304c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-16.6-12.6-30.2-28.7-31.8l-6.6-.3C44.6 158.2 32 144.6 32 128c0-17.7 14.3-32 32-32c27 0 51.3 11.1 68.7 29c19.9-18 46.3-29 75.3-29c31.3 0 59.7 12.9 80 33.7c20.3-20.8 48.6-33.7 80-33.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M368 96c61.9 0 112 50.1 112 112v289.7c0 7.9 6.4 14.3 14.3 14.3c3.9 0 7.6-1.6 10.2-4.3l40.1-41.1l-9.7-9.7c-6.9-6.9-8.9-17.2-5.2-26.2S542.3 416 552 416h64l2.5.1c12.1 1.2 21.5 11.5 21.5 23.9v64l-.3 3.6c-1.2 8.2-6.7 15.3-14.5 18.6c-9 3.7-19.3 1.6-26.2-5.2l-9.1-9.1l-39.6 40.6c-14.7 15.1-34.9 23.6-56 23.6c-43.3 0-78.3-35.1-78.3-78.3V208c0-26.5-21.5-48-48-48s-48 21.5-48 48v304c0 17.7-14.3 32-32 32s-32-14.3-32-32V208c0-26.5-21.5-48-48-48s-48 21.5-48 48v304c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-16.6-12.6-30.2-28.7-31.8l-6.6-.3C44.6 158.2 32 144.6 32 128c0-17.7 14.3-32 32-32c27 0 51.3 11.1 68.7 29c19.9-18 46.3-29 75.3-29c31.3 0 59.7 12.9 80 33.7c20.3-20.8 48.6-33.7 80-33.7"/></svg> </template>
CSS
.icon-scorpio {
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%22M368%2096c61.9%200%20112%2050.1%20112%20112v289.7c0%207.9%206.4%2014.3%2014.3%2014.3c3.9%200%207.6-1.6%2010.2-4.3l40.1-41.1l-9.7-9.7c-6.9-6.9-8.9-17.2-5.2-26.2S542.3%20416%20552%20416h64l2.5.1c12.1%201.2%2021.5%2011.5%2021.5%2023.9v64l-.3%203.6c-1.2%208.2-6.7%2015.3-14.5%2018.6c-9%203.7-19.3%201.6-26.2-5.2l-9.1-9.1l-39.6%2040.6c-14.7%2015.1-34.9%2023.6-56%2023.6c-43.3%200-78.3-35.1-78.3-78.3V208c0-26.5-21.5-48-48-48s-48%2021.5-48%2048v304c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V208c0-26.5-21.5-48-48-48s-48%2021.5-48%2048v304c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V192c0-16.6-12.6-30.2-28.7-31.8l-6.6-.3C44.6%20158.2%2032%20144.6%2032%20128c0-17.7%2014.3-32%2032-32c27%200%2051.3%2011.1%2068.7%2029c19.9-18%2046.3-29%2075.3-29c31.3%200%2059.7%2012.9%2080%2033.7c20.3-20.8%2048.6-33.7%2080-33.7%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%22M368%2096c61.9%200%20112%2050.1%20112%20112v289.7c0%207.9%206.4%2014.3%2014.3%2014.3c3.9%200%207.6-1.6%2010.2-4.3l40.1-41.1l-9.7-9.7c-6.9-6.9-8.9-17.2-5.2-26.2S542.3%20416%20552%20416h64l2.5.1c12.1%201.2%2021.5%2011.5%2021.5%2023.9v64l-.3%203.6c-1.2%208.2-6.7%2015.3-14.5%2018.6c-9%203.7-19.3%201.6-26.2-5.2l-9.1-9.1l-39.6%2040.6c-14.7%2015.1-34.9%2023.6-56%2023.6c-43.3%200-78.3-35.1-78.3-78.3V208c0-26.5-21.5-48-48-48s-48%2021.5-48%2048v304c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V208c0-26.5-21.5-48-48-48s-48%2021.5-48%2048v304c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V192c0-16.6-12.6-30.2-28.7-31.8l-6.6-.3C44.6%20158.2%2032%20144.6%2032%20128c0-17.7%2014.3-32%2032-32c27%200%2051.3%2011.1%2068.7%2029c19.9-18%2046.3-29%2075.3-29c31.3%200%2059.7%2012.9%2080%2033.7c20.3-20.8%2048.6-33.7%2080-33.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/scorpio.svg?color=%231a73e8&size=48