kleinanzeigen logo
kleinanzeigen from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- kleinanzeigen
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the kleinanzeigen logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.064 24c-3.234 0-4.816-2.245-5.137-2.71c-.955.935-2.396 2.71-4.991 2.71c-2.998 0-5.524-2.254-5.524-5.908V5.907C1.412 2.245 3.942 0 6.936 0c2.993 0 5.524 2.385 5.524 5.852a5.5 5.5 0 0 1 1.842-.314c3.083 0 5.524 2.515 5.524 5.538c0 .848-.161 1.602-.513 2.324a5.54 5.54 0 0 1 3.275 5.062c0 3.053-2.478 5.538-5.524 5.538m-3.802-4.048c.795 1.383 2.132 2.202 3.802 2.202a3.69 3.69 0 0 0 3.683-3.692a3.69 3.69 0 0 0-2.518-3.505zM6.936 1.846c-1.832 0-3.683 1.256-3.683 4.061v12.185c0 2.806 1.85 4.062 3.683 4.062c1.456 0 2.26-.736 3.557-2.037l.575-.576c-.297-.886-.45-1.869-.45-2.926V5.908c0-2.806-1.849-4.062-3.682-4.062m5.524 6.031v8.738q.002.744.12 1.409l4.003-4.013c1.163-1.165 1.402-2.016 1.402-2.934c0-1.962-1.573-3.692-3.683-3.692a3.64 3.64 0 0 0-1.842.493z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsKleinanzeigen(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.064 24c-3.234 0-4.816-2.245-5.137-2.71c-.955.935-2.396 2.71-4.991 2.71c-2.998 0-5.524-2.254-5.524-5.908V5.907C1.412 2.245 3.942 0 6.936 0c2.993 0 5.524 2.385 5.524 5.852a5.5 5.5 0 0 1 1.842-.314c3.083 0 5.524 2.515 5.524 5.538c0 .848-.161 1.602-.513 2.324a5.54 5.54 0 0 1 3.275 5.062c0 3.053-2.478 5.538-5.524 5.538m-3.802-4.048c.795 1.383 2.132 2.202 3.802 2.202a3.69 3.69 0 0 0 3.683-3.692a3.69 3.69 0 0 0-2.518-3.505zM6.936 1.846c-1.832 0-3.683 1.256-3.683 4.061v12.185c0 2.806 1.85 4.062 3.683 4.062c1.456 0 2.26-.736 3.557-2.037l.575-.576c-.297-.886-.45-1.869-.45-2.926V5.908c0-2.806-1.849-4.062-3.682-4.062m5.524 6.031v8.738q.002.744.12 1.409l4.003-4.013c1.163-1.165 1.402-2.016 1.402-2.934c0-1.962-1.573-3.692-3.683-3.692a3.64 3.64 0 0 0-1.842.493z"/></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.064 24c-3.234 0-4.816-2.245-5.137-2.71c-.955.935-2.396 2.71-4.991 2.71c-2.998 0-5.524-2.254-5.524-5.908V5.907C1.412 2.245 3.942 0 6.936 0c2.993 0 5.524 2.385 5.524 5.852a5.5 5.5 0 0 1 1.842-.314c3.083 0 5.524 2.515 5.524 5.538c0 .848-.161 1.602-.513 2.324a5.54 5.54 0 0 1 3.275 5.062c0 3.053-2.478 5.538-5.524 5.538m-3.802-4.048c.795 1.383 2.132 2.202 3.802 2.202a3.69 3.69 0 0 0 3.683-3.692a3.69 3.69 0 0 0-2.518-3.505zM6.936 1.846c-1.832 0-3.683 1.256-3.683 4.061v12.185c0 2.806 1.85 4.062 3.683 4.062c1.456 0 2.26-.736 3.557-2.037l.575-.576c-.297-.886-.45-1.869-.45-2.926V5.908c0-2.806-1.849-4.062-3.682-4.062m5.524 6.031v8.738q.002.744.12 1.409l4.003-4.013c1.163-1.165 1.402-2.016 1.402-2.934c0-1.962-1.573-3.692-3.683-3.692a3.64 3.64 0 0 0-1.842.493z"/></svg> </template>
CSS
.icon-kleinanzeigen {
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.064%2024c-3.234%200-4.816-2.245-5.137-2.71c-.955.935-2.396%202.71-4.991%202.71c-2.998%200-5.524-2.254-5.524-5.908V5.907C1.412%202.245%203.942%200%206.936%200c2.993%200%205.524%202.385%205.524%205.852a5.5%205.5%200%200%201%201.842-.314c3.083%200%205.524%202.515%205.524%205.538c0%20.848-.161%201.602-.513%202.324a5.54%205.54%200%200%201%203.275%205.062c0%203.053-2.478%205.538-5.524%205.538m-3.802-4.048c.795%201.383%202.132%202.202%203.802%202.202a3.69%203.69%200%200%200%203.683-3.692a3.69%203.69%200%200%200-2.518-3.505zM6.936%201.846c-1.832%200-3.683%201.256-3.683%204.061v12.185c0%202.806%201.85%204.062%203.683%204.062c1.456%200%202.26-.736%203.557-2.037l.575-.576c-.297-.886-.45-1.869-.45-2.926V5.908c0-2.806-1.849-4.062-3.682-4.062m5.524%206.031v8.738q.002.744.12%201.409l4.003-4.013c1.163-1.165%201.402-2.016%201.402-2.934c0-1.962-1.573-3.692-3.683-3.692a3.64%203.64%200%200%200-1.842.493z%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.064%2024c-3.234%200-4.816-2.245-5.137-2.71c-.955.935-2.396%202.71-4.991%202.71c-2.998%200-5.524-2.254-5.524-5.908V5.907C1.412%202.245%203.942%200%206.936%200c2.993%200%205.524%202.385%205.524%205.852a5.5%205.5%200%200%201%201.842-.314c3.083%200%205.524%202.515%205.524%205.538c0%20.848-.161%201.602-.513%202.324a5.54%205.54%200%200%201%203.275%205.062c0%203.053-2.478%205.538-5.524%205.538m-3.802-4.048c.795%201.383%202.132%202.202%203.802%202.202a3.69%203.69%200%200%200%203.683-3.692a3.69%203.69%200%200%200-2.518-3.505zM6.936%201.846c-1.832%200-3.683%201.256-3.683%204.061v12.185c0%202.806%201.85%204.062%203.683%204.062c1.456%200%202.26-.736%203.557-2.037l.575-.576c-.297-.886-.45-1.869-.45-2.926V5.908c0-2.806-1.849-4.062-3.682-4.062m5.524%206.031v8.738q.002.744.12%201.409l4.003-4.013c1.163-1.165%201.402-2.016%201.402-2.934c0-1.962-1.573-3.692-3.683-3.692a3.64%203.64%200%200%200-1.842.493z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/kleinanzeigen.svg?color=%231a73e8&size=48