famous from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
famous
Set
SVG Logos
Style
Color
Viewbox
256×251
License
CC0

Use the famous logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 251"><path d="M183.515 102.912c.586-13.824-3.437-24.942-8.85-33.792c-5.412-8.85-15.36-17.7-26.185-16.677c-6.437.586-9.29 3.146-10.825 6.437c-1.536 3.438-1.829 11.41-1.829 14.702v83.31c15.8-2.122 30.355-11.118 39.497-25.674c5.194-8.192 7.9-18.87 8.192-28.306" fill="#000"/><path d="M127.78.073C57.27.073 0 56.466 0 125.88c0 64.512 49.152 117.54 112.713 124.782c3.145.146 4.974-.147 6.437-1.317c1.17-1.024 1.682-2.706 1.682-4.242l.146-74.972c-34.45-3.584-61.952-32.036-61.513-66.706c.439-33.207 23.333-59.977 53.687-66.121c.731-.146 1.317-.293 1.829.146c.438.439.146 1.682.146 1.682l-2.268 11.118s-.146.585-.292.878c-.146.146-.439.292-.732.439c-13.092 4.023-25.088 12.946-30.793 23.771c-4.827 8.997-7.972 15.799-7.972 27.94c0 26.332 20.772 50.542 48.128 53.834V73.728c0-8.704.439-18.798 5.559-25.82c4.022-5.412 10.971-8.703 21.942-8.703c15.8 0 34.743 11.556 44.179 36.644c2.852 7.534 4.68 17.116 4.535 27.502c-.147 34.743-27.21 63.122-61.514 66.926l-.146 74.971c0 1.975.585 3.438 1.829 4.389c1.316 1.024 2.56 1.536 6.436 1.17c1.536-.146 4.243-.439 5.267-.585c60.27-10.094 106.276-61.806 106.276-123.977c0-69.779-57.27-126.172-127.78-126.172" fill="#000"/></svg>

React

import type { SVGProps } from "react";

