obb logo
obb from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- obb
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the obb logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.375 9.305l-1.123 1.226c.304.426.471.934.471 1.469c0 .679-.264 1.317-.744 1.797s-1.118.744-1.797.744a2.53 2.53 0 0 1-1.797-.744A2.52 2.52 0 0 1 1.641 12a2.543 2.543 0 0 1 2.496-2.54l1.32-1.44a4.2 4.2 0 0 0-1.275-.202A4.187 4.187 0 0 0 0 12c0 1.117.435 2.167 1.225 2.957s1.84 1.225 2.957 1.225a4.15 4.15 0 0 0 2.957-1.225A4.15 4.15 0 0 0 8.364 12c0-.998-.35-1.941-.989-2.695M5.983 8.082v-.005L3.076 11.24h1.949l2.897-3.16H5.983m5.39 4.516h2.29c.314 0 .954.043.954.934c0 1.087-.764 1.108-1.269 1.108h-1.975zm0-3.162h1.998c.583 0 1.044.217 1.044.902c0 .63-.416.902-1.134.902h-1.908zm-1.684 6.563h3.693c.516 0 1.425-.076 1.987-.544c.73-.608.853-1.26.853-1.673c0-.945-.494-1.64-.977-2a2.1 2.1 0 0 0 .775-1.63c0-.325-.157-2.075-2.952-2.075h-3.38v7.922m9.463-3.401h2.29c.314 0 .954.043.954.934c0 1.087-.764 1.108-1.269 1.108h-1.975zm0-3.162h1.998c.583 0 1.044.217 1.044.901c0 .63-.415.902-1.134.902h-1.908zm-1.684 6.563h3.693c.516 0 1.426-.076 1.987-.544c.73-.608.853-1.26.853-1.673c0-.945-.494-1.64-.977-2a2.1 2.1 0 0 0 .775-1.63c0-.325-.157-2.075-2.952-2.075h-3.38z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsObb(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="m7.375 9.305l-1.123 1.226c.304.426.471.934.471 1.469c0 .679-.264 1.317-.744 1.797s-1.118.744-1.797.744a2.53 2.53 0 0 1-1.797-.744A2.52 2.52 0 0 1 1.641 12a2.543 2.543 0 0 1 2.496-2.54l1.32-1.44a4.2 4.2 0 0 0-1.275-.202A4.187 4.187 0 0 0 0 12c0 1.117.435 2.167 1.225 2.957s1.84 1.225 2.957 1.225a4.15 4.15 0 0 0 2.957-1.225A4.15 4.15 0 0 0 8.364 12c0-.998-.35-1.941-.989-2.695M5.983 8.082v-.005L3.076 11.24h1.949l2.897-3.16H5.983m5.39 4.516h2.29c.314 0 .954.043.954.934c0 1.087-.764 1.108-1.269 1.108h-1.975zm0-3.162h1.998c.583 0 1.044.217 1.044.902c0 .63-.416.902-1.134.902h-1.908zm-1.684 6.563h3.693c.516 0 1.425-.076 1.987-.544c.73-.608.853-1.26.853-1.673c0-.945-.494-1.64-.977-2a2.1 2.1 0 0 0 .775-1.63c0-.325-.157-2.075-2.952-2.075h-3.38v7.922m9.463-3.401h2.29c.314 0 .954.043.954.934c0 1.087-.764 1.108-1.269 1.108h-1.975zm0-3.162h1.998c.583 0 1.044.217 1.044.901c0 .63-.415.902-1.134.902h-1.908zm-1.684 6.563h3.693c.516 0 1.426-.076 1.987-.544c.73-.608.853-1.26.853-1.673c0-.945-.494-1.64-.977-2a2.1 2.1 0 0 0 .775-1.63c0-.325-.157-2.075-2.952-2.075h-3.38z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.375 9.305l-1.123 1.226c.304.426.471.934.471 1.469c0 .679-.264 1.317-.744 1.797s-1.118.744-1.797.744a2.53 2.53 0 0 1-1.797-.744A2.52 2.52 0 0 1 1.641 12a2.543 2.543 0 0 1 2.496-2.54l1.32-1.44a4.2 4.2 0 0 0-1.275-.202A4.187 4.187 0 0 0 0 12c0 1.117.435 2.167 1.225 2.957s1.84 1.225 2.957 1.225a4.15 4.15 0 0 0 2.957-1.225A4.15 4.15 0 0 0 8.364 12c0-.998-.35-1.941-.989-2.695M5.983 8.082v-.005L3.076 11.24h1.949l2.897-3.16H5.983m5.39 4.516h2.29c.314 0 .954.043.954.934c0 1.087-.764 1.108-1.269 1.108h-1.975zm0-3.162h1.998c.583 0 1.044.217 1.044.902c0 .63-.416.902-1.134.902h-1.908zm-1.684 6.563h3.693c.516 0 1.425-.076 1.987-.544c.73-.608.853-1.26.853-1.673c0-.945-.494-1.64-.977-2a2.1 2.1 0 0 0 .775-1.63c0-.325-.157-2.075-2.952-2.075h-3.38v7.922m9.463-3.401h2.29c.314 0 .954.043.954.934c0 1.087-.764 1.108-1.269 1.108h-1.975zm0-3.162h1.998c.583 0 1.044.217 1.044.901c0 .63-.415.902-1.134.902h-1.908zm-1.684 6.563h3.693c.516 0 1.426-.076 1.987-.544c.73-.608.853-1.26.853-1.673c0-.945-.494-1.64-.977-2a2.1 2.1 0 0 0 .775-1.63c0-.325-.157-2.075-2.952-2.075h-3.38z"/></svg> </template>
CSS
.icon-obb {
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%22m7.375%209.305l-1.123%201.226c.304.426.471.934.471%201.469c0%20.679-.264%201.317-.744%201.797s-1.118.744-1.797.744a2.53%202.53%200%200%201-1.797-.744A2.52%202.52%200%200%201%201.641%2012a2.543%202.543%200%200%201%202.496-2.54l1.32-1.44a4.2%204.2%200%200%200-1.275-.202A4.187%204.187%200%200%200%200%2012c0%201.117.435%202.167%201.225%202.957s1.84%201.225%202.957%201.225a4.15%204.15%200%200%200%202.957-1.225A4.15%204.15%200%200%200%208.364%2012c0-.998-.35-1.941-.989-2.695M5.983%208.082v-.005L3.076%2011.24h1.949l2.897-3.16H5.983m5.39%204.516h2.29c.314%200%20.954.043.954.934c0%201.087-.764%201.108-1.269%201.108h-1.975zm0-3.162h1.998c.583%200%201.044.217%201.044.902c0%20.63-.416.902-1.134.902h-1.908zm-1.684%206.563h3.693c.516%200%201.425-.076%201.987-.544c.73-.608.853-1.26.853-1.673c0-.945-.494-1.64-.977-2a2.1%202.1%200%200%200%20.775-1.63c0-.325-.157-2.075-2.952-2.075h-3.38v7.922m9.463-3.401h2.29c.314%200%20.954.043.954.934c0%201.087-.764%201.108-1.269%201.108h-1.975zm0-3.162h1.998c.583%200%201.044.217%201.044.901c0%20.63-.415.902-1.134.902h-1.908zm-1.684%206.563h3.693c.516%200%201.426-.076%201.987-.544c.73-.608.853-1.26.853-1.673c0-.945-.494-1.64-.977-2a2.1%202.1%200%200%200%20.775-1.63c0-.325-.157-2.075-2.952-2.075h-3.38z%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%22m7.375%209.305l-1.123%201.226c.304.426.471.934.471%201.469c0%20.679-.264%201.317-.744%201.797s-1.118.744-1.797.744a2.53%202.53%200%200%201-1.797-.744A2.52%202.52%200%200%201%201.641%2012a2.543%202.543%200%200%201%202.496-2.54l1.32-1.44a4.2%204.2%200%200%200-1.275-.202A4.187%204.187%200%200%200%200%2012c0%201.117.435%202.167%201.225%202.957s1.84%201.225%202.957%201.225a4.15%204.15%200%200%200%202.957-1.225A4.15%204.15%200%200%200%208.364%2012c0-.998-.35-1.941-.989-2.695M5.983%208.082v-.005L3.076%2011.24h1.949l2.897-3.16H5.983m5.39%204.516h2.29c.314%200%20.954.043.954.934c0%201.087-.764%201.108-1.269%201.108h-1.975zm0-3.162h1.998c.583%200%201.044.217%201.044.902c0%20.63-.416.902-1.134.902h-1.908zm-1.684%206.563h3.693c.516%200%201.425-.076%201.987-.544c.73-.608.853-1.26.853-1.673c0-.945-.494-1.64-.977-2a2.1%202.1%200%200%200%20.775-1.63c0-.325-.157-2.075-2.952-2.075h-3.38v7.922m9.463-3.401h2.29c.314%200%20.954.043.954.934c0%201.087-.764%201.108-1.269%201.108h-1.975zm0-3.162h1.998c.583%200%201.044.217%201.044.901c0%20.63-.415.902-1.134.902h-1.908zm-1.684%206.563h3.693c.516%200%201.426-.076%201.987-.544c.73-.608.853-1.26.853-1.673c0-.945-.494-1.64-.977-2a2.1%202.1%200%200%200%20.775-1.63c0-.325-.157-2.075-2.952-2.075h-3.38z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/obb.svg?color=%231a73e8&size=48