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

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

Use the breaker logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.556 12.924c.21 0 .386.017.585.056a3.02 3.02 0 0 1 2.246 1.956c.101.319.234.797.319 1.125l.111.433l.446-.009c3.552-.075 6.456-2.965 6.456-6.546C23.72 4.513 19.195 0 12.281 0a12.2 12.2 0 0 0-7.603 2.715a11.98 11.98 0 0 0-4.397 9.286c.002.96.118 1.926.334 2.818a12.02 12.02 0 0 0 5.759 7.628A12.2 12.2 0 0 0 12.283 24a12 12 0 0 0 9.319-4.438l.124-.152l-.24-.868l-.463.122a17.2 17.2 0 0 1-4.463.576c-1.243 0-2.428-.128-3.598-.375a3 3 0 0 1-2.248-1.98a2.8 2.8 0 0 1-.156-.958c-.011-.782.257-1.425.741-1.975a2.98 2.98 0 0 1 2.257-1.028M12.281 1.125c6.398 0 10.313 4.11 10.313 8.813c0 2.811-2.168 5.119-4.919 5.397a23 23 0 0 0-.219-.746C15.715 9.132 11.567 4.907 6.23 2.957c1.735-1.177 3.78-1.839 6.051-1.832M1.405 12.001c0-3.283 1.455-6.227 3.756-8.223c4.377 1.403 7.964 4.397 10.058 8.371a4 4 0 0 0-.859-.272a19 19 0 0 0-3.807-.394c-3.24.006-6.345.859-9.001 2.325a11 11 0 0 1-.147-1.807m11.324 7.966c1.224.257 2.526.398 3.829.398c.996 0 1.986-.083 2.948-.234a10.83 10.83 0 0 1-5.519 2.614a17 17 0 0 1-2.072-3.032q.389.165.814.254m-.084 2.904q-.18.006-.364.006a10.6 10.6 0 0 1-4.994-1.209a17.1 17.1 0 0 1 2.171-5.277c.034.294.099.587.186.848a18.8 18.8 0 0 0 3.001 5.632m-2.192-9.664a18.8 18.8 0 0 0-4.176 7.864a10.9 10.9 0 0 1-4.467-6.117a17.1 17.1 0 0 1 8.744-2.346q.27 0 .536.008a4 4 0 0 0-.637.591"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBreaker(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="M13.556 12.924c.21 0 .386.017.585.056a3.02 3.02 0 0 1 2.246 1.956c.101.319.234.797.319 1.125l.111.433l.446-.009c3.552-.075 6.456-2.965 6.456-6.546C23.72 4.513 19.195 0 12.281 0a12.2 12.2 0 0 0-7.603 2.715a11.98 11.98 0 0 0-4.397 9.286c.002.96.118 1.926.334 2.818a12.02 12.02 0 0 0 5.759 7.628A12.2 12.2 0 0 0 12.283 24a12 12 0 0 0 9.319-4.438l.124-.152l-.24-.868l-.463.122a17.2 17.2 0 0 1-4.463.576c-1.243 0-2.428-.128-3.598-.375a3 3 0 0 1-2.248-1.98a2.8 2.8 0 0 1-.156-.958c-.011-.782.257-1.425.741-1.975a2.98 2.98 0 0 1 2.257-1.028M12.281 1.125c6.398 0 10.313 4.11 10.313 8.813c0 2.811-2.168 5.119-4.919 5.397a23 23 0 0 0-.219-.746C15.715 9.132 11.567 4.907 6.23 2.957c1.735-1.177 3.78-1.839 6.051-1.832M1.405 12.001c0-3.283 1.455-6.227 3.756-8.223c4.377 1.403 7.964 4.397 10.058 8.371a4 4 0 0 0-.859-.272a19 19 0 0 0-3.807-.394c-3.24.006-6.345.859-9.001 2.325a11 11 0 0 1-.147-1.807m11.324 7.966c1.224.257 2.526.398 3.829.398c.996 0 1.986-.083 2.948-.234a10.83 10.83 0 0 1-5.519 2.614a17 17 0 0 1-2.072-3.032q.389.165.814.254m-.084 2.904q-.18.006-.364.006a10.6 10.6 0 0 1-4.994-1.209a17.1 17.1 0 0 1 2.171-5.277c.034.294.099.587.186.848a18.8 18.8 0 0 0 3.001 5.632m-2.192-9.664a18.8 18.8 0 0 0-4.176 7.864a10.9 10.9 0 0 1-4.467-6.117a17.1 17.1 0 0 1 8.744-2.346q.27 0 .536.008a4 4 0 0 0-.637.591"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.556 12.924c.21 0 .386.017.585.056a3.02 3.02 0 0 1 2.246 1.956c.101.319.234.797.319 1.125l.111.433l.446-.009c3.552-.075 6.456-2.965 6.456-6.546C23.72 4.513 19.195 0 12.281 0a12.2 12.2 0 0 0-7.603 2.715a11.98 11.98 0 0 0-4.397 9.286c.002.96.118 1.926.334 2.818a12.02 12.02 0 0 0 5.759 7.628A12.2 12.2 0 0 0 12.283 24a12 12 0 0 0 9.319-4.438l.124-.152l-.24-.868l-.463.122a17.2 17.2 0 0 1-4.463.576c-1.243 0-2.428-.128-3.598-.375a3 3 0 0 1-2.248-1.98a2.8 2.8 0 0 1-.156-.958c-.011-.782.257-1.425.741-1.975a2.98 2.98 0 0 1 2.257-1.028M12.281 1.125c6.398 0 10.313 4.11 10.313 8.813c0 2.811-2.168 5.119-4.919 5.397a23 23 0 0 0-.219-.746C15.715 9.132 11.567 4.907 6.23 2.957c1.735-1.177 3.78-1.839 6.051-1.832M1.405 12.001c0-3.283 1.455-6.227 3.756-8.223c4.377 1.403 7.964 4.397 10.058 8.371a4 4 0 0 0-.859-.272a19 19 0 0 0-3.807-.394c-3.24.006-6.345.859-9.001 2.325a11 11 0 0 1-.147-1.807m11.324 7.966c1.224.257 2.526.398 3.829.398c.996 0 1.986-.083 2.948-.234a10.83 10.83 0 0 1-5.519 2.614a17 17 0 0 1-2.072-3.032q.389.165.814.254m-.084 2.904q-.18.006-.364.006a10.6 10.6 0 0 1-4.994-1.209a17.1 17.1 0 0 1 2.171-5.277c.034.294.099.587.186.848a18.8 18.8 0 0 0 3.001 5.632m-2.192-9.664a18.8 18.8 0 0 0-4.176 7.864a10.9 10.9 0 0 1-4.467-6.117a17.1 17.1 0 0 1 8.744-2.346q.27 0 .536.008a4 4 0 0 0-.637.591"/></svg>
</template>

