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

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

The same logo in other sets

Use the oreilly logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.07 10.679v-.672H9.32v3.97h2.751v-.656H9.975v-1h2.002v-.657H9.975v-.985zm2.049 3.299v-3.971h.656v3.314h1.908v.657zm3.111 0v-3.971h.657v3.314h1.907v.657zm-4.456-3.971h.657v3.97h-.657zM1.079 11.023c-.25.25-.407.594-.407.985c0 .39.157.735.407 1a1.42 1.42 0 0 0 1.986 0c.25-.265.406-.61.406-1c0-.391-.156-.735-.407-.985a1.42 1.42 0 0 0-1.985 0M0 12.008c0-1.142.922-2.064 2.064-2.064s2.064.922 2.064 2.064a2.06 2.06 0 0 1-2.064 2.064A2.06 2.06 0 0 1 0 12.008m6.176-.344v-.985h1.329a.5.5 0 0 1 .5.485c0 .281-.234.5-.5.5zm1.657.61c.485-.141.829-.579.829-1.11c0-.642-.516-1.157-1.157-1.157H5.519v3.97h.657v-1.656h.922l.985 1.657h.782zM5.05 10.429a.477.477 0 0 1-.485.484a.47.47 0 0 1-.484-.484c0-.266.203-.485.484-.485c.266 0 .485.219.485.485m17.684-.422h-.798l-1.016 1.47l-1.016-1.47h-.813l1.485 2.157v1.814h.672v-1.814zm.781.813a.404.404 0 0 1-.406-.407c0-.219.172-.406.406-.406c.22 0 .407.187.407.406a.414.414 0 0 1-.407.407m0-.892a.487.487 0 0 0-.484.485c0 .266.219.485.484.485a.487.487 0 0 0 .485-.485a.487.487 0 0 0-.485-.485m-.125.313h.203c.032 0 .063.031.063.063a.07.07 0 0 1-.063.062h-.203zm.344.063a.14.14 0 0 0-.14-.141h-.282v.5h.078v-.219h.14l.11.22h.094l-.11-.22a.15.15 0 0 0 .11-.14"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsOreilly(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.07 10.679v-.672H9.32v3.97h2.751v-.656H9.975v-1h2.002v-.657H9.975v-.985zm2.049 3.299v-3.971h.656v3.314h1.908v.657zm3.111 0v-3.971h.657v3.314h1.907v.657zm-4.456-3.971h.657v3.97h-.657zM1.079 11.023c-.25.25-.407.594-.407.985c0 .39.157.735.407 1a1.42 1.42 0 0 0 1.986 0c.25-.265.406-.61.406-1c0-.391-.156-.735-.407-.985a1.42 1.42 0 0 0-1.985 0M0 12.008c0-1.142.922-2.064 2.064-2.064s2.064.922 2.064 2.064a2.06 2.06 0 0 1-2.064 2.064A2.06 2.06 0 0 1 0 12.008m6.176-.344v-.985h1.329a.5.5 0 0 1 .5.485c0 .281-.234.5-.5.5zm1.657.61c.485-.141.829-.579.829-1.11c0-.642-.516-1.157-1.157-1.157H5.519v3.97h.657v-1.656h.922l.985 1.657h.782zM5.05 10.429a.477.477 0 0 1-.485.484a.47.47 0 0 1-.484-.484c0-.266.203-.485.484-.485c.266 0 .485.219.485.485m17.684-.422h-.798l-1.016 1.47l-1.016-1.47h-.813l1.485 2.157v1.814h.672v-1.814zm.781.813a.404.404 0 0 1-.406-.407c0-.219.172-.406.406-.406c.22 0 .407.187.407.406a.414.414 0 0 1-.407.407m0-.892a.487.487 0 0 0-.484.485c0 .266.219.485.484.485a.487.487 0 0 0 .485-.485a.487.487 0 0 0-.485-.485m-.125.313h.203c.032 0 .063.031.063.063a.07.07 0 0 1-.063.062h-.203zm.344.063a.14.14 0 0 0-.14-.141h-.282v.5h.078v-.219h.14l.11.22h.094l-.11-.22a.15.15 0 0 0 .11-.14"/></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.07 10.679v-.672H9.32v3.97h2.751v-.656H9.975v-1h2.002v-.657H9.975v-.985zm2.049 3.299v-3.971h.656v3.314h1.908v.657zm3.111 0v-3.971h.657v3.314h1.907v.657zm-4.456-3.971h.657v3.97h-.657zM1.079 11.023c-.25.25-.407.594-.407.985c0 .39.157.735.407 1a1.42 1.42 0 0 0 1.986 0c.25-.265.406-.61.406-1c0-.391-.156-.735-.407-.985a1.42 1.42 0 0 0-1.985 0M0 12.008c0-1.142.922-2.064 2.064-2.064s2.064.922 2.064 2.064a2.06 2.06 0 0 1-2.064 2.064A2.06 2.06 0 0 1 0 12.008m6.176-.344v-.985h1.329a.5.5 0 0 1 .5.485c0 .281-.234.5-.5.5zm1.657.61c.485-.141.829-.579.829-1.11c0-.642-.516-1.157-1.157-1.157H5.519v3.97h.657v-1.656h.922l.985 1.657h.782zM5.05 10.429a.477.477 0 0 1-.485.484a.47.47 0 0 1-.484-.484c0-.266.203-.485.484-.485c.266 0 .485.219.485.485m17.684-.422h-.798l-1.016 1.47l-1.016-1.47h-.813l1.485 2.157v1.814h.672v-1.814zm.781.813a.404.404 0 0 1-.406-.407c0-.219.172-.406.406-.406c.22 0 .407.187.407.406a.414.414 0 0 1-.407.407m0-.892a.487.487 0 0 0-.484.485c0 .266.219.485.484.485a.487.487 0 0 0 .485-.485a.487.487 0 0 0-.485-.485m-.125.313h.203c.032 0 .063.031.063.063a.07.07 0 0 1-.063.062h-.203zm.344.063a.14.14 0 0 0-.14-.141h-.282v.5h.078v-.219h.14l.11.22h.094l-.11-.22a.15.15 0 0 0 .11-.14"/></svg>
</template>

