engine yard icon logo
engine-yard-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- engine-yard-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×254
- License
- CC0
Related icons in SVG Logos
Use the engine yard icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 254"><defs><linearGradient id="SVG5EyZ2dQp" x1="61.05%" x2="38.45%" y1="82.514%" y2="28.19%"><stop offset="0%" stop-color="#477cd8"/><stop offset="16%" stop-color="#4573d2"/><stop offset="43%" stop-color="#3f5bc2"/><stop offset="76%" stop-color="#3633a7"/><stop offset="100%" stop-color="#2f1391"/></linearGradient><linearGradient id="SVGoybLDNXg" x1="62.857%" x2="52.43%" y1="19.708%" y2="78.902%"><stop offset="0%" stop-color="#2055da"/><stop offset="11%" stop-color="#2055da"/><stop offset="100%" stop-color="#00bff6"/></linearGradient></defs><path fill="url(#SVG5EyZ2dQp)" d="M72.715 126.611c0-29.75 24.117-53.866 53.866-53.866c29.75 0 53.867 24.117 53.867 53.866c0 29.75-24.117 53.866-53.867 53.866s-53.866-24.116-53.866-53.866m-72.715 0c0 69.893 56.659 126.552 126.552 126.552c69.892 0 126.551-56.66 126.551-126.552S196.444.06 126.552.06C56.7.158.098 56.76 0 126.61"/><path fill="url(#SVGoybLDNXg)" d="m152.457 38.918l-25.965 33.857c29.232.687 52.57 24.581 52.57 53.821s-23.338 53.134-52.57 53.822L93.976 217.37l32.516 35.732c45.254 1.044 87.622-22.156 111.116-60.848c23.495-38.691 24.54-86.984 2.742-126.656S177.228.915 131.97 0h-5.478z"/></svg>
React
import type { SVGProps } from "react";
export function LogosEngineYardIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 254"><defs><linearGradient id="SVG5EyZ2dQp" x1="61.05%" x2="38.45%" y1="82.514%" y2="28.19%"><stop offset="0%" stopColor="#477cd8"/><stop offset="16%" stopColor="#4573d2"/><stop offset="43%" stopColor="#3f5bc2"/><stop offset="76%" stopColor="#3633a7"/><stop offset="100%" stopColor="#2f1391"/></linearGradient><linearGradient id="SVGoybLDNXg" x1="62.857%" x2="52.43%" y1="19.708%" y2="78.902%"><stop offset="0%" stopColor="#2055da"/><stop offset="11%" stopColor="#2055da"/><stop offset="100%" stopColor="#00bff6"/></linearGradient></defs><path fill="url(#SVG5EyZ2dQp)" d="M72.715 126.611c0-29.75 24.117-53.866 53.866-53.866c29.75 0 53.867 24.117 53.867 53.866c0 29.75-24.117 53.866-53.867 53.866s-53.866-24.116-53.866-53.866m-72.715 0c0 69.893 56.659 126.552 126.552 126.552c69.892 0 126.551-56.66 126.551-126.552S196.444.06 126.552.06C56.7.158.098 56.76 0 126.61"/><path fill="url(#SVGoybLDNXg)" d="m152.457 38.918l-25.965 33.857c29.232.687 52.57 24.581 52.57 53.821s-23.338 53.134-52.57 53.822L93.976 217.37l32.516 35.732c45.254 1.044 87.622-22.156 111.116-60.848c23.495-38.691 24.54-86.984 2.742-126.656S177.228.915 131.97 0h-5.478z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 254"><defs><linearGradient id="SVG5EyZ2dQp" x1="61.05%" x2="38.45%" y1="82.514%" y2="28.19%"><stop offset="0%" stop-color="#477cd8"/><stop offset="16%" stop-color="#4573d2"/><stop offset="43%" stop-color="#3f5bc2"/><stop offset="76%" stop-color="#3633a7"/><stop offset="100%" stop-color="#2f1391"/></linearGradient><linearGradient id="SVGoybLDNXg" x1="62.857%" x2="52.43%" y1="19.708%" y2="78.902%"><stop offset="0%" stop-color="#2055da"/><stop offset="11%" stop-color="#2055da"/><stop offset="100%" stop-color="#00bff6"/></linearGradient></defs><path fill="url(#SVG5EyZ2dQp)" d="M72.715 126.611c0-29.75 24.117-53.866 53.866-53.866c29.75 0 53.867 24.117 53.867 53.866c0 29.75-24.117 53.866-53.867 53.866s-53.866-24.116-53.866-53.866m-72.715 0c0 69.893 56.659 126.552 126.552 126.552c69.892 0 126.551-56.66 126.551-126.552S196.444.06 126.552.06C56.7.158.098 56.76 0 126.61"/><path fill="url(#SVGoybLDNXg)" d="m152.457 38.918l-25.965 33.857c29.232.687 52.57 24.581 52.57 53.821s-23.338 53.134-52.57 53.822L93.976 217.37l32.516 35.732c45.254 1.044 87.622-22.156 111.116-60.848c23.495-38.691 24.54-86.984 2.742-126.656S177.228.915 131.97 0h-5.478z"/></svg> </template>
CSS
.icon-engine-yard-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%20254%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG5EyZ2dQp%22%20x1%3D%2261.05%25%22%20x2%3D%2238.45%25%22%20y1%3D%2282.514%25%22%20y2%3D%2228.19%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23477cd8%22%2F%3E%3Cstop%20offset%3D%2216%25%22%20stop-color%3D%22%234573d2%22%2F%3E%3Cstop%20offset%3D%2243%25%22%20stop-color%3D%22%233f5bc2%22%2F%3E%3Cstop%20offset%3D%2276%25%22%20stop-color%3D%22%233633a7%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%232f1391%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGoybLDNXg%22%20x1%3D%2262.857%25%22%20x2%3D%2252.43%25%22%20y1%3D%2219.708%25%22%20y2%3D%2278.902%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%232055da%22%2F%3E%3Cstop%20offset%3D%2211%25%22%20stop-color%3D%22%232055da%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2300bff6%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVG5EyZ2dQp)%22%20d%3D%22M72.715%20126.611c0-29.75%2024.117-53.866%2053.866-53.866c29.75%200%2053.867%2024.117%2053.867%2053.866c0%2029.75-24.117%2053.866-53.867%2053.866s-53.866-24.116-53.866-53.866m-72.715%200c0%2069.893%2056.659%20126.552%20126.552%20126.552c69.892%200%20126.551-56.66%20126.551-126.552S196.444.06%20126.552.06C56.7.158.098%2056.76%200%20126.61%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGoybLDNXg)%22%20d%3D%22m152.457%2038.918l-25.965%2033.857c29.232.687%2052.57%2024.581%2052.57%2053.821s-23.338%2053.134-52.57%2053.822L93.976%20217.37l32.516%2035.732c45.254%201.044%2087.622-22.156%20111.116-60.848c23.495-38.691%2024.54-86.984%202.742-126.656S177.228.915%20131.97%200h-5.478z%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%20254%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG5EyZ2dQp%22%20x1%3D%2261.05%25%22%20x2%3D%2238.45%25%22%20y1%3D%2282.514%25%22%20y2%3D%2228.19%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23477cd8%22%2F%3E%3Cstop%20offset%3D%2216%25%22%20stop-color%3D%22%234573d2%22%2F%3E%3Cstop%20offset%3D%2243%25%22%20stop-color%3D%22%233f5bc2%22%2F%3E%3Cstop%20offset%3D%2276%25%22%20stop-color%3D%22%233633a7%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%232f1391%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGoybLDNXg%22%20x1%3D%2262.857%25%22%20x2%3D%2252.43%25%22%20y1%3D%2219.708%25%22%20y2%3D%2278.902%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%232055da%22%2F%3E%3Cstop%20offset%3D%2211%25%22%20stop-color%3D%22%232055da%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2300bff6%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVG5EyZ2dQp)%22%20d%3D%22M72.715%20126.611c0-29.75%2024.117-53.866%2053.866-53.866c29.75%200%2053.867%2024.117%2053.867%2053.866c0%2029.75-24.117%2053.866-53.867%2053.866s-53.866-24.116-53.866-53.866m-72.715%200c0%2069.893%2056.659%20126.552%20126.552%20126.552c69.892%200%20126.551-56.66%20126.551-126.552S196.444.06%20126.552.06C56.7.158.098%2056.76%200%20126.61%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGoybLDNXg)%22%20d%3D%22m152.457%2038.918l-25.965%2033.857c29.232.687%2052.57%2024.581%2052.57%2053.821s-23.338%2053.134-52.57%2053.822L93.976%20217.37l32.516%2035.732c45.254%201.044%2087.622-22.156%20111.116-60.848c23.495-38.691%2024.54-86.984%202.742-126.656S177.228.915%20131.97%200h-5.478z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/engine-yard-icon.svg?color=%231a73e8&size=48