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

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

Use the rossmann logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.391 0 0 5.391 0 12s5.391 12 12 12s12-5.391 12-12S18.609 0 12 0m0 2.088a9.93 9.93 0 0 1 7.477 3.39H16l.348-.607c.347-.783-.958-1.392-1.393-.61l-.607 1.218H4.52C6.435 3.392 9.131 2.088 12 2.088m8.434 4.695A10.07 10.07 0 0 1 21.912 12c0 4.087-2.522 7.653-6.174 9.13l-3.912-3.911q-.13-.131 0-.262l1.39-2.783c.088-.087.174-.174.26-.174h2.436c.087 0 .088.087.088.174l-.697 1.478s0 .174.088.174l.869.61c.087.087.175-.001.261-.088l.956-2.26c.087-.087.174-.174.261-.174h.87s.087 0 .087.174L18 15.652s-.001.174.086.174l.957.61c.087.087.173-.001.26-.088c0-.087 1.045-2.26 1.045-2.434c.26-.609.172-1.652-1.045-1.652h-1.39a.19.19 0 0 1-.175-.174v-4.61q0-.26.262-.26zm-16.782.088s9.13.434 9.217.434s.26 0 .26.174c.087.173.87 2.174.957 2.261s.087.348-.348.348H4.87a1.15 1.15 0 0 0-1.13 1.13v3.305c0 .261.086.522.173.696c.261.26.696.433.783.433c.087.087.174.001.174-.086v-4.261c0-.087.087-.174.174-.174H6s.173 0 .086.088c-.348.435-.434.87-.434 1.652c0 1.217.87 1.999 1.217 2.26c0 0 .087.087 0 .174S6 17.044 6 17.13q-.13.131 0 .262l4.348 4.26c-4.696-.87-8.174-4.87-8.174-9.653c0-1.913.522-3.65 1.478-5.129M9.912 14h.957s.173 0 .086.174s-1.39 2.696-1.39 2.783v.174l4.52 4.435c-.52.174-1.042.173-1.564.26l-4.435-4.433c-.087-.087 0-.175 0-.262s1.48-2.87 1.566-2.957c0-.087.086-.174.26-.174"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsRossmann(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 0C5.391 0 0 5.391 0 12s5.391 12 12 12s12-5.391 12-12S18.609 0 12 0m0 2.088a9.93 9.93 0 0 1 7.477 3.39H16l.348-.607c.347-.783-.958-1.392-1.393-.61l-.607 1.218H4.52C6.435 3.392 9.131 2.088 12 2.088m8.434 4.695A10.07 10.07 0 0 1 21.912 12c0 4.087-2.522 7.653-6.174 9.13l-3.912-3.911q-.13-.131 0-.262l1.39-2.783c.088-.087.174-.174.26-.174h2.436c.087 0 .088.087.088.174l-.697 1.478s0 .174.088.174l.869.61c.087.087.175-.001.261-.088l.956-2.26c.087-.087.174-.174.261-.174h.87s.087 0 .087.174L18 15.652s-.001.174.086.174l.957.61c.087.087.173-.001.26-.088c0-.087 1.045-2.26 1.045-2.434c.26-.609.172-1.652-1.045-1.652h-1.39a.19.19 0 0 1-.175-.174v-4.61q0-.26.262-.26zm-16.782.088s9.13.434 9.217.434s.26 0 .26.174c.087.173.87 2.174.957 2.261s.087.348-.348.348H4.87a1.15 1.15 0 0 0-1.13 1.13v3.305c0 .261.086.522.173.696c.261.26.696.433.783.433c.087.087.174.001.174-.086v-4.261c0-.087.087-.174.174-.174H6s.173 0 .086.088c-.348.435-.434.87-.434 1.652c0 1.217.87 1.999 1.217 2.26c0 0 .087.087 0 .174S6 17.044 6 17.13q-.13.131 0 .262l4.348 4.26c-4.696-.87-8.174-4.87-8.174-9.653c0-1.913.522-3.65 1.478-5.129M9.912 14h.957s.173 0 .086.174s-1.39 2.696-1.39 2.783v.174l4.52 4.435c-.52.174-1.042.173-1.564.26l-4.435-4.433c-.087-.087 0-.175 0-.262s1.48-2.87 1.566-2.957c0-.087.086-.174.26-.174"/></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 0C5.391 0 0 5.391 0 12s5.391 12 12 12s12-5.391 12-12S18.609 0 12 0m0 2.088a9.93 9.93 0 0 1 7.477 3.39H16l.348-.607c.347-.783-.958-1.392-1.393-.61l-.607 1.218H4.52C6.435 3.392 9.131 2.088 12 2.088m8.434 4.695A10.07 10.07 0 0 1 21.912 12c0 4.087-2.522 7.653-6.174 9.13l-3.912-3.911q-.13-.131 0-.262l1.39-2.783c.088-.087.174-.174.26-.174h2.436c.087 0 .088.087.088.174l-.697 1.478s0 .174.088.174l.869.61c.087.087.175-.001.261-.088l.956-2.26c.087-.087.174-.174.261-.174h.87s.087 0 .087.174L18 15.652s-.001.174.086.174l.957.61c.087.087.173-.001.26-.088c0-.087 1.045-2.26 1.045-2.434c.26-.609.172-1.652-1.045-1.652h-1.39a.19.19 0 0 1-.175-.174v-4.61q0-.26.262-.26zm-16.782.088s9.13.434 9.217.434s.26 0 .26.174c.087.173.87 2.174.957 2.261s.087.348-.348.348H4.87a1.15 1.15 0 0 0-1.13 1.13v3.305c0 .261.086.522.173.696c.261.26.696.433.783.433c.087.087.174.001.174-.086v-4.261c0-.087.087-.174.174-.174H6s.173 0 .086.088c-.348.435-.434.87-.434 1.652c0 1.217.87 1.999 1.217 2.26c0 0 .087.087 0 .174S6 17.044 6 17.13q-.13.131 0 .262l4.348 4.26c-4.696-.87-8.174-4.87-8.174-9.653c0-1.913.522-3.65 1.478-5.129M9.912 14h.957s.173 0 .086.174s-1.39 2.696-1.39 2.783v.174l4.52 4.435c-.52.174-1.042.173-1.564.26l-4.435-4.433c-.087-.087 0-.175 0-.262s1.48-2.87 1.566-2.957c0-.087.086-.174.26-.174"/></svg>
</template>

