internet computer icon logo
internet-computer-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- internet-computer-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×242
- License
- CC0
Related icons in SVG Logos
Use the internet computer icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 242"><defs><linearGradient id="SVGA4aH3Z3k" x1="26.265%" x2="92.196%" y1="24.011%" y2="77.66%"><stop offset="21%" stop-color="#f15a24"/><stop offset="68.41%" stop-color="#fbb03b"/></linearGradient><linearGradient id="SVGDlALkbhf" x1="73.735%" x2="7.804%" y1="76.013%" y2="22.341%"><stop offset="21%" stop-color="#ed1e79"/><stop offset="89.29%" stop-color="#522785"/></linearGradient></defs><path fill="url(#SVGA4aH3Z3k)" d="M387.644 0c-28.621 0-59.822 14.667-92.8 43.555c-15.644 13.69-29.156 28.356-39.287 40.09l.089.088v-.089s15.998 17.423 33.688 36.09c9.511-11.29 23.2-26.667 38.932-40.534c29.335-25.689 48.444-31.111 59.378-31.111c41.157 0 74.579 32.622 74.579 72.711c0 39.822-33.51 72.444-74.579 72.711c-1.867 0-4.267-.267-7.29-.889c12.001 5.156 24.89 8.89 37.158 8.89c75.376 0 90.132-49.156 91.11-52.712c2.222-8.978 3.378-18.4 3.378-28.089C512 54.222 456.178 0 387.644 0"/><path fill="url(#SVGDlALkbhf)" d="M124.356 241.778c28.622 0 59.822-14.667 92.8-43.556c15.644-13.689 29.156-28.355 39.287-40.088l-.089-.09v.09s-15.998-17.423-33.688-36.09c-9.51 11.29-23.2 26.667-38.933 40.534c-29.333 25.689-48.444 31.11-59.377 31.11c-41.156-.088-74.578-32.71-74.578-72.8c0-39.821 33.51-72.443 74.578-72.71c1.866 0 4.266.267 7.288.889c-12-5.156-24.888-8.89-37.155-8.89c-75.378 0-90.045 49.156-91.111 52.623A117.4 117.4 0 0 0 0 120.89c0 66.667 55.822 120.89 124.356 120.89"/><path fill="#29abe2" d="M417.334 200.444c-38.58-.977-78.667-31.377-86.846-38.933c-21.154-19.555-69.956-72.444-73.776-76.622C220.978 44.8 172.533 0 124.356 0h-.178C65.689.267 16.534 39.911 3.378 92.8c.978-3.467 20.267-53.6 91.022-51.822c38.578.978 78.845 31.822 87.111 39.378c21.156 19.555 69.957 72.444 73.779 76.622c35.732 40 84.177 84.8 132.354 84.8h.178c58.489-.266 107.733-39.911 120.8-92.8c-1.067 3.466-20.445 53.155-91.288 51.466"/></svg>
React
import type { SVGProps } from "react";
export function LogosInternetComputerIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 242"><defs><linearGradient id="SVGA4aH3Z3k" x1="26.265%" x2="92.196%" y1="24.011%" y2="77.66%"><stop offset="21%" stopColor="#f15a24"/><stop offset="68.41%" stopColor="#fbb03b"/></linearGradient><linearGradient id="SVGDlALkbhf" x1="73.735%" x2="7.804%" y1="76.013%" y2="22.341%"><stop offset="21%" stopColor="#ed1e79"/><stop offset="89.29%" stopColor="#522785"/></linearGradient></defs><path fill="url(#SVGA4aH3Z3k)" d="M387.644 0c-28.621 0-59.822 14.667-92.8 43.555c-15.644 13.69-29.156 28.356-39.287 40.09l.089.088v-.089s15.998 17.423 33.688 36.09c9.511-11.29 23.2-26.667 38.932-40.534c29.335-25.689 48.444-31.111 59.378-31.111c41.157 0 74.579 32.622 74.579 72.711c0 39.822-33.51 72.444-74.579 72.711c-1.867 0-4.267-.267-7.29-.889c12.001 5.156 24.89 8.89 37.158 8.89c75.376 0 90.132-49.156 91.11-52.712c2.222-8.978 3.378-18.4 3.378-28.089C512 54.222 456.178 0 387.644 0"/><path fill="url(#SVGDlALkbhf)" d="M124.356 241.778c28.622 0 59.822-14.667 92.8-43.556c15.644-13.689 29.156-28.355 39.287-40.088l-.089-.09v.09s-15.998-17.423-33.688-36.09c-9.51 11.29-23.2 26.667-38.933 40.534c-29.333 25.689-48.444 31.11-59.377 31.11c-41.156-.088-74.578-32.71-74.578-72.8c0-39.821 33.51-72.443 74.578-72.71c1.866 0 4.266.267 7.288.889c-12-5.156-24.888-8.89-37.155-8.89c-75.378 0-90.045 49.156-91.111 52.623A117.4 117.4 0 0 0 0 120.89c0 66.667 55.822 120.89 124.356 120.89"/><path fill="#29abe2" d="M417.334 200.444c-38.58-.977-78.667-31.377-86.846-38.933c-21.154-19.555-69.956-72.444-73.776-76.622C220.978 44.8 172.533 0 124.356 0h-.178C65.689.267 16.534 39.911 3.378 92.8c.978-3.467 20.267-53.6 91.022-51.822c38.578.978 78.845 31.822 87.111 39.378c21.156 19.555 69.957 72.444 73.779 76.622c35.732 40 84.177 84.8 132.354 84.8h.178c58.489-.266 107.733-39.911 120.8-92.8c-1.067 3.466-20.445 53.155-91.288 51.466"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 242"><defs><linearGradient id="SVGA4aH3Z3k" x1="26.265%" x2="92.196%" y1="24.011%" y2="77.66%"><stop offset="21%" stop-color="#f15a24"/><stop offset="68.41%" stop-color="#fbb03b"/></linearGradient><linearGradient id="SVGDlALkbhf" x1="73.735%" x2="7.804%" y1="76.013%" y2="22.341%"><stop offset="21%" stop-color="#ed1e79"/><stop offset="89.29%" stop-color="#522785"/></linearGradient></defs><path fill="url(#SVGA4aH3Z3k)" d="M387.644 0c-28.621 0-59.822 14.667-92.8 43.555c-15.644 13.69-29.156 28.356-39.287 40.09l.089.088v-.089s15.998 17.423 33.688 36.09c9.511-11.29 23.2-26.667 38.932-40.534c29.335-25.689 48.444-31.111 59.378-31.111c41.157 0 74.579 32.622 74.579 72.711c0 39.822-33.51 72.444-74.579 72.711c-1.867 0-4.267-.267-7.29-.889c12.001 5.156 24.89 8.89 37.158 8.89c75.376 0 90.132-49.156 91.11-52.712c2.222-8.978 3.378-18.4 3.378-28.089C512 54.222 456.178 0 387.644 0"/><path fill="url(#SVGDlALkbhf)" d="M124.356 241.778c28.622 0 59.822-14.667 92.8-43.556c15.644-13.689 29.156-28.355 39.287-40.088l-.089-.09v.09s-15.998-17.423-33.688-36.09c-9.51 11.29-23.2 26.667-38.933 40.534c-29.333 25.689-48.444 31.11-59.377 31.11c-41.156-.088-74.578-32.71-74.578-72.8c0-39.821 33.51-72.443 74.578-72.71c1.866 0 4.266.267 7.288.889c-12-5.156-24.888-8.89-37.155-8.89c-75.378 0-90.045 49.156-91.111 52.623A117.4 117.4 0 0 0 0 120.89c0 66.667 55.822 120.89 124.356 120.89"/><path fill="#29abe2" d="M417.334 200.444c-38.58-.977-78.667-31.377-86.846-38.933c-21.154-19.555-69.956-72.444-73.776-76.622C220.978 44.8 172.533 0 124.356 0h-.178C65.689.267 16.534 39.911 3.378 92.8c.978-3.467 20.267-53.6 91.022-51.822c38.578.978 78.845 31.822 87.111 39.378c21.156 19.555 69.957 72.444 73.779 76.622c35.732 40 84.177 84.8 132.354 84.8h.178c58.489-.266 107.733-39.911 120.8-92.8c-1.067 3.466-20.445 53.155-91.288 51.466"/></svg> </template>
CSS
.icon-internet-computer-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%20512%20242%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGA4aH3Z3k%22%20x1%3D%2226.265%25%22%20x2%3D%2292.196%25%22%20y1%3D%2224.011%25%22%20y2%3D%2277.66%25%22%3E%3Cstop%20offset%3D%2221%25%22%20stop-color%3D%22%23f15a24%22%2F%3E%3Cstop%20offset%3D%2268.41%25%22%20stop-color%3D%22%23fbb03b%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGDlALkbhf%22%20x1%3D%2273.735%25%22%20x2%3D%227.804%25%22%20y1%3D%2276.013%25%22%20y2%3D%2222.341%25%22%3E%3Cstop%20offset%3D%2221%25%22%20stop-color%3D%22%23ed1e79%22%2F%3E%3Cstop%20offset%3D%2289.29%25%22%20stop-color%3D%22%23522785%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGA4aH3Z3k)%22%20d%3D%22M387.644%200c-28.621%200-59.822%2014.667-92.8%2043.555c-15.644%2013.69-29.156%2028.356-39.287%2040.09l.089.088v-.089s15.998%2017.423%2033.688%2036.09c9.511-11.29%2023.2-26.667%2038.932-40.534c29.335-25.689%2048.444-31.111%2059.378-31.111c41.157%200%2074.579%2032.622%2074.579%2072.711c0%2039.822-33.51%2072.444-74.579%2072.711c-1.867%200-4.267-.267-7.29-.889c12.001%205.156%2024.89%208.89%2037.158%208.89c75.376%200%2090.132-49.156%2091.11-52.712c2.222-8.978%203.378-18.4%203.378-28.089C512%2054.222%20456.178%200%20387.644%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGDlALkbhf)%22%20d%3D%22M124.356%20241.778c28.622%200%2059.822-14.667%2092.8-43.556c15.644-13.689%2029.156-28.355%2039.287-40.088l-.089-.09v.09s-15.998-17.423-33.688-36.09c-9.51%2011.29-23.2%2026.667-38.933%2040.534c-29.333%2025.689-48.444%2031.11-59.377%2031.11c-41.156-.088-74.578-32.71-74.578-72.8c0-39.821%2033.51-72.443%2074.578-72.71c1.866%200%204.266.267%207.288.889c-12-5.156-24.888-8.89-37.155-8.89c-75.378%200-90.045%2049.156-91.111%2052.623A117.4%20117.4%200%200%200%200%20120.89c0%2066.667%2055.822%20120.89%20124.356%20120.89%22%2F%3E%3Cpath%20fill%3D%22%2329abe2%22%20d%3D%22M417.334%20200.444c-38.58-.977-78.667-31.377-86.846-38.933c-21.154-19.555-69.956-72.444-73.776-76.622C220.978%2044.8%20172.533%200%20124.356%200h-.178C65.689.267%2016.534%2039.911%203.378%2092.8c.978-3.467%2020.267-53.6%2091.022-51.822c38.578.978%2078.845%2031.822%2087.111%2039.378c21.156%2019.555%2069.957%2072.444%2073.779%2076.622c35.732%2040%2084.177%2084.8%20132.354%2084.8h.178c58.489-.266%20107.733-39.911%20120.8-92.8c-1.067%203.466-20.445%2053.155-91.288%2051.466%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%20242%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGA4aH3Z3k%22%20x1%3D%2226.265%25%22%20x2%3D%2292.196%25%22%20y1%3D%2224.011%25%22%20y2%3D%2277.66%25%22%3E%3Cstop%20offset%3D%2221%25%22%20stop-color%3D%22%23f15a24%22%2F%3E%3Cstop%20offset%3D%2268.41%25%22%20stop-color%3D%22%23fbb03b%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGDlALkbhf%22%20x1%3D%2273.735%25%22%20x2%3D%227.804%25%22%20y1%3D%2276.013%25%22%20y2%3D%2222.341%25%22%3E%3Cstop%20offset%3D%2221%25%22%20stop-color%3D%22%23ed1e79%22%2F%3E%3Cstop%20offset%3D%2289.29%25%22%20stop-color%3D%22%23522785%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGA4aH3Z3k)%22%20d%3D%22M387.644%200c-28.621%200-59.822%2014.667-92.8%2043.555c-15.644%2013.69-29.156%2028.356-39.287%2040.09l.089.088v-.089s15.998%2017.423%2033.688%2036.09c9.511-11.29%2023.2-26.667%2038.932-40.534c29.335-25.689%2048.444-31.111%2059.378-31.111c41.157%200%2074.579%2032.622%2074.579%2072.711c0%2039.822-33.51%2072.444-74.579%2072.711c-1.867%200-4.267-.267-7.29-.889c12.001%205.156%2024.89%208.89%2037.158%208.89c75.376%200%2090.132-49.156%2091.11-52.712c2.222-8.978%203.378-18.4%203.378-28.089C512%2054.222%20456.178%200%20387.644%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGDlALkbhf)%22%20d%3D%22M124.356%20241.778c28.622%200%2059.822-14.667%2092.8-43.556c15.644-13.689%2029.156-28.355%2039.287-40.088l-.089-.09v.09s-15.998-17.423-33.688-36.09c-9.51%2011.29-23.2%2026.667-38.933%2040.534c-29.333%2025.689-48.444%2031.11-59.377%2031.11c-41.156-.088-74.578-32.71-74.578-72.8c0-39.821%2033.51-72.443%2074.578-72.71c1.866%200%204.266.267%207.288.889c-12-5.156-24.888-8.89-37.155-8.89c-75.378%200-90.045%2049.156-91.111%2052.623A117.4%20117.4%200%200%200%200%20120.89c0%2066.667%2055.822%20120.89%20124.356%20120.89%22%2F%3E%3Cpath%20fill%3D%22%2329abe2%22%20d%3D%22M417.334%20200.444c-38.58-.977-78.667-31.377-86.846-38.933c-21.154-19.555-69.956-72.444-73.776-76.622C220.978%2044.8%20172.533%200%20124.356%200h-.178C65.689.267%2016.534%2039.911%203.378%2092.8c.978-3.467%2020.267-53.6%2091.022-51.822c38.578.978%2078.845%2031.822%2087.111%2039.378c21.156%2019.555%2069.957%2072.444%2073.779%2076.622c35.732%2040%2084.177%2084.8%20132.354%2084.8h.178c58.489-.266%20107.733-39.911%20120.8-92.8c-1.067%203.466-20.445%2053.155-91.288%2051.466%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/internet-computer-icon.svg?color=%231a73e8&size=48