comedy central icon

comedy-central from css.gg by Astrit · Outline · MIT Free for personal and commercial use.

Name
comedy-central
Set
css.gg
Style
Outline
Viewbox
24×24
License
MIT

Use the comedy central icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.545 19a7 7 0 1 0-4.95-11.95L3.473 4.93l-.018.018A9.97 9.97 0 0 1 10.545 2c5.522 0 10 4.477 10 10s-4.478 10-10 10a9.97 9.97 0 0 1-7.072-2.929l2.122-2.121a6.98 6.98 0 0 0 4.95 2.05"/><path d="M10.545 14c.593 0 1.125-.258 1.492-.668l2.122 2.122a5 5 0 1 1 0-6.909l-2.122 2.123A2 2 0 1 0 10.545 14"/></g></svg>

React

import type { SVGProps } from "react";

export function GgComedyCentral(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.545 19a7 7 0 1 0-4.95-11.95L3.473 4.93l-.018.018A9.97 9.97 0 0 1 10.545 2c5.522 0 10 4.477 10 10s-4.478 10-10 10a9.97 9.97 0 0 1-7.072-2.929l2.122-2.121a6.98 6.98 0 0 0 4.95 2.05"/><path d="M10.545 14c.593 0 1.125-.258 1.492-.668l2.122 2.122a5 5 0 1 1 0-6.909l-2.122 2.123A2 2 0 1 0 10.545 14"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.545 19a7 7 0 1 0-4.95-11.95L3.473 4.93l-.018.018A9.97 9.97 0 0 1 10.545 2c5.522 0 10 4.477 10 10s-4.478 10-10 10a9.97 9.97 0 0 1-7.072-2.929l2.122-2.121a6.98 6.98 0 0 0 4.95 2.05"/><path d="M10.545 14c.593 0 1.125-.258 1.492-.668l2.122 2.122a5 5 0 1 1 0-6.909l-2.122 2.123A2 2 0 1 0 10.545 14"/></g></svg>
</template>

CSS

.icon-comedy-central {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.545%2019a7%207%200%201%200-4.95-11.95L3.473%204.93l-.018.018A9.97%209.97%200%200%201%2010.545%202c5.522%200%2010%204.477%2010%2010s-4.478%2010-10%2010a9.97%209.97%200%200%201-7.072-2.929l2.122-2.121a6.98%206.98%200%200%200%204.95%202.05%22%2F%3E%3Cpath%20d%3D%22M10.545%2014c.593%200%201.125-.258%201.492-.668l2.122%202.122a5%205%200%201%201%200-6.909l-2.122%202.123A2%202%200%201%200%2010.545%2014%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.545%2019a7%207%200%201%200-4.95-11.95L3.473%204.93l-.018.018A9.97%209.97%200%200%201%2010.545%202c5.522%200%2010%204.477%2010%2010s-4.478%2010-10%2010a9.97%209.97%200%200%201-7.072-2.929l2.122-2.121a6.98%206.98%200%200%200%204.95%202.05%22%2F%3E%3Cpath%20d%3D%22M10.545%2014c.593%200%201.125-.258%201.492-.668l2.122%202.122a5%205%200%201%201%200-6.909l-2.122%202.123A2%202%200%201%200%2010.545%2014%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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