Stirnraten Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stirnraten icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/333343.svg" alt="Stirnraten icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333343.svg" alt="Stirnraten icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333343.svg" alt="Stirnraten icon" :width="24" :height="24" />
CSS background
.icon-stirnraten {
background-image: url('https://proicons.com/icon/333343.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.m{fill:#000;stroke-width:0px;}</style></defs><g id="b"><path id="c" class="l" d="M12.4951,26.3186c.5689,6.46,5.2824,12.6075,11.5944,12.5448,5.2354-.052,11.2699-5.1012,11.4154-12.5448"/><path id="d" class="l" d="M24.0168,28.6563c1.2775-.0192,3.785-.0826,6.5566-.5773-.1056,2.8683-2.0314,6.712-6.0618,6.6803-6.485-.0509-7.6676-3.0744-7.0102-6.5978,2.9388.1802,5.3671.5121,6.5154.4948Z"/><path id="e" class="l" d="M28.3009,38.1024v3.5079c-.9475.3876-2.629.9338-4.7791.8868-2.0167-.044-3.587-.5909-4.5058-.9912v-3.5426"/><circle id="f" class="m" cx="14.5968" cy="20.8941" r=".75"/><path id="g" class="l" d="M12.2018,14.4712c0-.6532.2177-1.3064.6532-1.7418.4355-.4355.9798-.6532,1.7418-.6532,1.3064,0,2.395,1.0886,2.395,2.395,0,.6532-.2177,1.3064-.6532,1.7418-.5443.4355-1.7418,1.0886-1.7418,2.0684"/><circle id="h" class="m" cx="24.4242" cy="17.9161" r=".75"/><path id="i" class="l" d="M22.0292,11.4932c0-.6532.2177-1.3064.6532-1.7418.4355-.4355.9798-.6532,1.7418-.6532,1.3064,0,2.395,1.0886,2.395,2.395,0,.6532-.2177,1.3064-.6532,1.7418-.5443.4355-1.7418,1.0886-1.7418,2.0684"/><circle id="j" class="m" cx="34.1027" cy="20.8941" r=".75"/><path id="k" class="l" d="M31.7077,14.4712c0-.6532.2177-1.3064.6532-1.7418.4355-.4355.9798-.6532,1.7418-.6532,1.3064,0,2.395,1.0886,2.395,2.395,0,.6532-.2177,1.3064-.6532,1.7418-.5443.4355-1.7418,1.0886-1.7418,2.0684"/></g><rect class="l" x="5.9633" y="5.5" width="36.0733" height="20.8186" rx="6.5318" ry="6.5318"/></svg>
Copied!