stability ai icon logo
stability-ai-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- stability-ai-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×213
- License
- CC0
Related icons in SVG Logos
Use the stability ai icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 213"><defs><linearGradient id="SVGe76EbcIH" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#9d39ff"/><stop offset="100%" stop-color="#a380ff"/></linearGradient></defs><path fill="url(#SVGe76EbcIH)" d="M72.418 212.45c49.478 0 81.658-26.205 81.658-65.626c0-30.572-19.572-49.998-54.569-58.043l-22.469-6.74c-19.71-4.424-31.215-9.738-28.505-23.312c2.255-11.292 9.002-17.667 24.69-17.667c49.872 0 68.35 17.667 68.35 17.667V16.237S123.583 0 73.223 0C25.757 0 0 24.424 0 62.236c0 30.571 17.85 48.35 54.052 56.798q3.802.95 3.885.976q8.26 2.556 22.293 6.755c18.504 4.425 23.262 9.121 23.262 23.2c0 12.872-13.374 20.19-31.074 20.19C21.432 170.154 0 144.36 0 144.36v47.078s13.402 21.01 72.418 21.01"/><path fill="#e80000" d="M225.442 209.266c17.515 0 30.558-12.67 30.558-29.812c0-17.515-12.67-29.813-30.558-29.813c-17.515 0-30.185 12.298-30.185 29.813s12.67 29.812 30.185 29.812"/></svg>
React
import type { SVGProps } from "react";
export function LogosStabilityAiIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 213"><defs><linearGradient id="SVGe76EbcIH" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stopColor="#9d39ff"/><stop offset="100%" stopColor="#a380ff"/></linearGradient></defs><path fill="url(#SVGe76EbcIH)" d="M72.418 212.45c49.478 0 81.658-26.205 81.658-65.626c0-30.572-19.572-49.998-54.569-58.043l-22.469-6.74c-19.71-4.424-31.215-9.738-28.505-23.312c2.255-11.292 9.002-17.667 24.69-17.667c49.872 0 68.35 17.667 68.35 17.667V16.237S123.583 0 73.223 0C25.757 0 0 24.424 0 62.236c0 30.571 17.85 48.35 54.052 56.798q3.802.95 3.885.976q8.26 2.556 22.293 6.755c18.504 4.425 23.262 9.121 23.262 23.2c0 12.872-13.374 20.19-31.074 20.19C21.432 170.154 0 144.36 0 144.36v47.078s13.402 21.01 72.418 21.01"/><path fill="#e80000" d="M225.442 209.266c17.515 0 30.558-12.67 30.558-29.812c0-17.515-12.67-29.813-30.558-29.813c-17.515 0-30.185 12.298-30.185 29.813s12.67 29.812 30.185 29.812"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 213"><defs><linearGradient id="SVGe76EbcIH" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#9d39ff"/><stop offset="100%" stop-color="#a380ff"/></linearGradient></defs><path fill="url(#SVGe76EbcIH)" d="M72.418 212.45c49.478 0 81.658-26.205 81.658-65.626c0-30.572-19.572-49.998-54.569-58.043l-22.469-6.74c-19.71-4.424-31.215-9.738-28.505-23.312c2.255-11.292 9.002-17.667 24.69-17.667c49.872 0 68.35 17.667 68.35 17.667V16.237S123.583 0 73.223 0C25.757 0 0 24.424 0 62.236c0 30.571 17.85 48.35 54.052 56.798q3.802.95 3.885.976q8.26 2.556 22.293 6.755c18.504 4.425 23.262 9.121 23.262 23.2c0 12.872-13.374 20.19-31.074 20.19C21.432 170.154 0 144.36 0 144.36v47.078s13.402 21.01 72.418 21.01"/><path fill="#e80000" d="M225.442 209.266c17.515 0 30.558-12.67 30.558-29.812c0-17.515-12.67-29.813-30.558-29.813c-17.515 0-30.185 12.298-30.185 29.813s12.67 29.812 30.185 29.812"/></svg> </template>
CSS
.icon-stability-ai-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%20213%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGe76EbcIH%22%20x1%3D%2250%25%22%20x2%3D%2250%25%22%20y1%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%239d39ff%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23a380ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGe76EbcIH)%22%20d%3D%22M72.418%20212.45c49.478%200%2081.658-26.205%2081.658-65.626c0-30.572-19.572-49.998-54.569-58.043l-22.469-6.74c-19.71-4.424-31.215-9.738-28.505-23.312c2.255-11.292%209.002-17.667%2024.69-17.667c49.872%200%2068.35%2017.667%2068.35%2017.667V16.237S123.583%200%2073.223%200C25.757%200%200%2024.424%200%2062.236c0%2030.571%2017.85%2048.35%2054.052%2056.798q3.802.95%203.885.976q8.26%202.556%2022.293%206.755c18.504%204.425%2023.262%209.121%2023.262%2023.2c0%2012.872-13.374%2020.19-31.074%2020.19C21.432%20170.154%200%20144.36%200%20144.36v47.078s13.402%2021.01%2072.418%2021.01%22%2F%3E%3Cpath%20fill%3D%22%23e80000%22%20d%3D%22M225.442%20209.266c17.515%200%2030.558-12.67%2030.558-29.812c0-17.515-12.67-29.813-30.558-29.813c-17.515%200-30.185%2012.298-30.185%2029.813s12.67%2029.812%2030.185%2029.812%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%20213%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGe76EbcIH%22%20x1%3D%2250%25%22%20x2%3D%2250%25%22%20y1%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%239d39ff%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23a380ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGe76EbcIH)%22%20d%3D%22M72.418%20212.45c49.478%200%2081.658-26.205%2081.658-65.626c0-30.572-19.572-49.998-54.569-58.043l-22.469-6.74c-19.71-4.424-31.215-9.738-28.505-23.312c2.255-11.292%209.002-17.667%2024.69-17.667c49.872%200%2068.35%2017.667%2068.35%2017.667V16.237S123.583%200%2073.223%200C25.757%200%200%2024.424%200%2062.236c0%2030.571%2017.85%2048.35%2054.052%2056.798q3.802.95%203.885.976q8.26%202.556%2022.293%206.755c18.504%204.425%2023.262%209.121%2023.262%2023.2c0%2012.872-13.374%2020.19-31.074%2020.19C21.432%20170.154%200%20144.36%200%20144.36v47.078s13.402%2021.01%2072.418%2021.01%22%2F%3E%3Cpath%20fill%3D%22%23e80000%22%20d%3D%22M225.442%20209.266c17.515%200%2030.558-12.67%2030.558-29.812c0-17.515-12.67-29.813-30.558-29.813c-17.515%200-30.185%2012.298-30.185%2029.813s12.67%2029.812%2030.185%2029.812%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/stability-ai-icon.svg?color=%231a73e8&size=48