CSS

.icon-rossmann {
  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%200C5.391%200%200%205.391%200%2012s5.391%2012%2012%2012s12-5.391%2012-12S18.609%200%2012%200m0%202.088a9.93%209.93%200%200%201%207.477%203.39H16l.348-.607c.347-.783-.958-1.392-1.393-.61l-.607%201.218H4.52C6.435%203.392%209.131%202.088%2012%202.088m8.434%204.695A10.07%2010.07%200%200%201%2021.912%2012c0%204.087-2.522%207.653-6.174%209.13l-3.912-3.911q-.13-.131%200-.262l1.39-2.783c.088-.087.174-.174.26-.174h2.436c.087%200%20.088.087.088.174l-.697%201.478s0%20.174.088.174l.869.61c.087.087.175-.001.261-.088l.956-2.26c.087-.087.174-.174.261-.174h.87s.087%200%20.087.174L18%2015.652s-.001.174.086.174l.957.61c.087.087.173-.001.26-.088c0-.087%201.045-2.26%201.045-2.434c.26-.609.172-1.652-1.045-1.652h-1.39a.19.19%200%200%201-.175-.174v-4.61q0-.26.262-.26zm-16.782.088s9.13.434%209.217.434s.26%200%20.26.174c.087.173.87%202.174.957%202.261s.087.348-.348.348H4.87a1.15%201.15%200%200%200-1.13%201.13v3.305c0%20.261.086.522.173.696c.261.26.696.433.783.433c.087.087.174.001.174-.086v-4.261c0-.087.087-.174.174-.174H6s.173%200%20.086.088c-.348.435-.434.87-.434%201.652c0%201.217.87%201.999%201.217%202.26c0%200%20.087.087%200%20.174S6%2017.044%206%2017.13q-.13.131%200%20.262l4.348%204.26c-4.696-.87-8.174-4.87-8.174-9.653c0-1.913.522-3.65%201.478-5.129M9.912%2014h.957s.173%200%20.086.174s-1.39%202.696-1.39%202.783v.174l4.52%204.435c-.52.174-1.042.173-1.564.26l-4.435-4.433c-.087-.087%200-.175%200-.262s1.48-2.87%201.566-2.957c0-.087.086-.174.26-.174%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%200C5.391%200%200%205.391%200%2012s5.391%2012%2012%2012s12-5.391%2012-12S18.609%200%2012%200m0%202.088a9.93%209.93%200%200%201%207.477%203.39H16l.348-.607c.347-.783-.958-1.392-1.393-.61l-.607%201.218H4.52C6.435%203.392%209.131%202.088%2012%202.088m8.434%204.695A10.07%2010.07%200%200%201%2021.912%2012c0%204.087-2.522%207.653-6.174%209.13l-3.912-3.911q-.13-.131%200-.262l1.39-2.783c.088-.087.174-.174.26-.174h2.436c.087%200%20.088.087.088.174l-.697%201.478s0%20.174.088.174l.869.61c.087.087.175-.001.261-.088l.956-2.26c.087-.087.174-.174.261-.174h.87s.087%200%20.087.174L18%2015.652s-.001.174.086.174l.957.61c.087.087.173-.001.26-.088c0-.087%201.045-2.26%201.045-2.434c.26-.609.172-1.652-1.045-1.652h-1.39a.19.19%200%200%201-.175-.174v-4.61q0-.26.262-.26zm-16.782.088s9.13.434%209.217.434s.26%200%20.26.174c.087.173.87%202.174.957%202.261s.087.348-.348.348H4.87a1.15%201.15%200%200%200-1.13%201.13v3.305c0%20.261.086.522.173.696c.261.26.696.433.783.433c.087.087.174.001.174-.086v-4.261c0-.087.087-.174.174-.174H6s.173%200%20.086.088c-.348.435-.434.87-.434%201.652c0%201.217.87%201.999%201.217%202.26c0%200%20.087.087%200%20.174S6%2017.044%206%2017.13q-.13.131%200%20.262l4.348%204.26c-4.696-.87-8.174-4.87-8.174-9.653c0-1.913.522-3.65%201.478-5.129M9.912%2014h.957s.173%200%20.086.174s-1.39%202.696-1.39%202.783v.174l4.52%204.435c-.52.174-1.042.173-1.564.26l-4.435-4.433c-.087-.087%200-.175%200-.262s1.48-2.87%201.566-2.957c0-.087.086-.174.26-.174%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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