warnerbros logo

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

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

Use the warnerbros logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.58 10.238c-.524 0-1 .2-2.465 1.252v5.66c2.54-2.855 3.264-4.808 3.264-5.81c-.003-.702-.326-1.102-.8-1.102m.2-3.756c0-1.005-1.146-1.83-2.665-1.929v5.234c1.916-1.127 2.664-2.257 2.664-3.306zm4.51-2.222c-.025-.1-.05-.137-.1-.15l-1.797-.476l-.249-1.027c-.012-.05-.025-.088-.074-.1l-1.844-.5l-.224-.978a.14.14 0 0 0-.1-.125L12.115.01a.6.6 0 0 0-.237 0L7.09.904a.14.14 0 0 0-.1.125l-.224.978l-1.843.5c-.05.012-.062.05-.075.1l-.249 1.026l-1.791.477c-.05.013-.075.05-.1.15a13 13 0 0 0-.224 2.43c0 7.215 3.737 13.477 9.317 17.21a.25.25 0 0 0 .2.1a.25.25 0 0 0 .2-.1c5.58-3.733 9.317-9.995 9.317-17.21a13 13 0 0 0-.228-2.43zm-9.993 16.321c0 .05-.05.075-.099.025c-1.37-1.577-2.292-3.506-2.914-5.61l-.947.603c-.25.176-.448.1-.6-.175c-1.27-2.254-2.092-5.961-2.166-8.565a.45.45 0 0 1 .124-.325A12 12 0 0 1 5.79 5.382c.075-.075.15-.026.15.1c0 3.205.547 6.185 1.42 8.14c.074.15.149.15.249.074l.273-.175c-.523-2.33-.822-5.435-.747-9.016c0-.125.025-.176.1-.225a9 9 0 0 1 1.195-.627c.124-.05.15-.024.15.075c-.07 5.21.354 8.814 1.274 11.694c.025.075.1.05.1-.025c-.05-1.052-.05-1.978-.05-3.106l-.05-8.99c0-.1.025-.15.125-.175a10 10 0 0 1 1.245-.226a.07.07 0 0 1 .055.019a.07.07 0 0 1 .02.056zm1.495.025c-.05.05-.1.025-.1-.025V2.976a.07.07 0 0 1 .02-.056a.07.07 0 0 1 .055-.02c3.337.226 5.48 1.629 5.48 3.657a3.4 3.4 0 0 1-.872 2.278c1.095.3 1.519 1.127 1.519 2.229c.002 1.954-1.418 5.185-6.1 9.542Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsWarnerbros(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="M16.58 10.238c-.524 0-1 .2-2.465 1.252v5.66c2.54-2.855 3.264-4.808 3.264-5.81c-.003-.702-.326-1.102-.8-1.102m.2-3.756c0-1.005-1.146-1.83-2.665-1.929v5.234c1.916-1.127 2.664-2.257 2.664-3.306zm4.51-2.222c-.025-.1-.05-.137-.1-.15l-1.797-.476l-.249-1.027c-.012-.05-.025-.088-.074-.1l-1.844-.5l-.224-.978a.14.14 0 0 0-.1-.125L12.115.01a.6.6 0 0 0-.237 0L7.09.904a.14.14 0 0 0-.1.125l-.224.978l-1.843.5c-.05.012-.062.05-.075.1l-.249 1.026l-1.791.477c-.05.013-.075.05-.1.15a13 13 0 0 0-.224 2.43c0 7.215 3.737 13.477 9.317 17.21a.25.25 0 0 0 .2.1a.25.25 0 0 0 .2-.1c5.58-3.733 9.317-9.995 9.317-17.21a13 13 0 0 0-.228-2.43zm-9.993 16.321c0 .05-.05.075-.099.025c-1.37-1.577-2.292-3.506-2.914-5.61l-.947.603c-.25.176-.448.1-.6-.175c-1.27-2.254-2.092-5.961-2.166-8.565a.45.45 0 0 1 .124-.325A12 12 0 0 1 5.79 5.382c.075-.075.15-.026.15.1c0 3.205.547 6.185 1.42 8.14c.074.15.149.15.249.074l.273-.175c-.523-2.33-.822-5.435-.747-9.016c0-.125.025-.176.1-.225a9 9 0 0 1 1.195-.627c.124-.05.15-.024.15.075c-.07 5.21.354 8.814 1.274 11.694c.025.075.1.05.1-.025c-.05-1.052-.05-1.978-.05-3.106l-.05-8.99c0-.1.025-.15.125-.175a10 10 0 0 1 1.245-.226a.07.07 0 0 1 .055.019a.07.07 0 0 1 .02.056zm1.495.025c-.05.05-.1.025-.1-.025V2.976a.07.07 0 0 1 .02-.056a.07.07 0 0 1 .055-.02c3.337.226 5.48 1.629 5.48 3.657a3.4 3.4 0 0 1-.872 2.278c1.095.3 1.519 1.127 1.519 2.229c.002 1.954-1.418 5.185-6.1 9.542Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.58 10.238c-.524 0-1 .2-2.465 1.252v5.66c2.54-2.855 3.264-4.808 3.264-5.81c-.003-.702-.326-1.102-.8-1.102m.2-3.756c0-1.005-1.146-1.83-2.665-1.929v5.234c1.916-1.127 2.664-2.257 2.664-3.306zm4.51-2.222c-.025-.1-.05-.137-.1-.15l-1.797-.476l-.249-1.027c-.012-.05-.025-.088-.074-.1l-1.844-.5l-.224-.978a.14.14 0 0 0-.1-.125L12.115.01a.6.6 0 0 0-.237 0L7.09.904a.14.14 0 0 0-.1.125l-.224.978l-1.843.5c-.05.012-.062.05-.075.1l-.249 1.026l-1.791.477c-.05.013-.075.05-.1.15a13 13 0 0 0-.224 2.43c0 7.215 3.737 13.477 9.317 17.21a.25.25 0 0 0 .2.1a.25.25 0 0 0 .2-.1c5.58-3.733 9.317-9.995 9.317-17.21a13 13 0 0 0-.228-2.43zm-9.993 16.321c0 .05-.05.075-.099.025c-1.37-1.577-2.292-3.506-2.914-5.61l-.947.603c-.25.176-.448.1-.6-.175c-1.27-2.254-2.092-5.961-2.166-8.565a.45.45 0 0 1 .124-.325A12 12 0 0 1 5.79 5.382c.075-.075.15-.026.15.1c0 3.205.547 6.185 1.42 8.14c.074.15.149.15.249.074l.273-.175c-.523-2.33-.822-5.435-.747-9.016c0-.125.025-.176.1-.225a9 9 0 0 1 1.195-.627c.124-.05.15-.024.15.075c-.07 5.21.354 8.814 1.274 11.694c.025.075.1.05.1-.025c-.05-1.052-.05-1.978-.05-3.106l-.05-8.99c0-.1.025-.15.125-.175a10 10 0 0 1 1.245-.226a.07.07 0 0 1 .055.019a.07.07 0 0 1 .02.056zm1.495.025c-.05.05-.1.025-.1-.025V2.976a.07.07 0 0 1 .02-.056a.07.07 0 0 1 .055-.02c3.337.226 5.48 1.629 5.48 3.657a3.4 3.4 0 0 1-.872 2.278c1.095.3 1.519 1.127 1.519 2.229c.002 1.954-1.418 5.185-6.1 9.542Z"/></svg>
</template>

CSS

.icon-warnerbros {
  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%22M16.58%2010.238c-.524%200-1%20.2-2.465%201.252v5.66c2.54-2.855%203.264-4.808%203.264-5.81c-.003-.702-.326-1.102-.8-1.102m.2-3.756c0-1.005-1.146-1.83-2.665-1.929v5.234c1.916-1.127%202.664-2.257%202.664-3.306zm4.51-2.222c-.025-.1-.05-.137-.1-.15l-1.797-.476l-.249-1.027c-.012-.05-.025-.088-.074-.1l-1.844-.5l-.224-.978a.14.14%200%200%200-.1-.125L12.115.01a.6.6%200%200%200-.237%200L7.09.904a.14.14%200%200%200-.1.125l-.224.978l-1.843.5c-.05.012-.062.05-.075.1l-.249%201.026l-1.791.477c-.05.013-.075.05-.1.15a13%2013%200%200%200-.224%202.43c0%207.215%203.737%2013.477%209.317%2017.21a.25.25%200%200%200%20.2.1a.25.25%200%200%200%20.2-.1c5.58-3.733%209.317-9.995%209.317-17.21a13%2013%200%200%200-.228-2.43zm-9.993%2016.321c0%20.05-.05.075-.099.025c-1.37-1.577-2.292-3.506-2.914-5.61l-.947.603c-.25.176-.448.1-.6-.175c-1.27-2.254-2.092-5.961-2.166-8.565a.45.45%200%200%201%20.124-.325A12%2012%200%200%201%205.79%205.382c.075-.075.15-.026.15.1c0%203.205.547%206.185%201.42%208.14c.074.15.149.15.249.074l.273-.175c-.523-2.33-.822-5.435-.747-9.016c0-.125.025-.176.1-.225a9%209%200%200%201%201.195-.627c.124-.05.15-.024.15.075c-.07%205.21.354%208.814%201.274%2011.694c.025.075.1.05.1-.025c-.05-1.052-.05-1.978-.05-3.106l-.05-8.99c0-.1.025-.15.125-.175a10%2010%200%200%201%201.245-.226a.07.07%200%200%201%20.055.019a.07.07%200%200%201%20.02.056zm1.495.025c-.05.05-.1.025-.1-.025V2.976a.07.07%200%200%201%20.02-.056a.07.07%200%200%201%20.055-.02c3.337.226%205.48%201.629%205.48%203.657a3.4%203.4%200%200%201-.872%202.278c1.095.3%201.519%201.127%201.519%202.229c.002%201.954-1.418%205.185-6.1%209.542Z%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%22M16.58%2010.238c-.524%200-1%20.2-2.465%201.252v5.66c2.54-2.855%203.264-4.808%203.264-5.81c-.003-.702-.326-1.102-.8-1.102m.2-3.756c0-1.005-1.146-1.83-2.665-1.929v5.234c1.916-1.127%202.664-2.257%202.664-3.306zm4.51-2.222c-.025-.1-.05-.137-.1-.15l-1.797-.476l-.249-1.027c-.012-.05-.025-.088-.074-.1l-1.844-.5l-.224-.978a.14.14%200%200%200-.1-.125L12.115.01a.6.6%200%200%200-.237%200L7.09.904a.14.14%200%200%200-.1.125l-.224.978l-1.843.5c-.05.012-.062.05-.075.1l-.249%201.026l-1.791.477c-.05.013-.075.05-.1.15a13%2013%200%200%200-.224%202.43c0%207.215%203.737%2013.477%209.317%2017.21a.25.25%200%200%200%20.2.1a.25.25%200%200%200%20.2-.1c5.58-3.733%209.317-9.995%209.317-17.21a13%2013%200%200%200-.228-2.43zm-9.993%2016.321c0%20.05-.05.075-.099.025c-1.37-1.577-2.292-3.506-2.914-5.61l-.947.603c-.25.176-.448.1-.6-.175c-1.27-2.254-2.092-5.961-2.166-8.565a.45.45%200%200%201%20.124-.325A12%2012%200%200%201%205.79%205.382c.075-.075.15-.026.15.1c0%203.205.547%206.185%201.42%208.14c.074.15.149.15.249.074l.273-.175c-.523-2.33-.822-5.435-.747-9.016c0-.125.025-.176.1-.225a9%209%200%200%201%201.195-.627c.124-.05.15-.024.15.075c-.07%205.21.354%208.814%201.274%2011.694c.025.075.1.05.1-.025c-.05-1.052-.05-1.978-.05-3.106l-.05-8.99c0-.1.025-.15.125-.175a10%2010%200%200%201%201.245-.226a.07.07%200%200%201%20.055.019a.07.07%200%200%201%20.02.056zm1.495.025c-.05.05-.1.025-.1-.025V2.976a.07.07%200%200%201%20.02-.056a.07.07%200%200%201%20.055-.02c3.337.226%205.48%201.629%205.48%203.657a3.4%203.4%200%200%201-.872%202.278c1.095.3%201.519%201.127%201.519%202.229c.002%201.954-1.418%205.185-6.1%209.542Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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