stigg icon logo
stigg-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- stigg-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×252
- License
- CC0
Use the stigg icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 252"><defs><linearGradient id="SVGEVUxfcrH" x1="64.26" x2="-2.269" y1="-38.457" y2="31.007" gradientTransform="scale(9.81654)" gradientUnits="userSpaceOnUse"><stop offset=".577" stop-color="#f9f8f5"/><stop offset=".735" stop-color="#92e759"/><stop offset=".929" stop-color="#69fff1"/></linearGradient></defs><path fill="url(#SVGEVUxfcrH)" d="M186.814 241.623c-1.261.631-25.344 11.228-67.935 9.234c-22.189-1.048-41.435-5.141-55.106-8.919l73.721-85.416c13.144 3.357 30.076 6.506 49.32 7.45c42.593 2.099 66.674-8.605 67.936-9.234l-67.936 86.989zM76.709 77.506C64.614 36.688 69.347 10.873 69.662 9.51L1.096 95.976c-.21 1.363-4.943 27.178 7.045 67.996c6.31 21.198 14.828 38.932 21.769 51.314l65.728-91.609c-6.31-11.962-13.461-27.701-18.929-46.065zm170.89 9.025c-9.674-32.74-24.819-56.978-31.022-66.214l-60.996 77.547l11.464 54.88c6.834.944 13.565 1.573 20.4 1.994c3.47.104 6.942.21 10.307.21c33.021 0 51.425-7.764 53.423-8.708l4.733-2.101c.421-11.332-.317-31.375-8.203-57.714zm-38.28-71.774C198.908 10.873 171.776 1.953 137.598.276c-27.447-1.365-47.114 2.623-58.05 5.77l-.948 5.037c-.21 1.05-4.416 25.499 6.837 63.801c1.893 6.504 4.206 12.906 6.73 19.308l56.157-1.89l61.101-77.441z"/></svg>
React
import type { SVGProps } from "react";
export function LogosStiggIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 252"><defs><linearGradient id="SVGEVUxfcrH" x1="64.26" x2="-2.269" y1="-38.457" y2="31.007" gradientTransform="scale(9.81654)" gradientUnits="userSpaceOnUse"><stop offset=".577" stopColor="#f9f8f5"/><stop offset=".735" stopColor="#92e759"/><stop offset=".929" stopColor="#69fff1"/></linearGradient></defs><path fill="url(#SVGEVUxfcrH)" d="M186.814 241.623c-1.261.631-25.344 11.228-67.935 9.234c-22.189-1.048-41.435-5.141-55.106-8.919l73.721-85.416c13.144 3.357 30.076 6.506 49.32 7.45c42.593 2.099 66.674-8.605 67.936-9.234l-67.936 86.989zM76.709 77.506C64.614 36.688 69.347 10.873 69.662 9.51L1.096 95.976c-.21 1.363-4.943 27.178 7.045 67.996c6.31 21.198 14.828 38.932 21.769 51.314l65.728-91.609c-6.31-11.962-13.461-27.701-18.929-46.065zm170.89 9.025c-9.674-32.74-24.819-56.978-31.022-66.214l-60.996 77.547l11.464 54.88c6.834.944 13.565 1.573 20.4 1.994c3.47.104 6.942.21 10.307.21c33.021 0 51.425-7.764 53.423-8.708l4.733-2.101c.421-11.332-.317-31.375-8.203-57.714zm-38.28-71.774C198.908 10.873 171.776 1.953 137.598.276c-27.447-1.365-47.114 2.623-58.05 5.77l-.948 5.037c-.21 1.05-4.416 25.499 6.837 63.801c1.893 6.504 4.206 12.906 6.73 19.308l56.157-1.89l61.101-77.441z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 252"><defs><linearGradient id="SVGEVUxfcrH" x1="64.26" x2="-2.269" y1="-38.457" y2="31.007" gradientTransform="scale(9.81654)" gradientUnits="userSpaceOnUse"><stop offset=".577" stop-color="#f9f8f5"/><stop offset=".735" stop-color="#92e759"/><stop offset=".929" stop-color="#69fff1"/></linearGradient></defs><path fill="url(#SVGEVUxfcrH)" d="M186.814 241.623c-1.261.631-25.344 11.228-67.935 9.234c-22.189-1.048-41.435-5.141-55.106-8.919l73.721-85.416c13.144 3.357 30.076 6.506 49.32 7.45c42.593 2.099 66.674-8.605 67.936-9.234l-67.936 86.989zM76.709 77.506C64.614 36.688 69.347 10.873 69.662 9.51L1.096 95.976c-.21 1.363-4.943 27.178 7.045 67.996c6.31 21.198 14.828 38.932 21.769 51.314l65.728-91.609c-6.31-11.962-13.461-27.701-18.929-46.065zm170.89 9.025c-9.674-32.74-24.819-56.978-31.022-66.214l-60.996 77.547l11.464 54.88c6.834.944 13.565 1.573 20.4 1.994c3.47.104 6.942.21 10.307.21c33.021 0 51.425-7.764 53.423-8.708l4.733-2.101c.421-11.332-.317-31.375-8.203-57.714zm-38.28-71.774C198.908 10.873 171.776 1.953 137.598.276c-27.447-1.365-47.114 2.623-58.05 5.77l-.948 5.037c-.21 1.05-4.416 25.499 6.837 63.801c1.893 6.504 4.206 12.906 6.73 19.308l56.157-1.89l61.101-77.441z"/></svg> </template>
CSS
.icon-stigg-icon {
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%20256%20252%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGEVUxfcrH%22%20x1%3D%2264.26%22%20x2%3D%22-2.269%22%20y1%3D%22-38.457%22%20y2%3D%2231.007%22%20gradientTransform%3D%22scale(9.81654)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.577%22%20stop-color%3D%22%23f9f8f5%22%2F%3E%3Cstop%20offset%3D%22.735%22%20stop-color%3D%22%2392e759%22%2F%3E%3Cstop%20offset%3D%22.929%22%20stop-color%3D%22%2369fff1%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGEVUxfcrH)%22%20d%3D%22M186.814%20241.623c-1.261.631-25.344%2011.228-67.935%209.234c-22.189-1.048-41.435-5.141-55.106-8.919l73.721-85.416c13.144%203.357%2030.076%206.506%2049.32%207.45c42.593%202.099%2066.674-8.605%2067.936-9.234l-67.936%2086.989zM76.709%2077.506C64.614%2036.688%2069.347%2010.873%2069.662%209.51L1.096%2095.976c-.21%201.363-4.943%2027.178%207.045%2067.996c6.31%2021.198%2014.828%2038.932%2021.769%2051.314l65.728-91.609c-6.31-11.962-13.461-27.701-18.929-46.065zm170.89%209.025c-9.674-32.74-24.819-56.978-31.022-66.214l-60.996%2077.547l11.464%2054.88c6.834.944%2013.565%201.573%2020.4%201.994c3.47.104%206.942.21%2010.307.21c33.021%200%2051.425-7.764%2053.423-8.708l4.733-2.101c.421-11.332-.317-31.375-8.203-57.714zm-38.28-71.774C198.908%2010.873%20171.776%201.953%20137.598.276c-27.447-1.365-47.114%202.623-58.05%205.77l-.948%205.037c-.21%201.05-4.416%2025.499%206.837%2063.801c1.893%206.504%204.206%2012.906%206.73%2019.308l56.157-1.89l61.101-77.441z%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%20256%20252%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGEVUxfcrH%22%20x1%3D%2264.26%22%20x2%3D%22-2.269%22%20y1%3D%22-38.457%22%20y2%3D%2231.007%22%20gradientTransform%3D%22scale(9.81654)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.577%22%20stop-color%3D%22%23f9f8f5%22%2F%3E%3Cstop%20offset%3D%22.735%22%20stop-color%3D%22%2392e759%22%2F%3E%3Cstop%20offset%3D%22.929%22%20stop-color%3D%22%2369fff1%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGEVUxfcrH)%22%20d%3D%22M186.814%20241.623c-1.261.631-25.344%2011.228-67.935%209.234c-22.189-1.048-41.435-5.141-55.106-8.919l73.721-85.416c13.144%203.357%2030.076%206.506%2049.32%207.45c42.593%202.099%2066.674-8.605%2067.936-9.234l-67.936%2086.989zM76.709%2077.506C64.614%2036.688%2069.347%2010.873%2069.662%209.51L1.096%2095.976c-.21%201.363-4.943%2027.178%207.045%2067.996c6.31%2021.198%2014.828%2038.932%2021.769%2051.314l65.728-91.609c-6.31-11.962-13.461-27.701-18.929-46.065zm170.89%209.025c-9.674-32.74-24.819-56.978-31.022-66.214l-60.996%2077.547l11.464%2054.88c6.834.944%2013.565%201.573%2020.4%201.994c3.47.104%206.942.21%2010.307.21c33.021%200%2051.425-7.764%2053.423-8.708l4.733-2.101c.421-11.332-.317-31.375-8.203-57.714zm-38.28-71.774C198.908%2010.873%20171.776%201.953%20137.598.276c-27.447-1.365-47.114%202.623-58.05%205.77l-.948%205.037c-.21%201.05-4.416%2025.499%206.837%2063.801c1.893%206.504%204.206%2012.906%206.73%2019.308l56.157-1.89l61.101-77.441z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/stigg-icon.svg?color=%231a73e8&size=48