internet archive logo
internet-archive from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- internet-archive
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
Related icons in Font Awesome Brands
Use the internet archive logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M546.8 576H94.1v-23.2h452.7zm-17-35.7H112v-32.2h417.8zM143.6 196.1c6.2 0 12.3.7 18.4 1.9c1.5.3 2.2.6 2.3 2.4c1 20.6 2.3 41.3 2.9 61.9q1.35 32.85 1.8 65.7c.3 15.5.1 31.1-.1 46.6c-.3 17.3-.7 34.5-1.4 51.8c-.7 18.4-1.9 36.9-2.9 55.4c-.2 3.5-.5 7-.8 10.5c-6.8 1.8-13.6 2.8-20.3 2.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.6-6.9-.8-10.5c-1-18.4-2.1-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85 1.8-65.7c.7-20.6 2.1-41.3 3.1-61.9c.1-1.7.9-2.1 2.3-2.4c6.1-1.3 12.3-1.9 18.4-1.9m113.1 0c6.2 0 12.3.7 18.4 1.9c1.5.3 2.2.6 2.3 2.4c1 20.6 2.4 41.3 2.9 61.9q1.35 32.85 1.8 65.7c.3 15.5.1 31.1-.1 46.6c-.3 17.3-.6 34.5-1.4 51.8c-.7 18.4-1.9 36.9-2.9 55.4c-.2 3.5-.5 7-.8 10.5c-6.8 1.8-13.6 2.8-20.3 2.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.7-6.9-.9-10.5c-1-18.4-2.1-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85 1.8-65.7c.7-20.6 2.2-41.3 3.1-61.9c.1-1.7.8-2.1 2.3-2.4c6.1-1.3 12.3-1.9 18.4-1.9zm131.2 0c6.2 0 12.3.7 18.4 1.9c1.5.3 2.2.6 2.3 2.4c1.1 20.6 2.3 41.3 2.9 61.9q1.35 32.85 1.8 65.7c.3 15.5.1 31.1-.1 46.6c-.3 17.3-.7 34.5-1.4 51.8c-.7 18.4-1.9 36.9-2.9 55.4c-.2 3.5-.5 7-.8 10.5c-6.8 1.8-13.6 2.8-20.3 2.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.6-6.9-.8-10.5c-1-18.4-2.1-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85 1.8-65.7c.7-20.6 2.1-41.3 3.1-61.9c.1-1.7.9-2.1 2.3-2.4c6.1-1.3 12.3-1.9 18.4-1.9m110.5 0c6.2 0 12.3.7 18.4 1.9c1.5.3 2.3.6 2.4 2.4c1.1 20.6 2.3 41.3 2.9 61.9q1.35 32.85 1.8 65.7c.3 15.5.1 31.1-.1 46.6c-.3 17.3-.7 34.5-1.4 51.8c-.7 18.4-1.9 36.9-2.9 55.4c-.2 3.5-.6 7-.9 10.5c-6.8 1.8-13.6 2.8-20.3 2.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.6-6.9-.8-10.5c-1-18.4-2.2-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85 1.8-65.7c.7-20.6 2.1-41.3 3.1-61.9c.1-1.7.9-2.1 2.3-2.4c6.1-1.3 12.3-1.9 18.4-1.9m26.4-9.3H109.3v-44.6h415.5zm9.8-71.8l-12.4 13.7H112l-12.5-13.8L317.1 64l217.5 50.9z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsInternetArchive(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M546.8 576H94.1v-23.2h452.7zm-17-35.7H112v-32.2h417.8zM143.6 196.1c6.2 0 12.3.7 18.4 1.9c1.5.3 2.2.6 2.3 2.4c1 20.6 2.3 41.3 2.9 61.9q1.35 32.85 1.8 65.7c.3 15.5.1 31.1-.1 46.6c-.3 17.3-.7 34.5-1.4 51.8c-.7 18.4-1.9 36.9-2.9 55.4c-.2 3.5-.5 7-.8 10.5c-6.8 1.8-13.6 2.8-20.3 2.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.6-6.9-.8-10.5c-1-18.4-2.1-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85 1.8-65.7c.7-20.6 2.1-41.3 3.1-61.9c.1-1.7.9-2.1 2.3-2.4c6.1-1.3 12.3-1.9 18.4-1.9m113.1 0c6.2 0 12.3.7 18.4 1.9c1.5.3 2.2.6 2.3 2.4c1 20.6 2.4 41.3 2.9 61.9q1.35 32.85 1.8 65.7c.3 15.5.1 31.1-.1 46.6c-.3 17.3-.6 34.5-1.4 51.8c-.7 18.4-1.9 36.9-2.9 55.4c-.2 3.5-.5 7-.8 10.5c-6.8 1.8-13.6 2.8-20.3 2.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.7-6.9-.9-10.5c-1-18.4-2.1-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85 1.8-65.7c.7-20.6 2.2-41.3 3.1-61.9c.1-1.7.8-2.1 2.3-2.4c6.1-1.3 12.3-1.9 18.4-1.9zm131.2 0c6.2 0 12.3.7 18.4 1.9c1.5.3 2.2.6 2.3 2.4c1.1 20.6 2.3 41.3 2.9 61.9q1.35 32.85 1.8 65.7c.3 15.5.1 31.1-.1 46.6c-.3 17.3-.7 34.5-1.4 51.8c-.7 18.4-1.9 36.9-2.9 55.4c-.2 3.5-.5 7-.8 10.5c-6.8 1.8-13.6 2.8-20.3 2.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.6-6.9-.8-10.5c-1-18.4-2.1-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85 1.8-65.7c.7-20.6 2.1-41.3 3.1-61.9c.1-1.7.9-2.1 2.3-2.4c6.1-1.3 12.3-1.9 18.4-1.9m110.5 0c6.2 0 12.3.7 18.4 1.9c1.5.3 2.3.6 2.4 2.4c1.1 20.6 2.3 41.3 2.9 61.9q1.35 32.85 1.8 65.7c.3 15.5.1 31.1-.1 46.6c-.3 17.3-.7 34.5-1.4 51.8c-.7 18.4-1.9 36.9-2.9 55.4c-.2 3.5-.6 7-.9 10.5c-6.8 1.8-13.6 2.8-20.3 2.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.6-6.9-.8-10.5c-1-18.4-2.2-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85 1.8-65.7c.7-20.6 2.1-41.3 3.1-61.9c.1-1.7.9-2.1 2.3-2.4c6.1-1.3 12.3-1.9 18.4-1.9m26.4-9.3H109.3v-44.6h415.5zm9.8-71.8l-12.4 13.7H112l-12.5-13.8L317.1 64l217.5 50.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M546.8 576H94.1v-23.2h452.7zm-17-35.7H112v-32.2h417.8zM143.6 196.1c6.2 0 12.3.7 18.4 1.9c1.5.3 2.2.6 2.3 2.4c1 20.6 2.3 41.3 2.9 61.9q1.35 32.85 1.8 65.7c.3 15.5.1 31.1-.1 46.6c-.3 17.3-.7 34.5-1.4 51.8c-.7 18.4-1.9 36.9-2.9 55.4c-.2 3.5-.5 7-.8 10.5c-6.8 1.8-13.6 2.8-20.3 2.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.6-6.9-.8-10.5c-1-18.4-2.1-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85 1.8-65.7c.7-20.6 2.1-41.3 3.1-61.9c.1-1.7.9-2.1 2.3-2.4c6.1-1.3 12.3-1.9 18.4-1.9m113.1 0c6.2 0 12.3.7 18.4 1.9c1.5.3 2.2.6 2.3 2.4c1 20.6 2.4 41.3 2.9 61.9q1.35 32.85 1.8 65.7c.3 15.5.1 31.1-.1 46.6c-.3 17.3-.6 34.5-1.4 51.8c-.7 18.4-1.9 36.9-2.9 55.4c-.2 3.5-.5 7-.8 10.5c-6.8 1.8-13.6 2.8-20.3 2.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.7-6.9-.9-10.5c-1-18.4-2.1-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85 1.8-65.7c.7-20.6 2.2-41.3 3.1-61.9c.1-1.7.8-2.1 2.3-2.4c6.1-1.3 12.3-1.9 18.4-1.9zm131.2 0c6.2 0 12.3.7 18.4 1.9c1.5.3 2.2.6 2.3 2.4c1.1 20.6 2.3 41.3 2.9 61.9q1.35 32.85 1.8 65.7c.3 15.5.1 31.1-.1 46.6c-.3 17.3-.7 34.5-1.4 51.8c-.7 18.4-1.9 36.9-2.9 55.4c-.2 3.5-.5 7-.8 10.5c-6.8 1.8-13.6 2.8-20.3 2.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.6-6.9-.8-10.5c-1-18.4-2.1-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85 1.8-65.7c.7-20.6 2.1-41.3 3.1-61.9c.1-1.7.9-2.1 2.3-2.4c6.1-1.3 12.3-1.9 18.4-1.9m110.5 0c6.2 0 12.3.7 18.4 1.9c1.5.3 2.3.6 2.4 2.4c1.1 20.6 2.3 41.3 2.9 61.9q1.35 32.85 1.8 65.7c.3 15.5.1 31.1-.1 46.6c-.3 17.3-.7 34.5-1.4 51.8c-.7 18.4-1.9 36.9-2.9 55.4c-.2 3.5-.6 7-.9 10.5c-6.8 1.8-13.6 2.8-20.3 2.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.6-6.9-.8-10.5c-1-18.4-2.2-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85 1.8-65.7c.7-20.6 2.1-41.3 3.1-61.9c.1-1.7.9-2.1 2.3-2.4c6.1-1.3 12.3-1.9 18.4-1.9m26.4-9.3H109.3v-44.6h415.5zm9.8-71.8l-12.4 13.7H112l-12.5-13.8L317.1 64l217.5 50.9z"/></svg> </template>
CSS
.icon-internet-archive {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M546.8%20576H94.1v-23.2h452.7zm-17-35.7H112v-32.2h417.8zM143.6%20196.1c6.2%200%2012.3.7%2018.4%201.9c1.5.3%202.2.6%202.3%202.4c1%2020.6%202.3%2041.3%202.9%2061.9q1.35%2032.85%201.8%2065.7c.3%2015.5.1%2031.1-.1%2046.6c-.3%2017.3-.7%2034.5-1.4%2051.8c-.7%2018.4-1.9%2036.9-2.9%2055.4c-.2%203.5-.5%207-.8%2010.5c-6.8%201.8-13.6%202.8-20.3%202.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.6-6.9-.8-10.5c-1-18.4-2.1-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85%201.8-65.7c.7-20.6%202.1-41.3%203.1-61.9c.1-1.7.9-2.1%202.3-2.4c6.1-1.3%2012.3-1.9%2018.4-1.9m113.1%200c6.2%200%2012.3.7%2018.4%201.9c1.5.3%202.2.6%202.3%202.4c1%2020.6%202.4%2041.3%202.9%2061.9q1.35%2032.85%201.8%2065.7c.3%2015.5.1%2031.1-.1%2046.6c-.3%2017.3-.6%2034.5-1.4%2051.8c-.7%2018.4-1.9%2036.9-2.9%2055.4c-.2%203.5-.5%207-.8%2010.5c-6.8%201.8-13.6%202.8-20.3%202.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.7-6.9-.9-10.5c-1-18.4-2.1-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85%201.8-65.7c.7-20.6%202.2-41.3%203.1-61.9c.1-1.7.8-2.1%202.3-2.4c6.1-1.3%2012.3-1.9%2018.4-1.9zm131.2%200c6.2%200%2012.3.7%2018.4%201.9c1.5.3%202.2.6%202.3%202.4c1.1%2020.6%202.3%2041.3%202.9%2061.9q1.35%2032.85%201.8%2065.7c.3%2015.5.1%2031.1-.1%2046.6c-.3%2017.3-.7%2034.5-1.4%2051.8c-.7%2018.4-1.9%2036.9-2.9%2055.4c-.2%203.5-.5%207-.8%2010.5c-6.8%201.8-13.6%202.8-20.3%202.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.6-6.9-.8-10.5c-1-18.4-2.1-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85%201.8-65.7c.7-20.6%202.1-41.3%203.1-61.9c.1-1.7.9-2.1%202.3-2.4c6.1-1.3%2012.3-1.9%2018.4-1.9m110.5%200c6.2%200%2012.3.7%2018.4%201.9c1.5.3%202.3.6%202.4%202.4c1.1%2020.6%202.3%2041.3%202.9%2061.9q1.35%2032.85%201.8%2065.7c.3%2015.5.1%2031.1-.1%2046.6c-.3%2017.3-.7%2034.5-1.4%2051.8c-.7%2018.4-1.9%2036.9-2.9%2055.4c-.2%203.5-.6%207-.9%2010.5c-6.8%201.8-13.6%202.8-20.3%202.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.6-6.9-.8-10.5c-1-18.4-2.2-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85%201.8-65.7c.7-20.6%202.1-41.3%203.1-61.9c.1-1.7.9-2.1%202.3-2.4c6.1-1.3%2012.3-1.9%2018.4-1.9m26.4-9.3H109.3v-44.6h415.5zm9.8-71.8l-12.4%2013.7H112l-12.5-13.8L317.1%2064l217.5%2050.9z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M546.8%20576H94.1v-23.2h452.7zm-17-35.7H112v-32.2h417.8zM143.6%20196.1c6.2%200%2012.3.7%2018.4%201.9c1.5.3%202.2.6%202.3%202.4c1%2020.6%202.3%2041.3%202.9%2061.9q1.35%2032.85%201.8%2065.7c.3%2015.5.1%2031.1-.1%2046.6c-.3%2017.3-.7%2034.5-1.4%2051.8c-.7%2018.4-1.9%2036.9-2.9%2055.4c-.2%203.5-.5%207-.8%2010.5c-6.8%201.8-13.6%202.8-20.3%202.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.6-6.9-.8-10.5c-1-18.4-2.1-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85%201.8-65.7c.7-20.6%202.1-41.3%203.1-61.9c.1-1.7.9-2.1%202.3-2.4c6.1-1.3%2012.3-1.9%2018.4-1.9m113.1%200c6.2%200%2012.3.7%2018.4%201.9c1.5.3%202.2.6%202.3%202.4c1%2020.6%202.4%2041.3%202.9%2061.9q1.35%2032.85%201.8%2065.7c.3%2015.5.1%2031.1-.1%2046.6c-.3%2017.3-.6%2034.5-1.4%2051.8c-.7%2018.4-1.9%2036.9-2.9%2055.4c-.2%203.5-.5%207-.8%2010.5c-6.8%201.8-13.6%202.8-20.3%202.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.7-6.9-.9-10.5c-1-18.4-2.1-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85%201.8-65.7c.7-20.6%202.2-41.3%203.1-61.9c.1-1.7.8-2.1%202.3-2.4c6.1-1.3%2012.3-1.9%2018.4-1.9zm131.2%200c6.2%200%2012.3.7%2018.4%201.9c1.5.3%202.2.6%202.3%202.4c1.1%2020.6%202.3%2041.3%202.9%2061.9q1.35%2032.85%201.8%2065.7c.3%2015.5.1%2031.1-.1%2046.6c-.3%2017.3-.7%2034.5-1.4%2051.8c-.7%2018.4-1.9%2036.9-2.9%2055.4c-.2%203.5-.5%207-.8%2010.5c-6.8%201.8-13.6%202.8-20.3%202.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.6-6.9-.8-10.5c-1-18.4-2.1-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85%201.8-65.7c.7-20.6%202.1-41.3%203.1-61.9c.1-1.7.9-2.1%202.3-2.4c6.1-1.3%2012.3-1.9%2018.4-1.9m110.5%200c6.2%200%2012.3.7%2018.4%201.9c1.5.3%202.3.6%202.4%202.4c1.1%2020.6%202.3%2041.3%202.9%2061.9q1.35%2032.85%201.8%2065.7c.3%2015.5.1%2031.1-.1%2046.6c-.3%2017.3-.7%2034.5-1.4%2051.8c-.7%2018.4-1.9%2036.9-2.9%2055.4c-.2%203.5-.6%207-.9%2010.5c-6.8%201.8-13.6%202.8-20.3%202.9c-6.7-.1-13.5-1.1-20.3-2.9c-.3-3.4-.6-6.9-.8-10.5c-1-18.4-2.2-36.9-2.9-55.4c-.7-17.3-1.1-34.5-1.4-51.8c-.2-15.5-.3-31.1-.1-46.6q.6-32.85%201.8-65.7c.7-20.6%202.1-41.3%203.1-61.9c.1-1.7.9-2.1%202.3-2.4c6.1-1.3%2012.3-1.9%2018.4-1.9m26.4-9.3H109.3v-44.6h415.5zm9.8-71.8l-12.4%2013.7H112l-12.5-13.8L317.1%2064l217.5%2050.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/internet-archive.svg?color=%231a73e8&size=48