muller logo
muller from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- muller
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the muller logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.433 14.671c-.056-1.287-.138-2.808-.138-3.013c0-.623.097-2.252.21-2.64c.138-.47.76-.582.76-1.133c0-.868-1.388-.91-1.996-.91c-1.833 0-1.843.414-2.553 1.711c-.5.914-1.067 2.584-1.496 2.487c-.613-.138-1.471-2.405-1.956-3.217c-.419-.704-.388-.98-2.012-.98c-1.113 0-2.4.189-2.4.98c0 .567.792.664.93.95c.153.322.209.75.209 1.578c0 2.002-.128 3.288-.24 4.447c-.107 1.134-.94.486-.94 1.272c0 .72 1.261.76 1.747.76c.54 0 2.027-.03 2.027-.816c0-.746-.889-.056-.889-1.532c0-.455-.138-2.283.291-2.283c.25 0 .399.419.485.598l.802 1.797c.832 1.864.945 1.833 1.17 1.864c.439.056.939-1.522 1.245-2.155c.332-.705.777-1.92 1.205-1.92c.486 0 .21 2.375.154 2.61c-.097.444-.72.525-.72 1.01c0 .884 1.9.828 2.471.828c.608 0 2.507.04 2.507-.884c0-.623-.832-.403-.873-1.409m5.004-4.157c-.75.787-1.317 1.15-2.343 1.492c1.031.362 1.598.735 2.343 1.531c1.297 1.39 1.609 2.635 1.548 4.632v5.81h-5.827c-1.833.016-3.104-.31-4.498-1.536c-.843-.74-1.241-1.307-1.66-2.35c-.347 1.032-.715 1.604-1.511 2.35c-1.39 1.312-2.748 1.65-4.647 1.537H.005v-5.811c-.05-1.772.312-3.12 1.553-4.504c.766-.858 1.358-1.261 2.435-1.66c-1.077-.382-1.67-.776-2.435-1.618C.29 9.003.015 7.68.005 5.842V.001h5.837c1.9-.016 3.15.29 4.534 1.542c.848.77 1.241 1.368 1.624 2.446c.429-1.083.848-1.675 1.726-2.446C15.105.343 16.386.052 18.158 0h5.827v5.841c.092 1.87-.225 3.284-1.548 4.672zm-.893-8.042h-3.79c-1.68-.04-2.88.22-4.197 1.317c-.76.634-1.123 1.119-1.531 2.017c-.383-.893-.736-1.378-1.471-2.017c-1.312-1.138-2.41-1.297-4.259-1.317H2.512l-.005 3.784c-.02 1.532.169 2.599 1.088 3.87c.669.925 1.22 1.384 2.252 1.87c-1.037.505-1.588.98-2.252 1.924c-.888 1.262-1.088 2.155-1.072 3.794v3.769h3.773c1.793-.01 2.957-.158 4.274-1.302c.73-.639 1.083-1.124 1.456-2.017c.413.898.78 1.378 1.542 2.017c1.312 1.093 2.446 1.378 4.187 1.312h3.789v-3.779c-.01-1.521-.082-2.568-.97-3.824c-.685-.965-1.282-1.44-2.375-1.895c1.098-.47 1.69-.955 2.375-1.93c.878-1.25.934-2.323.97-3.794z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsMuller(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="M17.433 14.671c-.056-1.287-.138-2.808-.138-3.013c0-.623.097-2.252.21-2.64c.138-.47.76-.582.76-1.133c0-.868-1.388-.91-1.996-.91c-1.833 0-1.843.414-2.553 1.711c-.5.914-1.067 2.584-1.496 2.487c-.613-.138-1.471-2.405-1.956-3.217c-.419-.704-.388-.98-2.012-.98c-1.113 0-2.4.189-2.4.98c0 .567.792.664.93.95c.153.322.209.75.209 1.578c0 2.002-.128 3.288-.24 4.447c-.107 1.134-.94.486-.94 1.272c0 .72 1.261.76 1.747.76c.54 0 2.027-.03 2.027-.816c0-.746-.889-.056-.889-1.532c0-.455-.138-2.283.291-2.283c.25 0 .399.419.485.598l.802 1.797c.832 1.864.945 1.833 1.17 1.864c.439.056.939-1.522 1.245-2.155c.332-.705.777-1.92 1.205-1.92c.486 0 .21 2.375.154 2.61c-.097.444-.72.525-.72 1.01c0 .884 1.9.828 2.471.828c.608 0 2.507.04 2.507-.884c0-.623-.832-.403-.873-1.409m5.004-4.157c-.75.787-1.317 1.15-2.343 1.492c1.031.362 1.598.735 2.343 1.531c1.297 1.39 1.609 2.635 1.548 4.632v5.81h-5.827c-1.833.016-3.104-.31-4.498-1.536c-.843-.74-1.241-1.307-1.66-2.35c-.347 1.032-.715 1.604-1.511 2.35c-1.39 1.312-2.748 1.65-4.647 1.537H.005v-5.811c-.05-1.772.312-3.12 1.553-4.504c.766-.858 1.358-1.261 2.435-1.66c-1.077-.382-1.67-.776-2.435-1.618C.29 9.003.015 7.68.005 5.842V.001h5.837c1.9-.016 3.15.29 4.534 1.542c.848.77 1.241 1.368 1.624 2.446c.429-1.083.848-1.675 1.726-2.446C15.105.343 16.386.052 18.158 0h5.827v5.841c.092 1.87-.225 3.284-1.548 4.672zm-.893-8.042h-3.79c-1.68-.04-2.88.22-4.197 1.317c-.76.634-1.123 1.119-1.531 2.017c-.383-.893-.736-1.378-1.471-2.017c-1.312-1.138-2.41-1.297-4.259-1.317H2.512l-.005 3.784c-.02 1.532.169 2.599 1.088 3.87c.669.925 1.22 1.384 2.252 1.87c-1.037.505-1.588.98-2.252 1.924c-.888 1.262-1.088 2.155-1.072 3.794v3.769h3.773c1.793-.01 2.957-.158 4.274-1.302c.73-.639 1.083-1.124 1.456-2.017c.413.898.78 1.378 1.542 2.017c1.312 1.093 2.446 1.378 4.187 1.312h3.789v-3.779c-.01-1.521-.082-2.568-.97-3.824c-.685-.965-1.282-1.44-2.375-1.895c1.098-.47 1.69-.955 2.375-1.93c.878-1.25.934-2.323.97-3.794z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.433 14.671c-.056-1.287-.138-2.808-.138-3.013c0-.623.097-2.252.21-2.64c.138-.47.76-.582.76-1.133c0-.868-1.388-.91-1.996-.91c-1.833 0-1.843.414-2.553 1.711c-.5.914-1.067 2.584-1.496 2.487c-.613-.138-1.471-2.405-1.956-3.217c-.419-.704-.388-.98-2.012-.98c-1.113 0-2.4.189-2.4.98c0 .567.792.664.93.95c.153.322.209.75.209 1.578c0 2.002-.128 3.288-.24 4.447c-.107 1.134-.94.486-.94 1.272c0 .72 1.261.76 1.747.76c.54 0 2.027-.03 2.027-.816c0-.746-.889-.056-.889-1.532c0-.455-.138-2.283.291-2.283c.25 0 .399.419.485.598l.802 1.797c.832 1.864.945 1.833 1.17 1.864c.439.056.939-1.522 1.245-2.155c.332-.705.777-1.92 1.205-1.92c.486 0 .21 2.375.154 2.61c-.097.444-.72.525-.72 1.01c0 .884 1.9.828 2.471.828c.608 0 2.507.04 2.507-.884c0-.623-.832-.403-.873-1.409m5.004-4.157c-.75.787-1.317 1.15-2.343 1.492c1.031.362 1.598.735 2.343 1.531c1.297 1.39 1.609 2.635 1.548 4.632v5.81h-5.827c-1.833.016-3.104-.31-4.498-1.536c-.843-.74-1.241-1.307-1.66-2.35c-.347 1.032-.715 1.604-1.511 2.35c-1.39 1.312-2.748 1.65-4.647 1.537H.005v-5.811c-.05-1.772.312-3.12 1.553-4.504c.766-.858 1.358-1.261 2.435-1.66c-1.077-.382-1.67-.776-2.435-1.618C.29 9.003.015 7.68.005 5.842V.001h5.837c1.9-.016 3.15.29 4.534 1.542c.848.77 1.241 1.368 1.624 2.446c.429-1.083.848-1.675 1.726-2.446C15.105.343 16.386.052 18.158 0h5.827v5.841c.092 1.87-.225 3.284-1.548 4.672zm-.893-8.042h-3.79c-1.68-.04-2.88.22-4.197 1.317c-.76.634-1.123 1.119-1.531 2.017c-.383-.893-.736-1.378-1.471-2.017c-1.312-1.138-2.41-1.297-4.259-1.317H2.512l-.005 3.784c-.02 1.532.169 2.599 1.088 3.87c.669.925 1.22 1.384 2.252 1.87c-1.037.505-1.588.98-2.252 1.924c-.888 1.262-1.088 2.155-1.072 3.794v3.769h3.773c1.793-.01 2.957-.158 4.274-1.302c.73-.639 1.083-1.124 1.456-2.017c.413.898.78 1.378 1.542 2.017c1.312 1.093 2.446 1.378 4.187 1.312h3.789v-3.779c-.01-1.521-.082-2.568-.97-3.824c-.685-.965-1.282-1.44-2.375-1.895c1.098-.47 1.69-.955 2.375-1.93c.878-1.25.934-2.323.97-3.794z"/></svg> </template>
CSS
.icon-muller {
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%22M17.433%2014.671c-.056-1.287-.138-2.808-.138-3.013c0-.623.097-2.252.21-2.64c.138-.47.76-.582.76-1.133c0-.868-1.388-.91-1.996-.91c-1.833%200-1.843.414-2.553%201.711c-.5.914-1.067%202.584-1.496%202.487c-.613-.138-1.471-2.405-1.956-3.217c-.419-.704-.388-.98-2.012-.98c-1.113%200-2.4.189-2.4.98c0%20.567.792.664.93.95c.153.322.209.75.209%201.578c0%202.002-.128%203.288-.24%204.447c-.107%201.134-.94.486-.94%201.272c0%20.72%201.261.76%201.747.76c.54%200%202.027-.03%202.027-.816c0-.746-.889-.056-.889-1.532c0-.455-.138-2.283.291-2.283c.25%200%20.399.419.485.598l.802%201.797c.832%201.864.945%201.833%201.17%201.864c.439.056.939-1.522%201.245-2.155c.332-.705.777-1.92%201.205-1.92c.486%200%20.21%202.375.154%202.61c-.097.444-.72.525-.72%201.01c0%20.884%201.9.828%202.471.828c.608%200%202.507.04%202.507-.884c0-.623-.832-.403-.873-1.409m5.004-4.157c-.75.787-1.317%201.15-2.343%201.492c1.031.362%201.598.735%202.343%201.531c1.297%201.39%201.609%202.635%201.548%204.632v5.81h-5.827c-1.833.016-3.104-.31-4.498-1.536c-.843-.74-1.241-1.307-1.66-2.35c-.347%201.032-.715%201.604-1.511%202.35c-1.39%201.312-2.748%201.65-4.647%201.537H.005v-5.811c-.05-1.772.312-3.12%201.553-4.504c.766-.858%201.358-1.261%202.435-1.66c-1.077-.382-1.67-.776-2.435-1.618C.29%209.003.015%207.68.005%205.842V.001h5.837c1.9-.016%203.15.29%204.534%201.542c.848.77%201.241%201.368%201.624%202.446c.429-1.083.848-1.675%201.726-2.446C15.105.343%2016.386.052%2018.158%200h5.827v5.841c.092%201.87-.225%203.284-1.548%204.672zm-.893-8.042h-3.79c-1.68-.04-2.88.22-4.197%201.317c-.76.634-1.123%201.119-1.531%202.017c-.383-.893-.736-1.378-1.471-2.017c-1.312-1.138-2.41-1.297-4.259-1.317H2.512l-.005%203.784c-.02%201.532.169%202.599%201.088%203.87c.669.925%201.22%201.384%202.252%201.87c-1.037.505-1.588.98-2.252%201.924c-.888%201.262-1.088%202.155-1.072%203.794v3.769h3.773c1.793-.01%202.957-.158%204.274-1.302c.73-.639%201.083-1.124%201.456-2.017c.413.898.78%201.378%201.542%202.017c1.312%201.093%202.446%201.378%204.187%201.312h3.789v-3.779c-.01-1.521-.082-2.568-.97-3.824c-.685-.965-1.282-1.44-2.375-1.895c1.098-.47%201.69-.955%202.375-1.93c.878-1.25.934-2.323.97-3.794z%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%22M17.433%2014.671c-.056-1.287-.138-2.808-.138-3.013c0-.623.097-2.252.21-2.64c.138-.47.76-.582.76-1.133c0-.868-1.388-.91-1.996-.91c-1.833%200-1.843.414-2.553%201.711c-.5.914-1.067%202.584-1.496%202.487c-.613-.138-1.471-2.405-1.956-3.217c-.419-.704-.388-.98-2.012-.98c-1.113%200-2.4.189-2.4.98c0%20.567.792.664.93.95c.153.322.209.75.209%201.578c0%202.002-.128%203.288-.24%204.447c-.107%201.134-.94.486-.94%201.272c0%20.72%201.261.76%201.747.76c.54%200%202.027-.03%202.027-.816c0-.746-.889-.056-.889-1.532c0-.455-.138-2.283.291-2.283c.25%200%20.399.419.485.598l.802%201.797c.832%201.864.945%201.833%201.17%201.864c.439.056.939-1.522%201.245-2.155c.332-.705.777-1.92%201.205-1.92c.486%200%20.21%202.375.154%202.61c-.097.444-.72.525-.72%201.01c0%20.884%201.9.828%202.471.828c.608%200%202.507.04%202.507-.884c0-.623-.832-.403-.873-1.409m5.004-4.157c-.75.787-1.317%201.15-2.343%201.492c1.031.362%201.598.735%202.343%201.531c1.297%201.39%201.609%202.635%201.548%204.632v5.81h-5.827c-1.833.016-3.104-.31-4.498-1.536c-.843-.74-1.241-1.307-1.66-2.35c-.347%201.032-.715%201.604-1.511%202.35c-1.39%201.312-2.748%201.65-4.647%201.537H.005v-5.811c-.05-1.772.312-3.12%201.553-4.504c.766-.858%201.358-1.261%202.435-1.66c-1.077-.382-1.67-.776-2.435-1.618C.29%209.003.015%207.68.005%205.842V.001h5.837c1.9-.016%203.15.29%204.534%201.542c.848.77%201.241%201.368%201.624%202.446c.429-1.083.848-1.675%201.726-2.446C15.105.343%2016.386.052%2018.158%200h5.827v5.841c.092%201.87-.225%203.284-1.548%204.672zm-.893-8.042h-3.79c-1.68-.04-2.88.22-4.197%201.317c-.76.634-1.123%201.119-1.531%202.017c-.383-.893-.736-1.378-1.471-2.017c-1.312-1.138-2.41-1.297-4.259-1.317H2.512l-.005%203.784c-.02%201.532.169%202.599%201.088%203.87c.669.925%201.22%201.384%202.252%201.87c-1.037.505-1.588.98-2.252%201.924c-.888%201.262-1.088%202.155-1.072%203.794v3.769h3.773c1.793-.01%202.957-.158%204.274-1.302c.73-.639%201.083-1.124%201.456-2.017c.413.898.78%201.378%201.542%202.017c1.312%201.093%202.446%201.378%204.187%201.312h3.789v-3.779c-.01-1.521-.082-2.568-.97-3.824c-.685-.965-1.282-1.44-2.375-1.895c1.098-.47%201.69-.955%202.375-1.93c.878-1.25.934-2.323.97-3.794z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/muller.svg?color=%231a73e8&size=48