billboard from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
billboard
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the billboard logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.697 11.025H4.82v3.418H3.697Zm1.356-1.337h1.124v4.755H5.053Zm1.357 0h1.124v4.755H6.41Zm13.22 1.69v-.353h-1.124v3.418h1.124v-1.629c0-.42.22-.645.619-.645h.133V10.99c-.34.014-.586.12-.752.386M4.26 9.502a.652.652 0 1 0 0 1.304a.652.652 0 0 0 0-1.304m12.89 1.782c-.158-.172-.525-.315-.804-.315c-.85 0-1.458.56-1.607 1.392a1.75 1.75 0 0 0-1.707-1.412c-.856 0-1.557.621-1.71 1.434c-.15-.845-.814-1.405-1.638-1.405c-.306 0-.559.066-.779.22v-1.51H7.781v4.755h1.104v-.313c.266.246.552.36.904.36c.76 0 1.399-.595 1.535-1.414a1.74 1.74 0 0 0 1.708 1.41a1.74 1.74 0 0 0 1.699-1.377c.143.853.819 1.387 1.627 1.387c.279 0 .585-.093.791-.246v.193h1.124v-1.496l-.001-.18l.001-.18V11.03H17.15zm-7.586 2.117a.652.652 0 1 1 0-1.303a.652.652 0 0 1 0 1.303m3.468-.052a.652.652 0 1 1 .001-1.304a.652.652 0 0 1 0 1.304m3.378.02a.652.652 0 1 1 0-1.303a.652.652 0 0 1 0 1.304m6.467-3.683v1.51c-.22-.153-.472-.22-.778-.22c-.938 0-1.67.726-1.67 1.77c0 .984.705 1.742 1.563 1.742c.353 0 .639-.113.905-.359v.313H24V9.687Zm-.662 3.707a.652.652 0 1 1 0-1.304a.652.652 0 0 1 0 1.304M1.902 10.979c-.306 0-.559.066-.778.22v-1.51H0v4.755h1.104v-.313c.266.246.552.36.905.36c.857 0 1.562-.76 1.562-1.743c0-1.044-.731-1.77-1.669-1.77m-.12 2.423a.652.652 0 1 1 0-1.303a.652.652 0 0 1 0 1.303"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBillboard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.697 11.025H4.82v3.418H3.697Zm1.356-1.337h1.124v4.755H5.053Zm1.357 0h1.124v4.755H6.41Zm13.22 1.69v-.353h-1.124v3.418h1.124v-1.629c0-.42.22-.645.619-.645h.133V10.99c-.34.014-.586.12-.752.386M4.26 9.502a.652.652 0 1 0 0 1.304a.652.652 0 0 0 0-1.304m12.89 1.782c-.158-.172-.525-.315-.804-.315c-.85 0-1.458.56-1.607 1.392a1.75 1.75 0 0 0-1.707-1.412c-.856 0-1.557.621-1.71 1.434c-.15-.845-.814-1.405-1.638-1.405c-.306 0-.559.066-.779.22v-1.51H7.781v4.755h1.104v-.313c.266.246.552.36.904.36c.76 0 1.399-.595 1.535-1.414a1.74 1.74 0 0 0 1.708 1.41a1.74 1.74 0 0 0 1.699-1.377c.143.853.819 1.387 1.627 1.387c.279 0 .585-.093.791-.246v.193h1.124v-1.496l-.001-.18l.001-.18V11.03H17.15zm-7.586 2.117a.652.652 0 1 1 0-1.303a.652.652 0 0 1 0 1.303m3.468-.052a.652.652 0 1 1 .001-1.304a.652.652 0 0 1 0 1.304m3.378.02a.652.652 0 1 1 0-1.303a.652.652 0 0 1 0 1.304m6.467-3.683v1.51c-.22-.153-.472-.22-.778-.22c-.938 0-1.67.726-1.67 1.77c0 .984.705 1.742 1.563 1.742c.353 0 .639-.113.905-.359v.313H24V9.687Zm-.662 3.707a.652.652 0 1 1 0-1.304a.652.652 0 0 1 0 1.304M1.902 10.979c-.306 0-.559.066-.778.22v-1.51H0v4.755h1.104v-.313c.266.246.552.36.905.36c.857 0 1.562-.76 1.562-1.743c0-1.044-.731-1.77-1.669-1.77m-.12 2.423a.652.652 0 1 1 0-1.303a.652.652 0 0 1 0 1.303"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.697 11.025H4.82v3.418H3.697Zm1.356-1.337h1.124v4.755H5.053Zm1.357 0h1.124v4.755H6.41Zm13.22 1.69v-.353h-1.124v3.418h1.124v-1.629c0-.42.22-.645.619-.645h.133V10.99c-.34.014-.586.12-.752.386M4.26 9.502a.652.652 0 1 0 0 1.304a.652.652 0 0 0 0-1.304m12.89 1.782c-.158-.172-.525-.315-.804-.315c-.85 0-1.458.56-1.607 1.392a1.75 1.75 0 0 0-1.707-1.412c-.856 0-1.557.621-1.71 1.434c-.15-.845-.814-1.405-1.638-1.405c-.306 0-.559.066-.779.22v-1.51H7.781v4.755h1.104v-.313c.266.246.552.36.904.36c.76 0 1.399-.595 1.535-1.414a1.74 1.74 0 0 0 1.708 1.41a1.74 1.74 0 0 0 1.699-1.377c.143.853.819 1.387 1.627 1.387c.279 0 .585-.093.791-.246v.193h1.124v-1.496l-.001-.18l.001-.18V11.03H17.15zm-7.586 2.117a.652.652 0 1 1 0-1.303a.652.652 0 0 1 0 1.303m3.468-.052a.652.652 0 1 1 .001-1.304a.652.652 0 0 1 0 1.304m3.378.02a.652.652 0 1 1 0-1.303a.652.652 0 0 1 0 1.304m6.467-3.683v1.51c-.22-.153-.472-.22-.778-.22c-.938 0-1.67.726-1.67 1.77c0 .984.705 1.742 1.563 1.742c.353 0 .639-.113.905-.359v.313H24V9.687Zm-.662 3.707a.652.652 0 1 1 0-1.304a.652.652 0 0 1 0 1.304M1.902 10.979c-.306 0-.559.066-.778.22v-1.51H0v4.755h1.104v-.313c.266.246.552.36.905.36c.857 0 1.562-.76 1.562-1.743c0-1.044-.731-1.77-1.669-1.77m-.12 2.423a.652.652 0 1 1 0-1.303a.652.652 0 0 1 0 1.303"/></svg>
</template>