CSS

.icon-breaker {
  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%22M13.556%2012.924c.21%200%20.386.017.585.056a3.02%203.02%200%200%201%202.246%201.956c.101.319.234.797.319%201.125l.111.433l.446-.009c3.552-.075%206.456-2.965%206.456-6.546C23.72%204.513%2019.195%200%2012.281%200a12.2%2012.2%200%200%200-7.603%202.715a11.98%2011.98%200%200%200-4.397%209.286c.002.96.118%201.926.334%202.818a12.02%2012.02%200%200%200%205.759%207.628A12.2%2012.2%200%200%200%2012.283%2024a12%2012%200%200%200%209.319-4.438l.124-.152l-.24-.868l-.463.122a17.2%2017.2%200%200%201-4.463.576c-1.243%200-2.428-.128-3.598-.375a3%203%200%200%201-2.248-1.98a2.8%202.8%200%200%201-.156-.958c-.011-.782.257-1.425.741-1.975a2.98%202.98%200%200%201%202.257-1.028M12.281%201.125c6.398%200%2010.313%204.11%2010.313%208.813c0%202.811-2.168%205.119-4.919%205.397a23%2023%200%200%200-.219-.746C15.715%209.132%2011.567%204.907%206.23%202.957c1.735-1.177%203.78-1.839%206.051-1.832M1.405%2012.001c0-3.283%201.455-6.227%203.756-8.223c4.377%201.403%207.964%204.397%2010.058%208.371a4%204%200%200%200-.859-.272a19%2019%200%200%200-3.807-.394c-3.24.006-6.345.859-9.001%202.325a11%2011%200%200%201-.147-1.807m11.324%207.966c1.224.257%202.526.398%203.829.398c.996%200%201.986-.083%202.948-.234a10.83%2010.83%200%200%201-5.519%202.614a17%2017%200%200%201-2.072-3.032q.389.165.814.254m-.084%202.904q-.18.006-.364.006a10.6%2010.6%200%200%201-4.994-1.209a17.1%2017.1%200%200%201%202.171-5.277c.034.294.099.587.186.848a18.8%2018.8%200%200%200%203.001%205.632m-2.192-9.664a18.8%2018.8%200%200%200-4.176%207.864a10.9%2010.9%200%200%201-4.467-6.117a17.1%2017.1%200%200%201%208.744-2.346q.27%200%20.536.008a4%204%200%200%200-.637.591%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%22M13.556%2012.924c.21%200%20.386.017.585.056a3.02%203.02%200%200%201%202.246%201.956c.101.319.234.797.319%201.125l.111.433l.446-.009c3.552-.075%206.456-2.965%206.456-6.546C23.72%204.513%2019.195%200%2012.281%200a12.2%2012.2%200%200%200-7.603%202.715a11.98%2011.98%200%200%200-4.397%209.286c.002.96.118%201.926.334%202.818a12.02%2012.02%200%200%200%205.759%207.628A12.2%2012.2%200%200%200%2012.283%2024a12%2012%200%200%200%209.319-4.438l.124-.152l-.24-.868l-.463.122a17.2%2017.2%200%200%201-4.463.576c-1.243%200-2.428-.128-3.598-.375a3%203%200%200%201-2.248-1.98a2.8%202.8%200%200%201-.156-.958c-.011-.782.257-1.425.741-1.975a2.98%202.98%200%200%201%202.257-1.028M12.281%201.125c6.398%200%2010.313%204.11%2010.313%208.813c0%202.811-2.168%205.119-4.919%205.397a23%2023%200%200%200-.219-.746C15.715%209.132%2011.567%204.907%206.23%202.957c1.735-1.177%203.78-1.839%206.051-1.832M1.405%2012.001c0-3.283%201.455-6.227%203.756-8.223c4.377%201.403%207.964%204.397%2010.058%208.371a4%204%200%200%200-.859-.272a19%2019%200%200%200-3.807-.394c-3.24.006-6.345.859-9.001%202.325a11%2011%200%200%201-.147-1.807m11.324%207.966c1.224.257%202.526.398%203.829.398c.996%200%201.986-.083%202.948-.234a10.83%2010.83%200%200%201-5.519%202.614a17%2017%200%200%201-2.072-3.032q.389.165.814.254m-.084%202.904q-.18.006-.364.006a10.6%2010.6%200%200%201-4.994-1.209a17.1%2017.1%200%200%201%202.171-5.277c.034.294.099.587.186.848a18.8%2018.8%200%200%200%203.001%205.632m-2.192-9.664a18.8%2018.8%200%200%200-4.176%207.864a10.9%2010.9%200%200%201-4.467-6.117a17.1%2017.1%200%200%201%208.744-2.346q.27%200%20.536.008a4%204%200%200%200-.637.591%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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