crunchyroll from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
crunchyroll
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Use the crunchyroll logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.48 2 2 6.49 2 12.02S6.48 22 12 22h.66c-4.6-.31-8.19-4.15-8.21-8.76c0-4.86 3.94-8.78 8.8-8.78c4.58.02 8.38 3.54 8.75 8.1V12c0-5.52-4.48-10-10-10"/><path fill="currentColor" d="M17.99 13.67c-1.78 0-3.21-1.43-3.22-3.19c0-1.36.84-2.56 2.11-3.03c-.99-.52-2.09-.8-3.22-.78c-3.87 0-7 3.14-7 7s3.14 7 7 7s7-3.14 7-7c.02-.45-.02-.89-.1-1.34c-.54.89-1.53 1.39-2.56 1.34Z"/></svg>

React

import type { SVGProps } from "react";

export function BxlCrunchyroll(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 2C6.48 2 2 6.49 2 12.02S6.48 22 12 22h.66c-4.6-.31-8.19-4.15-8.21-8.76c0-4.86 3.94-8.78 8.8-8.78c4.58.02 8.38 3.54 8.75 8.1V12c0-5.52-4.48-10-10-10"/><path fill="currentColor" d="M17.99 13.67c-1.78 0-3.21-1.43-3.22-3.19c0-1.36.84-2.56 2.11-3.03c-.99-.52-2.09-.8-3.22-.78c-3.87 0-7 3.14-7 7s3.14 7 7 7s7-3.14 7-7c.02-.45-.02-.89-.1-1.34c-.54.89-1.53 1.39-2.56 1.34Z"/></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 2C6.48 2 2 6.49 2 12.02S6.48 22 12 22h.66c-4.6-.31-8.19-4.15-8.21-8.76c0-4.86 3.94-8.78 8.8-8.78c4.58.02 8.38 3.54 8.75 8.1V12c0-5.52-4.48-10-10-10"/><path fill="currentColor" d="M17.99 13.67c-1.78 0-3.21-1.43-3.22-3.19c0-1.36.84-2.56 2.11-3.03c-.99-.52-2.09-.8-3.22-.78c-3.87 0-7 3.14-7 7s3.14 7 7 7s7-3.14 7-7c.02-.45-.02-.89-.1-1.34c-.54.89-1.53 1.39-2.56 1.34Z"/></svg>
</template>

CSS

.icon-crunchyroll {
  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%202C6.48%202%202%206.49%202%2012.02S6.48%2022%2012%2022h.66c-4.6-.31-8.19-4.15-8.21-8.76c0-4.86%203.94-8.78%208.8-8.78c4.58.02%208.38%203.54%208.75%208.1V12c0-5.52-4.48-10-10-10%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.99%2013.67c-1.78%200-3.21-1.43-3.22-3.19c0-1.36.84-2.56%202.11-3.03c-.99-.52-2.09-.8-3.22-.78c-3.87%200-7%203.14-7%207s3.14%207%207%207s7-3.14%207-7c.02-.45-.02-.89-.1-1.34c-.54.89-1.53%201.39-2.56%201.34Z%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%202C6.48%202%202%206.49%202%2012.02S6.48%2022%2012%2022h.66c-4.6-.31-8.19-4.15-8.21-8.76c0-4.86%203.94-8.78%208.8-8.78c4.58.02%208.38%203.54%208.75%208.1V12c0-5.52-4.48-10-10-10%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.99%2013.67c-1.78%200-3.21-1.43-3.22-3.19c0-1.36.84-2.56%202.11-3.03c-.99-.52-2.09-.8-3.22-.78c-3.87%200-7%203.14-7%207s3.14%207%207%207s7-3.14%207-7c.02-.45-.02-.89-.1-1.34c-.54.89-1.53%201.39-2.56%201.34Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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