CSS

.icon-billboard {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.697%2011.025H4.82v3.418H3.697Zm1.356-1.337h1.124v4.755H5.053Zm1.357%200h1.124v4.755H6.41Zm13.22%201.69v-.353h-1.124v3.418h1.124v-1.629c0-.42.22-.645.619-.645h.133V10.99c-.34.014-.586.12-.752.386M4.26%209.502a.652.652%200%201%200%200%201.304a.652.652%200%200%200%200-1.304m12.89%201.782c-.158-.172-.525-.315-.804-.315c-.85%200-1.458.56-1.607%201.392a1.75%201.75%200%200%200-1.707-1.412c-.856%200-1.557.621-1.71%201.434c-.15-.845-.814-1.405-1.638-1.405c-.306%200-.559.066-.779.22v-1.51H7.781v4.755h1.104v-.313c.266.246.552.36.904.36c.76%200%201.399-.595%201.535-1.414a1.74%201.74%200%200%200%201.708%201.41a1.74%201.74%200%200%200%201.699-1.377c.143.853.819%201.387%201.627%201.387c.279%200%20.585-.093.791-.246v.193h1.124v-1.496l-.001-.18l.001-.18V11.03H17.15zm-7.586%202.117a.652.652%200%201%201%200-1.303a.652.652%200%200%201%200%201.303m3.468-.052a.652.652%200%201%201%20.001-1.304a.652.652%200%200%201%200%201.304m3.378.02a.652.652%200%201%201%200-1.303a.652.652%200%200%201%200%201.304m6.467-3.683v1.51c-.22-.153-.472-.22-.778-.22c-.938%200-1.67.726-1.67%201.77c0%20.984.705%201.742%201.563%201.742c.353%200%20.639-.113.905-.359v.313H24V9.687Zm-.662%203.707a.652.652%200%201%201%200-1.304a.652.652%200%200%201%200%201.304M1.902%2010.979c-.306%200-.559.066-.778.22v-1.51H0v4.755h1.104v-.313c.266.246.552.36.905.36c.857%200%201.562-.76%201.562-1.743c0-1.044-.731-1.77-1.669-1.77m-.12%202.423a.652.652%200%201%201%200-1.303a.652.652%200%200%201%200%201.303%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.697%2011.025H4.82v3.418H3.697Zm1.356-1.337h1.124v4.755H5.053Zm1.357%200h1.124v4.755H6.41Zm13.22%201.69v-.353h-1.124v3.418h1.124v-1.629c0-.42.22-.645.619-.645h.133V10.99c-.34.014-.586.12-.752.386M4.26%209.502a.652.652%200%201%200%200%201.304a.652.652%200%200%200%200-1.304m12.89%201.782c-.158-.172-.525-.315-.804-.315c-.85%200-1.458.56-1.607%201.392a1.75%201.75%200%200%200-1.707-1.412c-.856%200-1.557.621-1.71%201.434c-.15-.845-.814-1.405-1.638-1.405c-.306%200-.559.066-.779.22v-1.51H7.781v4.755h1.104v-.313c.266.246.552.36.904.36c.76%200%201.399-.595%201.535-1.414a1.74%201.74%200%200%200%201.708%201.41a1.74%201.74%200%200%200%201.699-1.377c.143.853.819%201.387%201.627%201.387c.279%200%20.585-.093.791-.246v.193h1.124v-1.496l-.001-.18l.001-.18V11.03H17.15zm-7.586%202.117a.652.652%200%201%201%200-1.303a.652.652%200%200%201%200%201.303m3.468-.052a.652.652%200%201%201%20.001-1.304a.652.652%200%200%201%200%201.304m3.378.02a.652.652%200%201%201%200-1.303a.652.652%200%200%201%200%201.304m6.467-3.683v1.51c-.22-.153-.472-.22-.778-.22c-.938%200-1.67.726-1.67%201.77c0%20.984.705%201.742%201.563%201.742c.353%200%20.639-.113.905-.359v.313H24V9.687Zm-.662%203.707a.652.652%200%201%201%200-1.304a.652.652%200%200%201%200%201.304M1.902%2010.979c-.306%200-.559.066-.778.22v-1.51H0v4.755h1.104v-.313c.266.246.552.36.905.36c.857%200%201.562-.76%201.562-1.743c0-1.044-.731-1.77-1.669-1.77m-.12%202.423a.652.652%200%201%201%200-1.303a.652.652%200%200%201%200%201.303%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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