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

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

Use the listenhub logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.6 17.066c-.228.36-.714 1.006-1.53 1.006c-.936 0-1.525-.674-1.844-1.181c-.343-.545-.582-1.22-.751-1.82a17 17 0 0 1-.469-2.412v-.019l1.004-.105l-1.005.105a1.004 1.004 0 0 1 .898-1.1a1.01 1.01 0 0 1 1.111.889l.001.008l.021.164a16 16 0 0 0 .387 1.933c.149.534.328.993.518 1.299l.023.034q.198-.364.436-1.058c.377-1.11.735-2.613 1.102-4.18l.061-.26c.341-1.454.689-2.944 1.055-4.088c.192-.6.408-1.168.658-1.602a2.6 2.6 0 0 1 .498-.64a1.48 1.48 0 0 1 .99-.399c.496 0 .849.272 1.044.475c.202.21.359.466.481.708c.249.488.472 1.136.676 1.842c.413 1.423.811 3.302 1.196 5.131l.046.22c.374 1.775.734 3.489 1.09 4.778q.13.467.251.825c.276-.651.564-1.504.866-2.41l.043-.127c.302-.904.618-1.854.931-2.585c.162-.379.345-.755.555-1.053c.105-.147.244-.317.425-.456c.18-.14.466-.3.837-.3c.783 0 1.296.54 1.565.893c.297.391.535.874.72 1.277l.098.22c.12-.19.256-.395.399-.57c.101-.127.239-.278.408-.404c.162-.12.447-.288.825-.288c.532 0 .904.294 1.093.473c.183.173.341.382.448.525a5 5 0 0 0 .337-.473l.011-.017l.009-.013l.002-.006a1.016 1.016 0 0 1 1.386-.349c.48.283.637.898.352 1.372l-.869-.51l.869.51l-.002.003l-.003.005l-.008.016a7 7 0 0 1-.14.215a7 7 0 0 1-.371.504a4 4 0 0 1-.565.579c-.187.151-.567.42-1.064.42c-.54 0-.912-.313-1.086-.483a4 4 0 0 1-.346-.4l-.104.167l-.04.064a9 9 0 0 1-.47.717a2.4 2.4 0 0 1-.37.397a1.32 1.32 0 0 1-.84.32c-.317 0-.555-.13-.694-.233a1.5 1.5 0 0 1-.302-.301a3 3 0 0 1-.309-.524c-.09-.185-.201-.44-.308-.684a26 26 0 0 0-.19-.428a8 8 0 0 0-.306-.61l-.091.206c-.28.654-.574 1.534-.889 2.477l-.027.083c-.316.946-.654 1.954-.995 2.725c-.169.381-.362.76-.587 1.061c-.172.232-.594.736-1.274.736c-.523 0-.872-.308-1.047-.503a3 3 0 0 1-.446-.703c-.23-.483-.44-1.127-.635-1.83c-.375-1.351-.746-3.121-1.113-4.867l-.053-.253c-.39-1.85-.772-3.65-1.16-4.987a15 15 0 0 0-.286-.89q-.093.246-.192.559c-.34 1.065-.673 2.483-1.022 3.973l-.052.224c-.361 1.54-.742 3.145-1.156 4.365c-.206.604-.44 1.177-.717 1.617zm11.429-4.419l.008.005zm6.027.53l-.012-.01zm-9.988 5.324s.007-.01.022-.022zm-9.305-2.334l.015-.015zm.382-.086l.007.004z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsListenhub(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="M4.6 17.066c-.228.36-.714 1.006-1.53 1.006c-.936 0-1.525-.674-1.844-1.181c-.343-.545-.582-1.22-.751-1.82a17 17 0 0 1-.469-2.412v-.019l1.004-.105l-1.005.105a1.004 1.004 0 0 1 .898-1.1a1.01 1.01 0 0 1 1.111.889l.001.008l.021.164a16 16 0 0 0 .387 1.933c.149.534.328.993.518 1.299l.023.034q.198-.364.436-1.058c.377-1.11.735-2.613 1.102-4.18l.061-.26c.341-1.454.689-2.944 1.055-4.088c.192-.6.408-1.168.658-1.602a2.6 2.6 0 0 1 .498-.64a1.48 1.48 0 0 1 .99-.399c.496 0 .849.272 1.044.475c.202.21.359.466.481.708c.249.488.472 1.136.676 1.842c.413 1.423.811 3.302 1.196 5.131l.046.22c.374 1.775.734 3.489 1.09 4.778q.13.467.251.825c.276-.651.564-1.504.866-2.41l.043-.127c.302-.904.618-1.854.931-2.585c.162-.379.345-.755.555-1.053c.105-.147.244-.317.425-.456c.18-.14.466-.3.837-.3c.783 0 1.296.54 1.565.893c.297.391.535.874.72 1.277l.098.22c.12-.19.256-.395.399-.57c.101-.127.239-.278.408-.404c.162-.12.447-.288.825-.288c.532 0 .904.294 1.093.473c.183.173.341.382.448.525a5 5 0 0 0 .337-.473l.011-.017l.009-.013l.002-.006a1.016 1.016 0 0 1 1.386-.349c.48.283.637.898.352 1.372l-.869-.51l.869.51l-.002.003l-.003.005l-.008.016a7 7 0 0 1-.14.215a7 7 0 0 1-.371.504a4 4 0 0 1-.565.579c-.187.151-.567.42-1.064.42c-.54 0-.912-.313-1.086-.483a4 4 0 0 1-.346-.4l-.104.167l-.04.064a9 9 0 0 1-.47.717a2.4 2.4 0 0 1-.37.397a1.32 1.32 0 0 1-.84.32c-.317 0-.555-.13-.694-.233a1.5 1.5 0 0 1-.302-.301a3 3 0 0 1-.309-.524c-.09-.185-.201-.44-.308-.684a26 26 0 0 0-.19-.428a8 8 0 0 0-.306-.61l-.091.206c-.28.654-.574 1.534-.889 2.477l-.027.083c-.316.946-.654 1.954-.995 2.725c-.169.381-.362.76-.587 1.061c-.172.232-.594.736-1.274.736c-.523 0-.872-.308-1.047-.503a3 3 0 0 1-.446-.703c-.23-.483-.44-1.127-.635-1.83c-.375-1.351-.746-3.121-1.113-4.867l-.053-.253c-.39-1.85-.772-3.65-1.16-4.987a15 15 0 0 0-.286-.89q-.093.246-.192.559c-.34 1.065-.673 2.483-1.022 3.973l-.052.224c-.361 1.54-.742 3.145-1.156 4.365c-.206.604-.44 1.177-.717 1.617zm11.429-4.419l.008.005zm6.027.53l-.012-.01zm-9.988 5.324s.007-.01.022-.022zm-9.305-2.334l.015-.015zm.382-.086l.007.004z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.6 17.066c-.228.36-.714 1.006-1.53 1.006c-.936 0-1.525-.674-1.844-1.181c-.343-.545-.582-1.22-.751-1.82a17 17 0 0 1-.469-2.412v-.019l1.004-.105l-1.005.105a1.004 1.004 0 0 1 .898-1.1a1.01 1.01 0 0 1 1.111.889l.001.008l.021.164a16 16 0 0 0 .387 1.933c.149.534.328.993.518 1.299l.023.034q.198-.364.436-1.058c.377-1.11.735-2.613 1.102-4.18l.061-.26c.341-1.454.689-2.944 1.055-4.088c.192-.6.408-1.168.658-1.602a2.6 2.6 0 0 1 .498-.64a1.48 1.48 0 0 1 .99-.399c.496 0 .849.272 1.044.475c.202.21.359.466.481.708c.249.488.472 1.136.676 1.842c.413 1.423.811 3.302 1.196 5.131l.046.22c.374 1.775.734 3.489 1.09 4.778q.13.467.251.825c.276-.651.564-1.504.866-2.41l.043-.127c.302-.904.618-1.854.931-2.585c.162-.379.345-.755.555-1.053c.105-.147.244-.317.425-.456c.18-.14.466-.3.837-.3c.783 0 1.296.54 1.565.893c.297.391.535.874.72 1.277l.098.22c.12-.19.256-.395.399-.57c.101-.127.239-.278.408-.404c.162-.12.447-.288.825-.288c.532 0 .904.294 1.093.473c.183.173.341.382.448.525a5 5 0 0 0 .337-.473l.011-.017l.009-.013l.002-.006a1.016 1.016 0 0 1 1.386-.349c.48.283.637.898.352 1.372l-.869-.51l.869.51l-.002.003l-.003.005l-.008.016a7 7 0 0 1-.14.215a7 7 0 0 1-.371.504a4 4 0 0 1-.565.579c-.187.151-.567.42-1.064.42c-.54 0-.912-.313-1.086-.483a4 4 0 0 1-.346-.4l-.104.167l-.04.064a9 9 0 0 1-.47.717a2.4 2.4 0 0 1-.37.397a1.32 1.32 0 0 1-.84.32c-.317 0-.555-.13-.694-.233a1.5 1.5 0 0 1-.302-.301a3 3 0 0 1-.309-.524c-.09-.185-.201-.44-.308-.684a26 26 0 0 0-.19-.428a8 8 0 0 0-.306-.61l-.091.206c-.28.654-.574 1.534-.889 2.477l-.027.083c-.316.946-.654 1.954-.995 2.725c-.169.381-.362.76-.587 1.061c-.172.232-.594.736-1.274.736c-.523 0-.872-.308-1.047-.503a3 3 0 0 1-.446-.703c-.23-.483-.44-1.127-.635-1.83c-.375-1.351-.746-3.121-1.113-4.867l-.053-.253c-.39-1.85-.772-3.65-1.16-4.987a15 15 0 0 0-.286-.89q-.093.246-.192.559c-.34 1.065-.673 2.483-1.022 3.973l-.052.224c-.361 1.54-.742 3.145-1.156 4.365c-.206.604-.44 1.177-.717 1.617zm11.429-4.419l.008.005zm6.027.53l-.012-.01zm-9.988 5.324s.007-.01.022-.022zm-9.305-2.334l.015-.015zm.382-.086l.007.004z"/></svg>
</template>

CSS

.icon-listenhub {
  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%22M4.6%2017.066c-.228.36-.714%201.006-1.53%201.006c-.936%200-1.525-.674-1.844-1.181c-.343-.545-.582-1.22-.751-1.82a17%2017%200%200%201-.469-2.412v-.019l1.004-.105l-1.005.105a1.004%201.004%200%200%201%20.898-1.1a1.01%201.01%200%200%201%201.111.889l.001.008l.021.164a16%2016%200%200%200%20.387%201.933c.149.534.328.993.518%201.299l.023.034q.198-.364.436-1.058c.377-1.11.735-2.613%201.102-4.18l.061-.26c.341-1.454.689-2.944%201.055-4.088c.192-.6.408-1.168.658-1.602a2.6%202.6%200%200%201%20.498-.64a1.48%201.48%200%200%201%20.99-.399c.496%200%20.849.272%201.044.475c.202.21.359.466.481.708c.249.488.472%201.136.676%201.842c.413%201.423.811%203.302%201.196%205.131l.046.22c.374%201.775.734%203.489%201.09%204.778q.13.467.251.825c.276-.651.564-1.504.866-2.41l.043-.127c.302-.904.618-1.854.931-2.585c.162-.379.345-.755.555-1.053c.105-.147.244-.317.425-.456c.18-.14.466-.3.837-.3c.783%200%201.296.54%201.565.893c.297.391.535.874.72%201.277l.098.22c.12-.19.256-.395.399-.57c.101-.127.239-.278.408-.404c.162-.12.447-.288.825-.288c.532%200%20.904.294%201.093.473c.183.173.341.382.448.525a5%205%200%200%200%20.337-.473l.011-.017l.009-.013l.002-.006a1.016%201.016%200%200%201%201.386-.349c.48.283.637.898.352%201.372l-.869-.51l.869.51l-.002.003l-.003.005l-.008.016a7%207%200%200%201-.14.215a7%207%200%200%201-.371.504a4%204%200%200%201-.565.579c-.187.151-.567.42-1.064.42c-.54%200-.912-.313-1.086-.483a4%204%200%200%201-.346-.4l-.104.167l-.04.064a9%209%200%200%201-.47.717a2.4%202.4%200%200%201-.37.397a1.32%201.32%200%200%201-.84.32c-.317%200-.555-.13-.694-.233a1.5%201.5%200%200%201-.302-.301a3%203%200%200%201-.309-.524c-.09-.185-.201-.44-.308-.684a26%2026%200%200%200-.19-.428a8%208%200%200%200-.306-.61l-.091.206c-.28.654-.574%201.534-.889%202.477l-.027.083c-.316.946-.654%201.954-.995%202.725c-.169.381-.362.76-.587%201.061c-.172.232-.594.736-1.274.736c-.523%200-.872-.308-1.047-.503a3%203%200%200%201-.446-.703c-.23-.483-.44-1.127-.635-1.83c-.375-1.351-.746-3.121-1.113-4.867l-.053-.253c-.39-1.85-.772-3.65-1.16-4.987a15%2015%200%200%200-.286-.89q-.093.246-.192.559c-.34%201.065-.673%202.483-1.022%203.973l-.052.224c-.361%201.54-.742%203.145-1.156%204.365c-.206.604-.44%201.177-.717%201.617zm11.429-4.419l.008.005zm6.027.53l-.012-.01zm-9.988%205.324s.007-.01.022-.022zm-9.305-2.334l.015-.015zm.382-.086l.007.004z%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%22M4.6%2017.066c-.228.36-.714%201.006-1.53%201.006c-.936%200-1.525-.674-1.844-1.181c-.343-.545-.582-1.22-.751-1.82a17%2017%200%200%201-.469-2.412v-.019l1.004-.105l-1.005.105a1.004%201.004%200%200%201%20.898-1.1a1.01%201.01%200%200%201%201.111.889l.001.008l.021.164a16%2016%200%200%200%20.387%201.933c.149.534.328.993.518%201.299l.023.034q.198-.364.436-1.058c.377-1.11.735-2.613%201.102-4.18l.061-.26c.341-1.454.689-2.944%201.055-4.088c.192-.6.408-1.168.658-1.602a2.6%202.6%200%200%201%20.498-.64a1.48%201.48%200%200%201%20.99-.399c.496%200%20.849.272%201.044.475c.202.21.359.466.481.708c.249.488.472%201.136.676%201.842c.413%201.423.811%203.302%201.196%205.131l.046.22c.374%201.775.734%203.489%201.09%204.778q.13.467.251.825c.276-.651.564-1.504.866-2.41l.043-.127c.302-.904.618-1.854.931-2.585c.162-.379.345-.755.555-1.053c.105-.147.244-.317.425-.456c.18-.14.466-.3.837-.3c.783%200%201.296.54%201.565.893c.297.391.535.874.72%201.277l.098.22c.12-.19.256-.395.399-.57c.101-.127.239-.278.408-.404c.162-.12.447-.288.825-.288c.532%200%20.904.294%201.093.473c.183.173.341.382.448.525a5%205%200%200%200%20.337-.473l.011-.017l.009-.013l.002-.006a1.016%201.016%200%200%201%201.386-.349c.48.283.637.898.352%201.372l-.869-.51l.869.51l-.002.003l-.003.005l-.008.016a7%207%200%200%201-.14.215a7%207%200%200%201-.371.504a4%204%200%200%201-.565.579c-.187.151-.567.42-1.064.42c-.54%200-.912-.313-1.086-.483a4%204%200%200%201-.346-.4l-.104.167l-.04.064a9%209%200%200%201-.47.717a2.4%202.4%200%200%201-.37.397a1.32%201.32%200%200%201-.84.32c-.317%200-.555-.13-.694-.233a1.5%201.5%200%200%201-.302-.301a3%203%200%200%201-.309-.524c-.09-.185-.201-.44-.308-.684a26%2026%200%200%200-.19-.428a8%208%200%200%200-.306-.61l-.091.206c-.28.654-.574%201.534-.889%202.477l-.027.083c-.316.946-.654%201.954-.995%202.725c-.169.381-.362.76-.587%201.061c-.172.232-.594.736-1.274.736c-.523%200-.872-.308-1.047-.503a3%203%200%200%201-.446-.703c-.23-.483-.44-1.127-.635-1.83c-.375-1.351-.746-3.121-1.113-4.867l-.053-.253c-.39-1.85-.772-3.65-1.16-4.987a15%2015%200%200%200-.286-.89q-.093.246-.192.559c-.34%201.065-.673%202.483-1.022%203.973l-.052.224c-.361%201.54-.742%203.145-1.156%204.365c-.206.604-.44%201.177-.717%201.617zm11.429-4.419l.008.005zm6.027.53l-.012-.01zm-9.988%205.324s.007-.01.022-.022zm-9.305-2.334l.015-.015zm.382-.086l.007.004z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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