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

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

Use the antena3 logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.997 10.755a7 7 0 0 0-.997-.083c-.111 0-.497.008-.998.083c-2.919.438-4.948 2.08-6.201 4.695c-.641 1.336-.357 2.255.8 3.166l.205.158q.32.214.627.414c3.026 1.975 4.133 2.676 4.58 2.881c.186.085.512.244.962.255h.048c.45-.011.777-.17.963-.255c.446-.205 1.553-.907 4.579-2.882q.308-.2.629-.415l.203-.156c1.157-.911 1.441-1.83.8-3.166c-1.251-2.614-3.281-4.257-6.2-4.695m7.252 4.36c.637.774 1.205.834 1.843.387c.85-.597 1.894-2.857 1.908-4.724c-.05-5.112-5.337-8.666-10.648-9.093c-.212-.02-.534-.026-.777.153c-.247.182-.292.457-.113.812c.305.603.708 1.147 1.092 1.7c1.928 2.77 3.56 5.72 5.298 8.607c.442.734.85 1.492 1.397 2.157zM5.148 12.956c1.738-2.886 3.37-5.837 5.297-8.607c.385-.553.787-1.097 1.092-1.7c.18-.355.135-.63-.113-.812c-.243-.18-.565-.173-.777-.153C5.337 2.112.05 5.665 0 10.778c.013 1.867 1.057 4.128 1.908 4.724c.638.447 1.206.387 1.843-.388c.546-.665.954-1.423 1.397-2.157Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAntena3(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="M12.997 10.755a7 7 0 0 0-.997-.083c-.111 0-.497.008-.998.083c-2.919.438-4.948 2.08-6.201 4.695c-.641 1.336-.357 2.255.8 3.166l.205.158q.32.214.627.414c3.026 1.975 4.133 2.676 4.58 2.881c.186.085.512.244.962.255h.048c.45-.011.777-.17.963-.255c.446-.205 1.553-.907 4.579-2.882q.308-.2.629-.415l.203-.156c1.157-.911 1.441-1.83.8-3.166c-1.251-2.614-3.281-4.257-6.2-4.695m7.252 4.36c.637.774 1.205.834 1.843.387c.85-.597 1.894-2.857 1.908-4.724c-.05-5.112-5.337-8.666-10.648-9.093c-.212-.02-.534-.026-.777.153c-.247.182-.292.457-.113.812c.305.603.708 1.147 1.092 1.7c1.928 2.77 3.56 5.72 5.298 8.607c.442.734.85 1.492 1.397 2.157zM5.148 12.956c1.738-2.886 3.37-5.837 5.297-8.607c.385-.553.787-1.097 1.092-1.7c.18-.355.135-.63-.113-.812c-.243-.18-.565-.173-.777-.153C5.337 2.112.05 5.665 0 10.778c.013 1.867 1.057 4.128 1.908 4.724c.638.447 1.206.387 1.843-.388c.546-.665.954-1.423 1.397-2.157Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.997 10.755a7 7 0 0 0-.997-.083c-.111 0-.497.008-.998.083c-2.919.438-4.948 2.08-6.201 4.695c-.641 1.336-.357 2.255.8 3.166l.205.158q.32.214.627.414c3.026 1.975 4.133 2.676 4.58 2.881c.186.085.512.244.962.255h.048c.45-.011.777-.17.963-.255c.446-.205 1.553-.907 4.579-2.882q.308-.2.629-.415l.203-.156c1.157-.911 1.441-1.83.8-3.166c-1.251-2.614-3.281-4.257-6.2-4.695m7.252 4.36c.637.774 1.205.834 1.843.387c.85-.597 1.894-2.857 1.908-4.724c-.05-5.112-5.337-8.666-10.648-9.093c-.212-.02-.534-.026-.777.153c-.247.182-.292.457-.113.812c.305.603.708 1.147 1.092 1.7c1.928 2.77 3.56 5.72 5.298 8.607c.442.734.85 1.492 1.397 2.157zM5.148 12.956c1.738-2.886 3.37-5.837 5.297-8.607c.385-.553.787-1.097 1.092-1.7c.18-.355.135-.63-.113-.812c-.243-.18-.565-.173-.777-.153C5.337 2.112.05 5.665 0 10.778c.013 1.867 1.057 4.128 1.908 4.724c.638.447 1.206.387 1.843-.388c.546-.665.954-1.423 1.397-2.157Z"/></svg>
</template>

CSS

.icon-antena3 {
  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%22M12.997%2010.755a7%207%200%200%200-.997-.083c-.111%200-.497.008-.998.083c-2.919.438-4.948%202.08-6.201%204.695c-.641%201.336-.357%202.255.8%203.166l.205.158q.32.214.627.414c3.026%201.975%204.133%202.676%204.58%202.881c.186.085.512.244.962.255h.048c.45-.011.777-.17.963-.255c.446-.205%201.553-.907%204.579-2.882q.308-.2.629-.415l.203-.156c1.157-.911%201.441-1.83.8-3.166c-1.251-2.614-3.281-4.257-6.2-4.695m7.252%204.36c.637.774%201.205.834%201.843.387c.85-.597%201.894-2.857%201.908-4.724c-.05-5.112-5.337-8.666-10.648-9.093c-.212-.02-.534-.026-.777.153c-.247.182-.292.457-.113.812c.305.603.708%201.147%201.092%201.7c1.928%202.77%203.56%205.72%205.298%208.607c.442.734.85%201.492%201.397%202.157zM5.148%2012.956c1.738-2.886%203.37-5.837%205.297-8.607c.385-.553.787-1.097%201.092-1.7c.18-.355.135-.63-.113-.812c-.243-.18-.565-.173-.777-.153C5.337%202.112.05%205.665%200%2010.778c.013%201.867%201.057%204.128%201.908%204.724c.638.447%201.206.387%201.843-.388c.546-.665.954-1.423%201.397-2.157Z%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%22M12.997%2010.755a7%207%200%200%200-.997-.083c-.111%200-.497.008-.998.083c-2.919.438-4.948%202.08-6.201%204.695c-.641%201.336-.357%202.255.8%203.166l.205.158q.32.214.627.414c3.026%201.975%204.133%202.676%204.58%202.881c.186.085.512.244.962.255h.048c.45-.011.777-.17.963-.255c.446-.205%201.553-.907%204.579-2.882q.308-.2.629-.415l.203-.156c1.157-.911%201.441-1.83.8-3.166c-1.251-2.614-3.281-4.257-6.2-4.695m7.252%204.36c.637.774%201.205.834%201.843.387c.85-.597%201.894-2.857%201.908-4.724c-.05-5.112-5.337-8.666-10.648-9.093c-.212-.02-.534-.026-.777.153c-.247.182-.292.457-.113.812c.305.603.708%201.147%201.092%201.7c1.928%202.77%203.56%205.72%205.298%208.607c.442.734.85%201.492%201.397%202.157zM5.148%2012.956c1.738-2.886%203.37-5.837%205.297-8.607c.385-.553.787-1.097%201.092-1.7c.18-.355.135-.63-.113-.812c-.243-.18-.565-.173-.777-.153C5.337%202.112.05%205.665%200%2010.778c.013%201.867%201.057%204.128%201.908%204.724c.638.447%201.206.387%201.843-.388c.546-.665.954-1.423%201.397-2.157Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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