apify logo
apify-wordmark from Devicon by konpa · Wordmark · MIT Free for personal and commercial use.
- Name
- apify-wordmark
- Set
- Devicon
- Style
- Wordmark
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
Use the apify logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#246dff" d="M20.196 46.392h14.487c.295 0 .534.239.534.533v22.14c0 .53-.69.736-.98.292L19.75 47.217a.534.534 0 0 1 .446-.825"/><path fill="#20a34e" d="M15.021 46.392H.534a.533.533 0 0 0-.533.533v22.14c0 .53.69.736.98.292l14.487-22.14a.534.534 0 0 0-.447-.825"/><path fill="#f86606" d="M17.36 64.117L.905 80.7a.534.534 0 0 0 .379.909H33.95a.534.534 0 0 0 .382-.907l-16.21-16.58a.533.533 0 0 0-.76-.004z"/><path fill="#1f2123" d="M93.054 52.855h-4.58v-5.234h4.58zm-.069 20.216h-4.408V55.645h4.408zm-36.67-17.874c5.406 0 8.403 2.824 8.403 6.957v5.889c0 1.033.378 1.515 1.377 1.584v3.547h-1.377c-2.17-.035-3.582-.861-4.064-2.41c-.861 1.239-2.652 2.686-5.648 2.686c-4.098 0-7.198-2.342-7.198-5.89c0-3.512 2.652-5.406 6.957-5.406h5.717c0-2.101-1.62-3.444-4.167-3.444c-2.411 0-3.375 1.308-3.616 1.756h-4.443c.344-1.86 2.583-5.269 8.059-5.269m-.827 9.953c-2.032 0-3.34.757-3.34 2.342c0 1.687 1.584 2.686 3.788 2.686c2.48 0 4.546-1.24 4.546-3.548v-1.48zm22.626-9.884c4.545 0 8.265 3.41 8.265 9.092c0 5.717-3.72 9.092-8.265 9.092c-3.789 0-5.683-2.342-6.027-3.03v9.952h-4.34V55.645h4.374V58.4c.31-.654 2.204-3.134 5.993-3.134m-1.137 3.858c-2.996 0-4.925 2.238-4.925 5.234c0 2.962 1.929 5.235 4.925 5.235c3.03 0 4.96-2.273 4.96-5.235c0-2.996-1.93-5.235-4.96-5.235zm36.22-7.888h-6.164c-1.929 0-2.755.965-2.755 2.721v1.688h8.981l5.132 11.847l5.131-11.847H128l-10.745 24.761h-4.408l3.306-7.645l-6.146-13.397h-5.728V73.07H99.87V59.364h-4.787v-3.72h4.787v-2.548c0-3.375 1.86-5.372 5.82-5.372h7.507z"/></svg>
React
import type { SVGProps } from "react";
export function DeviconApifyWordmark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#246dff" d="M20.196 46.392h14.487c.295 0 .534.239.534.533v22.14c0 .53-.69.736-.98.292L19.75 47.217a.534.534 0 0 1 .446-.825"/><path fill="#20a34e" d="M15.021 46.392H.534a.533.533 0 0 0-.533.533v22.14c0 .53.69.736.98.292l14.487-22.14a.534.534 0 0 0-.447-.825"/><path fill="#f86606" d="M17.36 64.117L.905 80.7a.534.534 0 0 0 .379.909H33.95a.534.534 0 0 0 .382-.907l-16.21-16.58a.533.533 0 0 0-.76-.004z"/><path fill="#1f2123" d="M93.054 52.855h-4.58v-5.234h4.58zm-.069 20.216h-4.408V55.645h4.408zm-36.67-17.874c5.406 0 8.403 2.824 8.403 6.957v5.889c0 1.033.378 1.515 1.377 1.584v3.547h-1.377c-2.17-.035-3.582-.861-4.064-2.41c-.861 1.239-2.652 2.686-5.648 2.686c-4.098 0-7.198-2.342-7.198-5.89c0-3.512 2.652-5.406 6.957-5.406h5.717c0-2.101-1.62-3.444-4.167-3.444c-2.411 0-3.375 1.308-3.616 1.756h-4.443c.344-1.86 2.583-5.269 8.059-5.269m-.827 9.953c-2.032 0-3.34.757-3.34 2.342c0 1.687 1.584 2.686 3.788 2.686c2.48 0 4.546-1.24 4.546-3.548v-1.48zm22.626-9.884c4.545 0 8.265 3.41 8.265 9.092c0 5.717-3.72 9.092-8.265 9.092c-3.789 0-5.683-2.342-6.027-3.03v9.952h-4.34V55.645h4.374V58.4c.31-.654 2.204-3.134 5.993-3.134m-1.137 3.858c-2.996 0-4.925 2.238-4.925 5.234c0 2.962 1.929 5.235 4.925 5.235c3.03 0 4.96-2.273 4.96-5.235c0-2.996-1.93-5.235-4.96-5.235zm36.22-7.888h-6.164c-1.929 0-2.755.965-2.755 2.721v1.688h8.981l5.132 11.847l5.131-11.847H128l-10.745 24.761h-4.408l3.306-7.645l-6.146-13.397h-5.728V73.07H99.87V59.364h-4.787v-3.72h4.787v-2.548c0-3.375 1.86-5.372 5.82-5.372h7.507z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#246dff" d="M20.196 46.392h14.487c.295 0 .534.239.534.533v22.14c0 .53-.69.736-.98.292L19.75 47.217a.534.534 0 0 1 .446-.825"/><path fill="#20a34e" d="M15.021 46.392H.534a.533.533 0 0 0-.533.533v22.14c0 .53.69.736.98.292l14.487-22.14a.534.534 0 0 0-.447-.825"/><path fill="#f86606" d="M17.36 64.117L.905 80.7a.534.534 0 0 0 .379.909H33.95a.534.534 0 0 0 .382-.907l-16.21-16.58a.533.533 0 0 0-.76-.004z"/><path fill="#1f2123" d="M93.054 52.855h-4.58v-5.234h4.58zm-.069 20.216h-4.408V55.645h4.408zm-36.67-17.874c5.406 0 8.403 2.824 8.403 6.957v5.889c0 1.033.378 1.515 1.377 1.584v3.547h-1.377c-2.17-.035-3.582-.861-4.064-2.41c-.861 1.239-2.652 2.686-5.648 2.686c-4.098 0-7.198-2.342-7.198-5.89c0-3.512 2.652-5.406 6.957-5.406h5.717c0-2.101-1.62-3.444-4.167-3.444c-2.411 0-3.375 1.308-3.616 1.756h-4.443c.344-1.86 2.583-5.269 8.059-5.269m-.827 9.953c-2.032 0-3.34.757-3.34 2.342c0 1.687 1.584 2.686 3.788 2.686c2.48 0 4.546-1.24 4.546-3.548v-1.48zm22.626-9.884c4.545 0 8.265 3.41 8.265 9.092c0 5.717-3.72 9.092-8.265 9.092c-3.789 0-5.683-2.342-6.027-3.03v9.952h-4.34V55.645h4.374V58.4c.31-.654 2.204-3.134 5.993-3.134m-1.137 3.858c-2.996 0-4.925 2.238-4.925 5.234c0 2.962 1.929 5.235 4.925 5.235c3.03 0 4.96-2.273 4.96-5.235c0-2.996-1.93-5.235-4.96-5.235zm36.22-7.888h-6.164c-1.929 0-2.755.965-2.755 2.721v1.688h8.981l5.132 11.847l5.131-11.847H128l-10.745 24.761h-4.408l3.306-7.645l-6.146-13.397h-5.728V73.07H99.87V59.364h-4.787v-3.72h4.787v-2.548c0-3.375 1.86-5.372 5.82-5.372h7.507z"/></svg> </template>
CSS
.icon-apify-wordmark {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23246dff%22%20d%3D%22M20.196%2046.392h14.487c.295%200%20.534.239.534.533v22.14c0%20.53-.69.736-.98.292L19.75%2047.217a.534.534%200%200%201%20.446-.825%22%2F%3E%3Cpath%20fill%3D%22%2320a34e%22%20d%3D%22M15.021%2046.392H.534a.533.533%200%200%200-.533.533v22.14c0%20.53.69.736.98.292l14.487-22.14a.534.534%200%200%200-.447-.825%22%2F%3E%3Cpath%20fill%3D%22%23f86606%22%20d%3D%22M17.36%2064.117L.905%2080.7a.534.534%200%200%200%20.379.909H33.95a.534.534%200%200%200%20.382-.907l-16.21-16.58a.533.533%200%200%200-.76-.004z%22%2F%3E%3Cpath%20fill%3D%22%231f2123%22%20d%3D%22M93.054%2052.855h-4.58v-5.234h4.58zm-.069%2020.216h-4.408V55.645h4.408zm-36.67-17.874c5.406%200%208.403%202.824%208.403%206.957v5.889c0%201.033.378%201.515%201.377%201.584v3.547h-1.377c-2.17-.035-3.582-.861-4.064-2.41c-.861%201.239-2.652%202.686-5.648%202.686c-4.098%200-7.198-2.342-7.198-5.89c0-3.512%202.652-5.406%206.957-5.406h5.717c0-2.101-1.62-3.444-4.167-3.444c-2.411%200-3.375%201.308-3.616%201.756h-4.443c.344-1.86%202.583-5.269%208.059-5.269m-.827%209.953c-2.032%200-3.34.757-3.34%202.342c0%201.687%201.584%202.686%203.788%202.686c2.48%200%204.546-1.24%204.546-3.548v-1.48zm22.626-9.884c4.545%200%208.265%203.41%208.265%209.092c0%205.717-3.72%209.092-8.265%209.092c-3.789%200-5.683-2.342-6.027-3.03v9.952h-4.34V55.645h4.374V58.4c.31-.654%202.204-3.134%205.993-3.134m-1.137%203.858c-2.996%200-4.925%202.238-4.925%205.234c0%202.962%201.929%205.235%204.925%205.235c3.03%200%204.96-2.273%204.96-5.235c0-2.996-1.93-5.235-4.96-5.235zm36.22-7.888h-6.164c-1.929%200-2.755.965-2.755%202.721v1.688h8.981l5.132%2011.847l5.131-11.847H128l-10.745%2024.761h-4.408l3.306-7.645l-6.146-13.397h-5.728V73.07H99.87V59.364h-4.787v-3.72h4.787v-2.548c0-3.375%201.86-5.372%205.82-5.372h7.507z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23246dff%22%20d%3D%22M20.196%2046.392h14.487c.295%200%20.534.239.534.533v22.14c0%20.53-.69.736-.98.292L19.75%2047.217a.534.534%200%200%201%20.446-.825%22%2F%3E%3Cpath%20fill%3D%22%2320a34e%22%20d%3D%22M15.021%2046.392H.534a.533.533%200%200%200-.533.533v22.14c0%20.53.69.736.98.292l14.487-22.14a.534.534%200%200%200-.447-.825%22%2F%3E%3Cpath%20fill%3D%22%23f86606%22%20d%3D%22M17.36%2064.117L.905%2080.7a.534.534%200%200%200%20.379.909H33.95a.534.534%200%200%200%20.382-.907l-16.21-16.58a.533.533%200%200%200-.76-.004z%22%2F%3E%3Cpath%20fill%3D%22%231f2123%22%20d%3D%22M93.054%2052.855h-4.58v-5.234h4.58zm-.069%2020.216h-4.408V55.645h4.408zm-36.67-17.874c5.406%200%208.403%202.824%208.403%206.957v5.889c0%201.033.378%201.515%201.377%201.584v3.547h-1.377c-2.17-.035-3.582-.861-4.064-2.41c-.861%201.239-2.652%202.686-5.648%202.686c-4.098%200-7.198-2.342-7.198-5.89c0-3.512%202.652-5.406%206.957-5.406h5.717c0-2.101-1.62-3.444-4.167-3.444c-2.411%200-3.375%201.308-3.616%201.756h-4.443c.344-1.86%202.583-5.269%208.059-5.269m-.827%209.953c-2.032%200-3.34.757-3.34%202.342c0%201.687%201.584%202.686%203.788%202.686c2.48%200%204.546-1.24%204.546-3.548v-1.48zm22.626-9.884c4.545%200%208.265%203.41%208.265%209.092c0%205.717-3.72%209.092-8.265%209.092c-3.789%200-5.683-2.342-6.027-3.03v9.952h-4.34V55.645h4.374V58.4c.31-.654%202.204-3.134%205.993-3.134m-1.137%203.858c-2.996%200-4.925%202.238-4.925%205.234c0%202.962%201.929%205.235%204.925%205.235c3.03%200%204.96-2.273%204.96-5.235c0-2.996-1.93-5.235-4.96-5.235zm36.22-7.888h-6.164c-1.929%200-2.755.965-2.755%202.721v1.688h8.981l5.132%2011.847l5.131-11.847H128l-10.745%2024.761h-4.408l3.306-7.645l-6.146-13.397h-5.728V73.07H99.87V59.364h-4.787v-3.72h4.787v-2.548c0-3.375%201.86-5.372%205.82-5.372h7.507z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/apify-wordmark.svg?color=%231a73e8&size=48