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

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

Use the ziggo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.555 18.69a3 3 0 0 0-2.52-2.865h-6.3l7.26-6.945a2.145 2.145 0 0 0 .495-2.34a2.1 2.1 0 0 0-2.205-1.23h-9a2.79 2.79 0 0 0 2.19 2.895h5.175L6 15.375a2.01 2.01 0 0 0-.42 2.13a1.965 1.965 0 0 0 2.115 1.185zM2.85 18.6a2.535 2.535 0 0 0 2.55 2.535h13.2a2.536 2.536 0 0 0 2.55-2.535V7.92A2.865 2.865 0 0 1 24 5.31V18.6a5.385 5.385 0 0 1-5.4 5.4H5.4A5.385 5.385 0 0 1 0 18.6V5.4A5.385 5.385 0 0 1 5.4 0h13.2a5.6 5.6 0 0 1 2.07.405A5.2 5.2 0 0 1 22.635 1.8a1.5 1.5 0 0 1 .42 1.005a1.4 1.4 0 0 1-.42 1.02a1.5 1.5 0 0 1-2.025 0A2.7 2.7 0 0 0 19.59 3a2.4 2.4 0 0 0-.99-.195H5.4A2.505 2.505 0 0 0 2.865 5.4z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsZiggo(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="M18.555 18.69a3 3 0 0 0-2.52-2.865h-6.3l7.26-6.945a2.145 2.145 0 0 0 .495-2.34a2.1 2.1 0 0 0-2.205-1.23h-9a2.79 2.79 0 0 0 2.19 2.895h5.175L6 15.375a2.01 2.01 0 0 0-.42 2.13a1.965 1.965 0 0 0 2.115 1.185zM2.85 18.6a2.535 2.535 0 0 0 2.55 2.535h13.2a2.536 2.536 0 0 0 2.55-2.535V7.92A2.865 2.865 0 0 1 24 5.31V18.6a5.385 5.385 0 0 1-5.4 5.4H5.4A5.385 5.385 0 0 1 0 18.6V5.4A5.385 5.385 0 0 1 5.4 0h13.2a5.6 5.6 0 0 1 2.07.405A5.2 5.2 0 0 1 22.635 1.8a1.5 1.5 0 0 1 .42 1.005a1.4 1.4 0 0 1-.42 1.02a1.5 1.5 0 0 1-2.025 0A2.7 2.7 0 0 0 19.59 3a2.4 2.4 0 0 0-.99-.195H5.4A2.505 2.505 0 0 0 2.865 5.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.555 18.69a3 3 0 0 0-2.52-2.865h-6.3l7.26-6.945a2.145 2.145 0 0 0 .495-2.34a2.1 2.1 0 0 0-2.205-1.23h-9a2.79 2.79 0 0 0 2.19 2.895h5.175L6 15.375a2.01 2.01 0 0 0-.42 2.13a1.965 1.965 0 0 0 2.115 1.185zM2.85 18.6a2.535 2.535 0 0 0 2.55 2.535h13.2a2.536 2.536 0 0 0 2.55-2.535V7.92A2.865 2.865 0 0 1 24 5.31V18.6a5.385 5.385 0 0 1-5.4 5.4H5.4A5.385 5.385 0 0 1 0 18.6V5.4A5.385 5.385 0 0 1 5.4 0h13.2a5.6 5.6 0 0 1 2.07.405A5.2 5.2 0 0 1 22.635 1.8a1.5 1.5 0 0 1 .42 1.005a1.4 1.4 0 0 1-.42 1.02a1.5 1.5 0 0 1-2.025 0A2.7 2.7 0 0 0 19.59 3a2.4 2.4 0 0 0-.99-.195H5.4A2.505 2.505 0 0 0 2.865 5.4z"/></svg>
</template>

CSS

.icon-ziggo {
  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%22M18.555%2018.69a3%203%200%200%200-2.52-2.865h-6.3l7.26-6.945a2.145%202.145%200%200%200%20.495-2.34a2.1%202.1%200%200%200-2.205-1.23h-9a2.79%202.79%200%200%200%202.19%202.895h5.175L6%2015.375a2.01%202.01%200%200%200-.42%202.13a1.965%201.965%200%200%200%202.115%201.185zM2.85%2018.6a2.535%202.535%200%200%200%202.55%202.535h13.2a2.536%202.536%200%200%200%202.55-2.535V7.92A2.865%202.865%200%200%201%2024%205.31V18.6a5.385%205.385%200%200%201-5.4%205.4H5.4A5.385%205.385%200%200%201%200%2018.6V5.4A5.385%205.385%200%200%201%205.4%200h13.2a5.6%205.6%200%200%201%202.07.405A5.2%205.2%200%200%201%2022.635%201.8a1.5%201.5%200%200%201%20.42%201.005a1.4%201.4%200%200%201-.42%201.02a1.5%201.5%200%200%201-2.025%200A2.7%202.7%200%200%200%2019.59%203a2.4%202.4%200%200%200-.99-.195H5.4A2.505%202.505%200%200%200%202.865%205.4z%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%22M18.555%2018.69a3%203%200%200%200-2.52-2.865h-6.3l7.26-6.945a2.145%202.145%200%200%200%20.495-2.34a2.1%202.1%200%200%200-2.205-1.23h-9a2.79%202.79%200%200%200%202.19%202.895h5.175L6%2015.375a2.01%202.01%200%200%200-.42%202.13a1.965%201.965%200%200%200%202.115%201.185zM2.85%2018.6a2.535%202.535%200%200%200%202.55%202.535h13.2a2.536%202.536%200%200%200%202.55-2.535V7.92A2.865%202.865%200%200%201%2024%205.31V18.6a5.385%205.385%200%200%201-5.4%205.4H5.4A5.385%205.385%200%200%201%200%2018.6V5.4A5.385%205.385%200%200%201%205.4%200h13.2a5.6%205.6%200%200%201%202.07.405A5.2%205.2%200%200%201%2022.635%201.8a1.5%201.5%200%200%201%20.42%201.005a1.4%201.4%200%200%201-.42%201.02a1.5%201.5%200%200%201-2.025%200A2.7%202.7%200%200%200%2019.59%203a2.4%202.4%200%200%200-.99-.195H5.4A2.505%202.505%200%200%200%202.865%205.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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