CSS

.icon-oreilly {
  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.07%2010.679v-.672H9.32v3.97h2.751v-.656H9.975v-1h2.002v-.657H9.975v-.985zm2.049%203.299v-3.971h.656v3.314h1.908v.657zm3.111%200v-3.971h.657v3.314h1.907v.657zm-4.456-3.971h.657v3.97h-.657zM1.079%2011.023c-.25.25-.407.594-.407.985c0%20.39.157.735.407%201a1.42%201.42%200%200%200%201.986%200c.25-.265.406-.61.406-1c0-.391-.156-.735-.407-.985a1.42%201.42%200%200%200-1.985%200M0%2012.008c0-1.142.922-2.064%202.064-2.064s2.064.922%202.064%202.064a2.06%202.06%200%200%201-2.064%202.064A2.06%202.06%200%200%201%200%2012.008m6.176-.344v-.985h1.329a.5.5%200%200%201%20.5.485c0%20.281-.234.5-.5.5zm1.657.61c.485-.141.829-.579.829-1.11c0-.642-.516-1.157-1.157-1.157H5.519v3.97h.657v-1.656h.922l.985%201.657h.782zM5.05%2010.429a.477.477%200%200%201-.485.484a.47.47%200%200%201-.484-.484c0-.266.203-.485.484-.485c.266%200%20.485.219.485.485m17.684-.422h-.798l-1.016%201.47l-1.016-1.47h-.813l1.485%202.157v1.814h.672v-1.814zm.781.813a.404.404%200%200%201-.406-.407c0-.219.172-.406.406-.406c.22%200%20.407.187.407.406a.414.414%200%200%201-.407.407m0-.892a.487.487%200%200%200-.484.485c0%20.266.219.485.484.485a.487.487%200%200%200%20.485-.485a.487.487%200%200%200-.485-.485m-.125.313h.203c.032%200%20.063.031.063.063a.07.07%200%200%201-.063.062h-.203zm.344.063a.14.14%200%200%200-.14-.141h-.282v.5h.078v-.219h.14l.11.22h.094l-.11-.22a.15.15%200%200%200%20.11-.14%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.07%2010.679v-.672H9.32v3.97h2.751v-.656H9.975v-1h2.002v-.657H9.975v-.985zm2.049%203.299v-3.971h.656v3.314h1.908v.657zm3.111%200v-3.971h.657v3.314h1.907v.657zm-4.456-3.971h.657v3.97h-.657zM1.079%2011.023c-.25.25-.407.594-.407.985c0%20.39.157.735.407%201a1.42%201.42%200%200%200%201.986%200c.25-.265.406-.61.406-1c0-.391-.156-.735-.407-.985a1.42%201.42%200%200%200-1.985%200M0%2012.008c0-1.142.922-2.064%202.064-2.064s2.064.922%202.064%202.064a2.06%202.06%200%200%201-2.064%202.064A2.06%202.06%200%200%201%200%2012.008m6.176-.344v-.985h1.329a.5.5%200%200%201%20.5.485c0%20.281-.234.5-.5.5zm1.657.61c.485-.141.829-.579.829-1.11c0-.642-.516-1.157-1.157-1.157H5.519v3.97h.657v-1.656h.922l.985%201.657h.782zM5.05%2010.429a.477.477%200%200%201-.485.484a.47.47%200%200%201-.484-.484c0-.266.203-.485.484-.485c.266%200%20.485.219.485.485m17.684-.422h-.798l-1.016%201.47l-1.016-1.47h-.813l1.485%202.157v1.814h.672v-1.814zm.781.813a.404.404%200%200%201-.406-.407c0-.219.172-.406.406-.406c.22%200%20.407.187.407.406a.414.414%200%200%201-.407.407m0-.892a.487.487%200%200%200-.484.485c0%20.266.219.485.484.485a.487.487%200%200%200%20.485-.485a.487.487%200%200%200-.485-.485m-.125.313h.203c.032%200%20.063.031.063.063a.07.07%200%200%201-.063.062h-.203zm.344.063a.14.14%200%200%200-.14-.141h-.282v.5h.078v-.219h.14l.11.22h.094l-.11-.22a.15.15%200%200%200%20.11-.14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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