ohdear logo
ohdear from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- ohdear
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the ohdear logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.811 9.333c2.535 0 4.597 1.994 4.597 4.445c0 2.45-2.063 4.444-4.597 4.444c-2.214 0-4.067-1.521-4.5-3.54H0v-1.797h6.306c.43-2.024 2.285-3.552 4.504-3.552m7.33-3.555v3.876c.602-.384 1.334-.586 2.14-.586c1.716 0 3.72 1.152 3.72 4.4v4.458h-1.846v-4.458c0-1.024-.25-1.757-.744-2.18c-.389-.332-.845-.402-1.159-.402c-.963 0-2.11.448-2.11 2.582v4.458h-1.846V5.778zm-7.33 5.374c-1.498 0-2.716 1.178-2.716 2.626s1.218 2.626 2.716 2.626s2.716-1.178 2.716-2.626s-1.218-2.626-2.716-2.626"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsOhdear(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="M10.811 9.333c2.535 0 4.597 1.994 4.597 4.445c0 2.45-2.063 4.444-4.597 4.444c-2.214 0-4.067-1.521-4.5-3.54H0v-1.797h6.306c.43-2.024 2.285-3.552 4.504-3.552m7.33-3.555v3.876c.602-.384 1.334-.586 2.14-.586c1.716 0 3.72 1.152 3.72 4.4v4.458h-1.846v-4.458c0-1.024-.25-1.757-.744-2.18c-.389-.332-.845-.402-1.159-.402c-.963 0-2.11.448-2.11 2.582v4.458h-1.846V5.778zm-7.33 5.374c-1.498 0-2.716 1.178-2.716 2.626s1.218 2.626 2.716 2.626s2.716-1.178 2.716-2.626s-1.218-2.626-2.716-2.626"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.811 9.333c2.535 0 4.597 1.994 4.597 4.445c0 2.45-2.063 4.444-4.597 4.444c-2.214 0-4.067-1.521-4.5-3.54H0v-1.797h6.306c.43-2.024 2.285-3.552 4.504-3.552m7.33-3.555v3.876c.602-.384 1.334-.586 2.14-.586c1.716 0 3.72 1.152 3.72 4.4v4.458h-1.846v-4.458c0-1.024-.25-1.757-.744-2.18c-.389-.332-.845-.402-1.159-.402c-.963 0-2.11.448-2.11 2.582v4.458h-1.846V5.778zm-7.33 5.374c-1.498 0-2.716 1.178-2.716 2.626s1.218 2.626 2.716 2.626s2.716-1.178 2.716-2.626s-1.218-2.626-2.716-2.626"/></svg> </template>
CSS
.icon-ohdear {
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%22M10.811%209.333c2.535%200%204.597%201.994%204.597%204.445c0%202.45-2.063%204.444-4.597%204.444c-2.214%200-4.067-1.521-4.5-3.54H0v-1.797h6.306c.43-2.024%202.285-3.552%204.504-3.552m7.33-3.555v3.876c.602-.384%201.334-.586%202.14-.586c1.716%200%203.72%201.152%203.72%204.4v4.458h-1.846v-4.458c0-1.024-.25-1.757-.744-2.18c-.389-.332-.845-.402-1.159-.402c-.963%200-2.11.448-2.11%202.582v4.458h-1.846V5.778zm-7.33%205.374c-1.498%200-2.716%201.178-2.716%202.626s1.218%202.626%202.716%202.626s2.716-1.178%202.716-2.626s-1.218-2.626-2.716-2.626%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%22M10.811%209.333c2.535%200%204.597%201.994%204.597%204.445c0%202.45-2.063%204.444-4.597%204.444c-2.214%200-4.067-1.521-4.5-3.54H0v-1.797h6.306c.43-2.024%202.285-3.552%204.504-3.552m7.33-3.555v3.876c.602-.384%201.334-.586%202.14-.586c1.716%200%203.72%201.152%203.72%204.4v4.458h-1.846v-4.458c0-1.024-.25-1.757-.744-2.18c-.389-.332-.845-.402-1.159-.402c-.963%200-2.11.448-2.11%202.582v4.458h-1.846V5.778zm-7.33%205.374c-1.498%200-2.716%201.178-2.716%202.626s1.218%202.626%202.716%202.626s2.716-1.178%202.716-2.626s-1.218-2.626-2.716-2.626%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/ohdear.svg?color=%231a73e8&size=48