aurous logo
aurous from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- aurous
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×286
- License
- CC0
Use the aurous logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 286"><defs><linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="ssvg-id-aurousa"><stop stop-color="#52F2C9" offset="0%"/><stop stop-color="#52F2C9" offset="9.876%"/><stop stop-color="#8573E2" offset="100%"/></linearGradient></defs><path d="M22.37 285.192c-3.854 0-7.706-1.016-11.214-3.048C4.171 278.096 0 270.859 0 262.786V21.908c0-7.887 4.073-14.96 10.895-18.92c6.822-3.96 14.983-3.985 21.832-.071l155.474 88.847a7.995 7.995 0 0 1-7.933 13.88L24.795 16.799c-2.658-1.518-4.994-.493-5.876.019c-.881.512-2.931 2.032-2.931 5.09v240.879c0 3.32 2.226 4.969 3.183 5.523c.957.555 3.494 1.668 6.375.015l200.493-114.952h-23.111a7.995 7.995 0 0 1-7.994-7.995v-5.33h-9.992v18.154a7.995 7.995 0 0 1-7.994 7.994h-25.314a7.995 7.995 0 0 1-7.994-7.994v-33.308h-10.242v56.373a7.994 7.994 0 0 1-7.994 7.994h-26.23a7.995 7.995 0 0 1-7.994-7.994V101.41h-9.825v108.583a7.995 7.995 0 0 1-7.995 7.994H46.714a7.994 7.994 0 0 1-7.994-7.994V65.77h-3.331a7.994 7.994 0 1 1 0-15.988h11.325a7.994 7.994 0 0 1 7.994 7.994V202h10.658V93.417a7.994 7.994 0 0 1 7.994-7.994h25.814a7.994 7.994 0 0 1 7.994 7.994v79.855h10.242v-56.373a7.995 7.995 0 0 1 7.994-7.994h26.23a7.994 7.994 0 0 1 7.994 7.994v33.308h9.326v-18.153a7.994 7.994 0 0 1 7.994-7.994h25.98a7.994 7.994 0 0 1 7.994 7.994v5.329h34.144c5.02 0 9.261 3.26 10.552 8.11c1.292 4.852-.767 9.789-5.123 12.285L33.498 282.194c-3.487 1.999-7.308 2.998-11.128 2.998" fill="url(#ssvg-id-aurousa)"/></svg>
React
import type { SVGProps } from "react";
export function LogosAurous(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 286"><defs><linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="ssvgId-aurousa"><stop stopColor="#52F2C9" offset="0%"/><stop stopColor="#52F2C9" offset="9.876%"/><stop stopColor="#8573E2" offset="100%"/></linearGradient></defs><path d="M22.37 285.192c-3.854 0-7.706-1.016-11.214-3.048C4.171 278.096 0 270.859 0 262.786V21.908c0-7.887 4.073-14.96 10.895-18.92c6.822-3.96 14.983-3.985 21.832-.071l155.474 88.847a7.995 7.995 0 0 1-7.933 13.88L24.795 16.799c-2.658-1.518-4.994-.493-5.876.019c-.881.512-2.931 2.032-2.931 5.09v240.879c0 3.32 2.226 4.969 3.183 5.523c.957.555 3.494 1.668 6.375.015l200.493-114.952h-23.111a7.995 7.995 0 0 1-7.994-7.995v-5.33h-9.992v18.154a7.995 7.995 0 0 1-7.994 7.994h-25.314a7.995 7.995 0 0 1-7.994-7.994v-33.308h-10.242v56.373a7.994 7.994 0 0 1-7.994 7.994h-26.23a7.995 7.995 0 0 1-7.994-7.994V101.41h-9.825v108.583a7.995 7.995 0 0 1-7.995 7.994H46.714a7.994 7.994 0 0 1-7.994-7.994V65.77h-3.331a7.994 7.994 0 1 1 0-15.988h11.325a7.994 7.994 0 0 1 7.994 7.994V202h10.658V93.417a7.994 7.994 0 0 1 7.994-7.994h25.814a7.994 7.994 0 0 1 7.994 7.994v79.855h10.242v-56.373a7.995 7.995 0 0 1 7.994-7.994h26.23a7.994 7.994 0 0 1 7.994 7.994v33.308h9.326v-18.153a7.994 7.994 0 0 1 7.994-7.994h25.98a7.994 7.994 0 0 1 7.994 7.994v5.329h34.144c5.02 0 9.261 3.26 10.552 8.11c1.292 4.852-.767 9.789-5.123 12.285L33.498 282.194c-3.487 1.999-7.308 2.998-11.128 2.998" fill="url(#ssvgId-aurousa)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 286"><defs><linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="ssvg-id-aurousa"><stop stop-color="#52F2C9" offset="0%"/><stop stop-color="#52F2C9" offset="9.876%"/><stop stop-color="#8573E2" offset="100%"/></linearGradient></defs><path d="M22.37 285.192c-3.854 0-7.706-1.016-11.214-3.048C4.171 278.096 0 270.859 0 262.786V21.908c0-7.887 4.073-14.96 10.895-18.92c6.822-3.96 14.983-3.985 21.832-.071l155.474 88.847a7.995 7.995 0 0 1-7.933 13.88L24.795 16.799c-2.658-1.518-4.994-.493-5.876.019c-.881.512-2.931 2.032-2.931 5.09v240.879c0 3.32 2.226 4.969 3.183 5.523c.957.555 3.494 1.668 6.375.015l200.493-114.952h-23.111a7.995 7.995 0 0 1-7.994-7.995v-5.33h-9.992v18.154a7.995 7.995 0 0 1-7.994 7.994h-25.314a7.995 7.995 0 0 1-7.994-7.994v-33.308h-10.242v56.373a7.994 7.994 0 0 1-7.994 7.994h-26.23a7.995 7.995 0 0 1-7.994-7.994V101.41h-9.825v108.583a7.995 7.995 0 0 1-7.995 7.994H46.714a7.994 7.994 0 0 1-7.994-7.994V65.77h-3.331a7.994 7.994 0 1 1 0-15.988h11.325a7.994 7.994 0 0 1 7.994 7.994V202h10.658V93.417a7.994 7.994 0 0 1 7.994-7.994h25.814a7.994 7.994 0 0 1 7.994 7.994v79.855h10.242v-56.373a7.995 7.995 0 0 1 7.994-7.994h26.23a7.994 7.994 0 0 1 7.994 7.994v33.308h9.326v-18.153a7.994 7.994 0 0 1 7.994-7.994h25.98a7.994 7.994 0 0 1 7.994 7.994v5.329h34.144c5.02 0 9.261 3.26 10.552 8.11c1.292 4.852-.767 9.789-5.123 12.285L33.498 282.194c-3.487 1.999-7.308 2.998-11.128 2.998" fill="url(#ssvg-id-aurousa)"/></svg> </template>
CSS
.icon-aurous {
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%20286%22%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%220%25%22%20y1%3D%2250%25%22%20x2%3D%22100%25%22%20y2%3D%2250%25%22%20id%3D%22ssvg-id-aurousa%22%3E%3Cstop%20stop-color%3D%22%2352F2C9%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%2352F2C9%22%20offset%3D%229.876%25%22%2F%3E%3Cstop%20stop-color%3D%22%238573E2%22%20offset%3D%22100%25%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M22.37%20285.192c-3.854%200-7.706-1.016-11.214-3.048C4.171%20278.096%200%20270.859%200%20262.786V21.908c0-7.887%204.073-14.96%2010.895-18.92c6.822-3.96%2014.983-3.985%2021.832-.071l155.474%2088.847a7.995%207.995%200%200%201-7.933%2013.88L24.795%2016.799c-2.658-1.518-4.994-.493-5.876.019c-.881.512-2.931%202.032-2.931%205.09v240.879c0%203.32%202.226%204.969%203.183%205.523c.957.555%203.494%201.668%206.375.015l200.493-114.952h-23.111a7.995%207.995%200%200%201-7.994-7.995v-5.33h-9.992v18.154a7.995%207.995%200%200%201-7.994%207.994h-25.314a7.995%207.995%200%200%201-7.994-7.994v-33.308h-10.242v56.373a7.994%207.994%200%200%201-7.994%207.994h-26.23a7.995%207.995%200%200%201-7.994-7.994V101.41h-9.825v108.583a7.995%207.995%200%200%201-7.995%207.994H46.714a7.994%207.994%200%200%201-7.994-7.994V65.77h-3.331a7.994%207.994%200%201%201%200-15.988h11.325a7.994%207.994%200%200%201%207.994%207.994V202h10.658V93.417a7.994%207.994%200%200%201%207.994-7.994h25.814a7.994%207.994%200%200%201%207.994%207.994v79.855h10.242v-56.373a7.995%207.995%200%200%201%207.994-7.994h26.23a7.994%207.994%200%200%201%207.994%207.994v33.308h9.326v-18.153a7.994%207.994%200%200%201%207.994-7.994h25.98a7.994%207.994%200%200%201%207.994%207.994v5.329h34.144c5.02%200%209.261%203.26%2010.552%208.11c1.292%204.852-.767%209.789-5.123%2012.285L33.498%20282.194c-3.487%201.999-7.308%202.998-11.128%202.998%22%20fill%3D%22url(%23ssvg-id-aurousa)%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%20286%22%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%220%25%22%20y1%3D%2250%25%22%20x2%3D%22100%25%22%20y2%3D%2250%25%22%20id%3D%22ssvg-id-aurousa%22%3E%3Cstop%20stop-color%3D%22%2352F2C9%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%2352F2C9%22%20offset%3D%229.876%25%22%2F%3E%3Cstop%20stop-color%3D%22%238573E2%22%20offset%3D%22100%25%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M22.37%20285.192c-3.854%200-7.706-1.016-11.214-3.048C4.171%20278.096%200%20270.859%200%20262.786V21.908c0-7.887%204.073-14.96%2010.895-18.92c6.822-3.96%2014.983-3.985%2021.832-.071l155.474%2088.847a7.995%207.995%200%200%201-7.933%2013.88L24.795%2016.799c-2.658-1.518-4.994-.493-5.876.019c-.881.512-2.931%202.032-2.931%205.09v240.879c0%203.32%202.226%204.969%203.183%205.523c.957.555%203.494%201.668%206.375.015l200.493-114.952h-23.111a7.995%207.995%200%200%201-7.994-7.995v-5.33h-9.992v18.154a7.995%207.995%200%200%201-7.994%207.994h-25.314a7.995%207.995%200%200%201-7.994-7.994v-33.308h-10.242v56.373a7.994%207.994%200%200%201-7.994%207.994h-26.23a7.995%207.995%200%200%201-7.994-7.994V101.41h-9.825v108.583a7.995%207.995%200%200%201-7.995%207.994H46.714a7.994%207.994%200%200%201-7.994-7.994V65.77h-3.331a7.994%207.994%200%201%201%200-15.988h11.325a7.994%207.994%200%200%201%207.994%207.994V202h10.658V93.417a7.994%207.994%200%200%201%207.994-7.994h25.814a7.994%207.994%200%200%201%207.994%207.994v79.855h10.242v-56.373a7.995%207.995%200%200%201%207.994-7.994h26.23a7.994%207.994%200%200%201%207.994%207.994v33.308h9.326v-18.153a7.994%207.994%200%200%201%207.994-7.994h25.98a7.994%207.994%200%200%201%207.994%207.994v5.329h34.144c5.02%200%209.261%203.26%2010.552%208.11c1.292%204.852-.767%209.789-5.123%2012.285L33.498%20282.194c-3.487%201.999-7.308%202.998-11.128%202.998%22%20fill%3D%22url(%23ssvg-id-aurousa)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/aurous.svg?color=%231a73e8&size=48