stately logo
stately from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- stately
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×140
- License
- CC0
Related icons in SVG Logos
Use the stately logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 140"><path d="m38.143.02l77.147 77.15c.891.946 1.504 2.282 1.504 3.73a5.13 5.13 0 0 1-1.893 4.007l-52.657 52.657a5.543 5.543 0 0 1-7.848 0L1.628 84.795a5.543 5.543 0 0 1 0-7.849l32.507-32.563l3.618 3.619l.759.746c5.164 5.387 12.182 18.799 1.58 30.09c-1.114 1.114-1.114 2.84 0 3.953L56.344 99.1a2.76 2.76 0 0 0 3.952 0L76.55 82.846c.501-.502.89-1.225.89-2.004c0-.724-.333-1.448-.834-1.948L62.69 64.979l.056-.056l-24.547-24.547C27.066 29.188 26.955 11.209 38.143.02m32.413 4.17c5.587-5.587 14.645-5.587 20.231 0s5.586 14.644 0 20.23s-14.644 5.587-20.23 0s-5.587-14.644 0-20.23m117.708 61.067c-12.858-1.67-15.03-4.341-15.03-9.63c0-5.343 4.955-8.683 12.97-8.683c8.428 0 12.818 2.659 14.443 8.76l.252 1.037h7.404l-.056-.278c-1.28-9.964-9.129-15.419-22.099-15.419c-11.967 0-20.65 6.402-20.65 15.252c0 10.406 9.087 13.59 19.417 15.184l2.013.29c11.578 1.614 15.14 4.063 15.14 10.298c0 5.9-5.956 10.13-14.194 10.13c-12.97 0-15.585-5.733-16.531-11.911l-.056-.223h-7.96l.056.278c1.001 8.071 6.067 17.756 24.491 17.756c12.635 0 22.21-7.125 22.21-16.531c0-11.077-8.35-14.417-21.82-16.31m74.53-23.49h-45.142v7.069h18.425V97.43h8.238V48.836h18.48zm22.6 0L263.351 97.43h7.848l6.123-15.864h25.828l6.234 15.864h8.183l-21.709-55.663zm-5.233 33.398l10.075-26.886l10.075 26.886zm38.52-26.329h18.48V97.43h8.237V48.836h18.48v-7.069h-45.198zm65.459 24.158h15.641V65.98h-15.641V48.836h30.781v-7.069h-39.02V97.43h39.02v-7.07h-30.781zm52.375-31.227v48.594h29.056v7.069h-37.294V41.767zm34.85 0l16.476 25.382l15.81-25.382H512l-20.261 31.505V97.43h-8.238V73.217l-21.486-31.45z"/></svg>
React
import type { SVGProps } from "react";
export function LogosStately(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 140"><path d="m38.143.02l77.147 77.15c.891.946 1.504 2.282 1.504 3.73a5.13 5.13 0 0 1-1.893 4.007l-52.657 52.657a5.543 5.543 0 0 1-7.848 0L1.628 84.795a5.543 5.543 0 0 1 0-7.849l32.507-32.563l3.618 3.619l.759.746c5.164 5.387 12.182 18.799 1.58 30.09c-1.114 1.114-1.114 2.84 0 3.953L56.344 99.1a2.76 2.76 0 0 0 3.952 0L76.55 82.846c.501-.502.89-1.225.89-2.004c0-.724-.333-1.448-.834-1.948L62.69 64.979l.056-.056l-24.547-24.547C27.066 29.188 26.955 11.209 38.143.02m32.413 4.17c5.587-5.587 14.645-5.587 20.231 0s5.586 14.644 0 20.23s-14.644 5.587-20.23 0s-5.587-14.644 0-20.23m117.708 61.067c-12.858-1.67-15.03-4.341-15.03-9.63c0-5.343 4.955-8.683 12.97-8.683c8.428 0 12.818 2.659 14.443 8.76l.252 1.037h7.404l-.056-.278c-1.28-9.964-9.129-15.419-22.099-15.419c-11.967 0-20.65 6.402-20.65 15.252c0 10.406 9.087 13.59 19.417 15.184l2.013.29c11.578 1.614 15.14 4.063 15.14 10.298c0 5.9-5.956 10.13-14.194 10.13c-12.97 0-15.585-5.733-16.531-11.911l-.056-.223h-7.96l.056.278c1.001 8.071 6.067 17.756 24.491 17.756c12.635 0 22.21-7.125 22.21-16.531c0-11.077-8.35-14.417-21.82-16.31m74.53-23.49h-45.142v7.069h18.425V97.43h8.238V48.836h18.48zm22.6 0L263.351 97.43h7.848l6.123-15.864h25.828l6.234 15.864h8.183l-21.709-55.663zm-5.233 33.398l10.075-26.886l10.075 26.886zm38.52-26.329h18.48V97.43h8.237V48.836h18.48v-7.069h-45.198zm65.459 24.158h15.641V65.98h-15.641V48.836h30.781v-7.069h-39.02V97.43h39.02v-7.07h-30.781zm52.375-31.227v48.594h29.056v7.069h-37.294V41.767zm34.85 0l16.476 25.382l15.81-25.382H512l-20.261 31.505V97.43h-8.238V73.217l-21.486-31.45z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 140"><path d="m38.143.02l77.147 77.15c.891.946 1.504 2.282 1.504 3.73a5.13 5.13 0 0 1-1.893 4.007l-52.657 52.657a5.543 5.543 0 0 1-7.848 0L1.628 84.795a5.543 5.543 0 0 1 0-7.849l32.507-32.563l3.618 3.619l.759.746c5.164 5.387 12.182 18.799 1.58 30.09c-1.114 1.114-1.114 2.84 0 3.953L56.344 99.1a2.76 2.76 0 0 0 3.952 0L76.55 82.846c.501-.502.89-1.225.89-2.004c0-.724-.333-1.448-.834-1.948L62.69 64.979l.056-.056l-24.547-24.547C27.066 29.188 26.955 11.209 38.143.02m32.413 4.17c5.587-5.587 14.645-5.587 20.231 0s5.586 14.644 0 20.23s-14.644 5.587-20.23 0s-5.587-14.644 0-20.23m117.708 61.067c-12.858-1.67-15.03-4.341-15.03-9.63c0-5.343 4.955-8.683 12.97-8.683c8.428 0 12.818 2.659 14.443 8.76l.252 1.037h7.404l-.056-.278c-1.28-9.964-9.129-15.419-22.099-15.419c-11.967 0-20.65 6.402-20.65 15.252c0 10.406 9.087 13.59 19.417 15.184l2.013.29c11.578 1.614 15.14 4.063 15.14 10.298c0 5.9-5.956 10.13-14.194 10.13c-12.97 0-15.585-5.733-16.531-11.911l-.056-.223h-7.96l.056.278c1.001 8.071 6.067 17.756 24.491 17.756c12.635 0 22.21-7.125 22.21-16.531c0-11.077-8.35-14.417-21.82-16.31m74.53-23.49h-45.142v7.069h18.425V97.43h8.238V48.836h18.48zm22.6 0L263.351 97.43h7.848l6.123-15.864h25.828l6.234 15.864h8.183l-21.709-55.663zm-5.233 33.398l10.075-26.886l10.075 26.886zm38.52-26.329h18.48V97.43h8.237V48.836h18.48v-7.069h-45.198zm65.459 24.158h15.641V65.98h-15.641V48.836h30.781v-7.069h-39.02V97.43h39.02v-7.07h-30.781zm52.375-31.227v48.594h29.056v7.069h-37.294V41.767zm34.85 0l16.476 25.382l15.81-25.382H512l-20.261 31.505V97.43h-8.238V73.217l-21.486-31.45z"/></svg> </template>
CSS
.icon-stately {
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%20512%20140%22%3E%3Cpath%20d%3D%22m38.143.02l77.147%2077.15c.891.946%201.504%202.282%201.504%203.73a5.13%205.13%200%200%201-1.893%204.007l-52.657%2052.657a5.543%205.543%200%200%201-7.848%200L1.628%2084.795a5.543%205.543%200%200%201%200-7.849l32.507-32.563l3.618%203.619l.759.746c5.164%205.387%2012.182%2018.799%201.58%2030.09c-1.114%201.114-1.114%202.84%200%203.953L56.344%2099.1a2.76%202.76%200%200%200%203.952%200L76.55%2082.846c.501-.502.89-1.225.89-2.004c0-.724-.333-1.448-.834-1.948L62.69%2064.979l.056-.056l-24.547-24.547C27.066%2029.188%2026.955%2011.209%2038.143.02m32.413%204.17c5.587-5.587%2014.645-5.587%2020.231%200s5.586%2014.644%200%2020.23s-14.644%205.587-20.23%200s-5.587-14.644%200-20.23m117.708%2061.067c-12.858-1.67-15.03-4.341-15.03-9.63c0-5.343%204.955-8.683%2012.97-8.683c8.428%200%2012.818%202.659%2014.443%208.76l.252%201.037h7.404l-.056-.278c-1.28-9.964-9.129-15.419-22.099-15.419c-11.967%200-20.65%206.402-20.65%2015.252c0%2010.406%209.087%2013.59%2019.417%2015.184l2.013.29c11.578%201.614%2015.14%204.063%2015.14%2010.298c0%205.9-5.956%2010.13-14.194%2010.13c-12.97%200-15.585-5.733-16.531-11.911l-.056-.223h-7.96l.056.278c1.001%208.071%206.067%2017.756%2024.491%2017.756c12.635%200%2022.21-7.125%2022.21-16.531c0-11.077-8.35-14.417-21.82-16.31m74.53-23.49h-45.142v7.069h18.425V97.43h8.238V48.836h18.48zm22.6%200L263.351%2097.43h7.848l6.123-15.864h25.828l6.234%2015.864h8.183l-21.709-55.663zm-5.233%2033.398l10.075-26.886l10.075%2026.886zm38.52-26.329h18.48V97.43h8.237V48.836h18.48v-7.069h-45.198zm65.459%2024.158h15.641V65.98h-15.641V48.836h30.781v-7.069h-39.02V97.43h39.02v-7.07h-30.781zm52.375-31.227v48.594h29.056v7.069h-37.294V41.767zm34.85%200l16.476%2025.382l15.81-25.382H512l-20.261%2031.505V97.43h-8.238V73.217l-21.486-31.45z%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%20512%20140%22%3E%3Cpath%20d%3D%22m38.143.02l77.147%2077.15c.891.946%201.504%202.282%201.504%203.73a5.13%205.13%200%200%201-1.893%204.007l-52.657%2052.657a5.543%205.543%200%200%201-7.848%200L1.628%2084.795a5.543%205.543%200%200%201%200-7.849l32.507-32.563l3.618%203.619l.759.746c5.164%205.387%2012.182%2018.799%201.58%2030.09c-1.114%201.114-1.114%202.84%200%203.953L56.344%2099.1a2.76%202.76%200%200%200%203.952%200L76.55%2082.846c.501-.502.89-1.225.89-2.004c0-.724-.333-1.448-.834-1.948L62.69%2064.979l.056-.056l-24.547-24.547C27.066%2029.188%2026.955%2011.209%2038.143.02m32.413%204.17c5.587-5.587%2014.645-5.587%2020.231%200s5.586%2014.644%200%2020.23s-14.644%205.587-20.23%200s-5.587-14.644%200-20.23m117.708%2061.067c-12.858-1.67-15.03-4.341-15.03-9.63c0-5.343%204.955-8.683%2012.97-8.683c8.428%200%2012.818%202.659%2014.443%208.76l.252%201.037h7.404l-.056-.278c-1.28-9.964-9.129-15.419-22.099-15.419c-11.967%200-20.65%206.402-20.65%2015.252c0%2010.406%209.087%2013.59%2019.417%2015.184l2.013.29c11.578%201.614%2015.14%204.063%2015.14%2010.298c0%205.9-5.956%2010.13-14.194%2010.13c-12.97%200-15.585-5.733-16.531-11.911l-.056-.223h-7.96l.056.278c1.001%208.071%206.067%2017.756%2024.491%2017.756c12.635%200%2022.21-7.125%2022.21-16.531c0-11.077-8.35-14.417-21.82-16.31m74.53-23.49h-45.142v7.069h18.425V97.43h8.238V48.836h18.48zm22.6%200L263.351%2097.43h7.848l6.123-15.864h25.828l6.234%2015.864h8.183l-21.709-55.663zm-5.233%2033.398l10.075-26.886l10.075%2026.886zm38.52-26.329h18.48V97.43h8.237V48.836h18.48v-7.069h-45.198zm65.459%2024.158h15.641V65.98h-15.641V48.836h30.781v-7.069h-39.02V97.43h39.02v-7.07h-30.781zm52.375-31.227v48.594h29.056v7.069h-37.294V41.767zm34.85%200l16.476%2025.382l15.81-25.382H512l-20.261%2031.505V97.43h-8.238V73.217l-21.486-31.45z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/stately.svg?color=%231a73e8&size=48