export function LogosFamous(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 251"><path d="M183.515 102.912c.586-13.824-3.437-24.942-8.85-33.792c-5.412-8.85-15.36-17.7-26.185-16.677c-6.437.586-9.29 3.146-10.825 6.437c-1.536 3.438-1.829 11.41-1.829 14.702v83.31c15.8-2.122 30.355-11.118 39.497-25.674c5.194-8.192 7.9-18.87 8.192-28.306" fill="#000"/><path d="M127.78.073C57.27.073 0 56.466 0 125.88c0 64.512 49.152 117.54 112.713 124.782c3.145.146 4.974-.147 6.437-1.317c1.17-1.024 1.682-2.706 1.682-4.242l.146-74.972c-34.45-3.584-61.952-32.036-61.513-66.706c.439-33.207 23.333-59.977 53.687-66.121c.731-.146 1.317-.293 1.829.146c.438.439.146 1.682.146 1.682l-2.268 11.118s-.146.585-.292.878c-.146.146-.439.292-.732.439c-13.092 4.023-25.088 12.946-30.793 23.771c-4.827 8.997-7.972 15.799-7.972 27.94c0 26.332 20.772 50.542 48.128 53.834V73.728c0-8.704.439-18.798 5.559-25.82c4.022-5.412 10.971-8.703 21.942-8.703c15.8 0 34.743 11.556 44.179 36.644c2.852 7.534 4.68 17.116 4.535 27.502c-.147 34.743-27.21 63.122-61.514 66.926l-.146 74.971c0 1.975.585 3.438 1.829 4.389c1.316 1.024 2.56 1.536 6.436 1.17c1.536-.146 4.243-.439 5.267-.585c60.27-10.094 106.276-61.806 106.276-123.977c0-69.779-57.27-126.172-127.78-126.172" fill="#000"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 251"><path d="M183.515 102.912c.586-13.824-3.437-24.942-8.85-33.792c-5.412-8.85-15.36-17.7-26.185-16.677c-6.437.586-9.29 3.146-10.825 6.437c-1.536 3.438-1.829 11.41-1.829 14.702v83.31c15.8-2.122 30.355-11.118 39.497-25.674c5.194-8.192 7.9-18.87 8.192-28.306" fill="#000"/><path d="M127.78.073C57.27.073 0 56.466 0 125.88c0 64.512 49.152 117.54 112.713 124.782c3.145.146 4.974-.147 6.437-1.317c1.17-1.024 1.682-2.706 1.682-4.242l.146-74.972c-34.45-3.584-61.952-32.036-61.513-66.706c.439-33.207 23.333-59.977 53.687-66.121c.731-.146 1.317-.293 1.829.146c.438.439.146 1.682.146 1.682l-2.268 11.118s-.146.585-.292.878c-.146.146-.439.292-.732.439c-13.092 4.023-25.088 12.946-30.793 23.771c-4.827 8.997-7.972 15.799-7.972 27.94c0 26.332 20.772 50.542 48.128 53.834V73.728c0-8.704.439-18.798 5.559-25.82c4.022-5.412 10.971-8.703 21.942-8.703c15.8 0 34.743 11.556 44.179 36.644c2.852 7.534 4.68 17.116 4.535 27.502c-.147 34.743-27.21 63.122-61.514 66.926l-.146 74.971c0 1.975.585 3.438 1.829 4.389c1.316 1.024 2.56 1.536 6.436 1.17c1.536-.146 4.243-.439 5.267-.585c60.27-10.094 106.276-61.806 106.276-123.977c0-69.779-57.27-126.172-127.78-126.172" fill="#000"/></svg>
</template>

CSS

.icon-famous {
  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%20251%22%3E%3Cpath%20d%3D%22M183.515%20102.912c.586-13.824-3.437-24.942-8.85-33.792c-5.412-8.85-15.36-17.7-26.185-16.677c-6.437.586-9.29%203.146-10.825%206.437c-1.536%203.438-1.829%2011.41-1.829%2014.702v83.31c15.8-2.122%2030.355-11.118%2039.497-25.674c5.194-8.192%207.9-18.87%208.192-28.306%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M127.78.073C57.27.073%200%2056.466%200%20125.88c0%2064.512%2049.152%20117.54%20112.713%20124.782c3.145.146%204.974-.147%206.437-1.317c1.17-1.024%201.682-2.706%201.682-4.242l.146-74.972c-34.45-3.584-61.952-32.036-61.513-66.706c.439-33.207%2023.333-59.977%2053.687-66.121c.731-.146%201.317-.293%201.829.146c.438.439.146%201.682.146%201.682l-2.268%2011.118s-.146.585-.292.878c-.146.146-.439.292-.732.439c-13.092%204.023-25.088%2012.946-30.793%2023.771c-4.827%208.997-7.972%2015.799-7.972%2027.94c0%2026.332%2020.772%2050.542%2048.128%2053.834V73.728c0-8.704.439-18.798%205.559-25.82c4.022-5.412%2010.971-8.703%2021.942-8.703c15.8%200%2034.743%2011.556%2044.179%2036.644c2.852%207.534%204.68%2017.116%204.535%2027.502c-.147%2034.743-27.21%2063.122-61.514%2066.926l-.146%2074.971c0%201.975.585%203.438%201.829%204.389c1.316%201.024%202.56%201.536%206.436%201.17c1.536-.146%204.243-.439%205.267-.585c60.27-10.094%20106.276-61.806%20106.276-123.977c0-69.779-57.27-126.172-127.78-126.172%22%20fill%3D%22%23000%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%20251%22%3E%3Cpath%20d%3D%22M183.515%20102.912c.586-13.824-3.437-24.942-8.85-33.792c-5.412-8.85-15.36-17.7-26.185-16.677c-6.437.586-9.29%203.146-10.825%206.437c-1.536%203.438-1.829%2011.41-1.829%2014.702v83.31c15.8-2.122%2030.355-11.118%2039.497-25.674c5.194-8.192%207.9-18.87%208.192-28.306%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M127.78.073C57.27.073%200%2056.466%200%20125.88c0%2064.512%2049.152%20117.54%20112.713%20124.782c3.145.146%204.974-.147%206.437-1.317c1.17-1.024%201.682-2.706%201.682-4.242l.146-74.972c-34.45-3.584-61.952-32.036-61.513-66.706c.439-33.207%2023.333-59.977%2053.687-66.121c.731-.146%201.317-.293%201.829.146c.438.439.146%201.682.146%201.682l-2.268%2011.118s-.146.585-.292.878c-.146.146-.439.292-.732.439c-13.092%204.023-25.088%2012.946-30.793%2023.771c-4.827%208.997-7.972%2015.799-7.972%2027.94c0%2026.332%2020.772%2050.542%2048.128%2053.834V73.728c0-8.704.439-18.798%205.559-25.82c4.022-5.412%2010.971-8.703%2021.942-8.703c15.8%200%2034.743%2011.556%2044.179%2036.644c2.852%207.534%204.68%2017.116%204.535%2027.502c-.147%2034.743-27.21%2063.122-61.514%2066.926l-.146%2074.971c0%201.975.585%203.438%201.829%204.389c1.316%201.024%202.56%201.536%206.436%201.17c1.536-.146%204.243-.439%205.267-.585c60.27-10.094%20106.276-61.806%20106.276-123.977c0-69.779-57.27-126.172-127.78-126.172%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/famous.svg?color=%231a73e8&size=48