onnx logo
onnx from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- onnx
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the onnx logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.033 11.296c-.05 0-.101 0-.151.013L18.86 3.87a.968.968 0 0 0-1.558-1.118L9.286 1.156a.97.97 0 0 0-.968-.854a.976.976 0 0 0-.967.967a.93.93 0 0 0 .113.453L1.219 10.68a.8.8 0 0 0-.251-.038a.968.968 0 0 0 0 1.935h.037l3.368 8.33a1.1 1.1 0 0 0-.088.403a.968.968 0 0 0 1.671.666l10.115.993c.1.427.49.728.943.728c.54 0 .967-.44.967-.967a1 1 0 0 0-.226-.628l5.114-8.872c.05.013.1.013.164.013c.54 0 .967-.44.967-.968a.97.97 0 0 0-.967-.98zm-5.806-7.275a1 1 0 0 0 .453.327L16.147 15.92c-.1.025-.189.05-.277.1L7.451 8.708a.8.8 0 0 0 .038-.251c0-.063-.013-.126-.013-.189zm4.876 8.507l-5.177 3.556a1 1 0 0 0-.126-.075l1.546-11.674h.012l3.946 7.288a.96.96 0 0 0-.201.905M6.383 7.502a.98.98 0 0 0-.83.955v.062l-3.455 2.048l5.378-7.702zm.352 1.91a.9.9 0 0 0 .352-.164l8.356 7.263a1.1 1.1 0 0 0-.063.352v.05l-9.31 3.845a.97.97 0 0 0-.604-.402zm8.896 8.117a.92.92 0 0 0 .503.289l.465 4.046a1.05 1.05 0 0 0-.452.452l-9.814-.955zm1.144.213a.96.96 0 0 0 .54-.867a1 1 0 0 0-.038-.25l4.738-3.255l-4.8 8.33zm.251-14.35l-9.889 4.31l-.113-.075l1.257-5.39h.037c.34 0 .641-.176.817-.44l7.891 1.57zm-15.091 8.22c0-.063-.013-.126-.013-.189l3.908-2.3c.076.076.164.151.264.202L4.825 20.243l-3.204-7.904c.188-.176.314-.44.314-.728"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsOnnx(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="M23.033 11.296c-.05 0-.101 0-.151.013L18.86 3.87a.968.968 0 0 0-1.558-1.118L9.286 1.156a.97.97 0 0 0-.968-.854a.976.976 0 0 0-.967.967a.93.93 0 0 0 .113.453L1.219 10.68a.8.8 0 0 0-.251-.038a.968.968 0 0 0 0 1.935h.037l3.368 8.33a1.1 1.1 0 0 0-.088.403a.968.968 0 0 0 1.671.666l10.115.993c.1.427.49.728.943.728c.54 0 .967-.44.967-.967a1 1 0 0 0-.226-.628l5.114-8.872c.05.013.1.013.164.013c.54 0 .967-.44.967-.968a.97.97 0 0 0-.967-.98zm-5.806-7.275a1 1 0 0 0 .453.327L16.147 15.92c-.1.025-.189.05-.277.1L7.451 8.708a.8.8 0 0 0 .038-.251c0-.063-.013-.126-.013-.189zm4.876 8.507l-5.177 3.556a1 1 0 0 0-.126-.075l1.546-11.674h.012l3.946 7.288a.96.96 0 0 0-.201.905M6.383 7.502a.98.98 0 0 0-.83.955v.062l-3.455 2.048l5.378-7.702zm.352 1.91a.9.9 0 0 0 .352-.164l8.356 7.263a1.1 1.1 0 0 0-.063.352v.05l-9.31 3.845a.97.97 0 0 0-.604-.402zm8.896 8.117a.92.92 0 0 0 .503.289l.465 4.046a1.05 1.05 0 0 0-.452.452l-9.814-.955zm1.144.213a.96.96 0 0 0 .54-.867a1 1 0 0 0-.038-.25l4.738-3.255l-4.8 8.33zm.251-14.35l-9.889 4.31l-.113-.075l1.257-5.39h.037c.34 0 .641-.176.817-.44l7.891 1.57zm-15.091 8.22c0-.063-.013-.126-.013-.189l3.908-2.3c.076.076.164.151.264.202L4.825 20.243l-3.204-7.904c.188-.176.314-.44.314-.728"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.033 11.296c-.05 0-.101 0-.151.013L18.86 3.87a.968.968 0 0 0-1.558-1.118L9.286 1.156a.97.97 0 0 0-.968-.854a.976.976 0 0 0-.967.967a.93.93 0 0 0 .113.453L1.219 10.68a.8.8 0 0 0-.251-.038a.968.968 0 0 0 0 1.935h.037l3.368 8.33a1.1 1.1 0 0 0-.088.403a.968.968 0 0 0 1.671.666l10.115.993c.1.427.49.728.943.728c.54 0 .967-.44.967-.967a1 1 0 0 0-.226-.628l5.114-8.872c.05.013.1.013.164.013c.54 0 .967-.44.967-.968a.97.97 0 0 0-.967-.98zm-5.806-7.275a1 1 0 0 0 .453.327L16.147 15.92c-.1.025-.189.05-.277.1L7.451 8.708a.8.8 0 0 0 .038-.251c0-.063-.013-.126-.013-.189zm4.876 8.507l-5.177 3.556a1 1 0 0 0-.126-.075l1.546-11.674h.012l3.946 7.288a.96.96 0 0 0-.201.905M6.383 7.502a.98.98 0 0 0-.83.955v.062l-3.455 2.048l5.378-7.702zm.352 1.91a.9.9 0 0 0 .352-.164l8.356 7.263a1.1 1.1 0 0 0-.063.352v.05l-9.31 3.845a.97.97 0 0 0-.604-.402zm8.896 8.117a.92.92 0 0 0 .503.289l.465 4.046a1.05 1.05 0 0 0-.452.452l-9.814-.955zm1.144.213a.96.96 0 0 0 .54-.867a1 1 0 0 0-.038-.25l4.738-3.255l-4.8 8.33zm.251-14.35l-9.889 4.31l-.113-.075l1.257-5.39h.037c.34 0 .641-.176.817-.44l7.891 1.57zm-15.091 8.22c0-.063-.013-.126-.013-.189l3.908-2.3c.076.076.164.151.264.202L4.825 20.243l-3.204-7.904c.188-.176.314-.44.314-.728"/></svg> </template>
CSS
.icon-onnx {
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%22M23.033%2011.296c-.05%200-.101%200-.151.013L18.86%203.87a.968.968%200%200%200-1.558-1.118L9.286%201.156a.97.97%200%200%200-.968-.854a.976.976%200%200%200-.967.967a.93.93%200%200%200%20.113.453L1.219%2010.68a.8.8%200%200%200-.251-.038a.968.968%200%200%200%200%201.935h.037l3.368%208.33a1.1%201.1%200%200%200-.088.403a.968.968%200%200%200%201.671.666l10.115.993c.1.427.49.728.943.728c.54%200%20.967-.44.967-.967a1%201%200%200%200-.226-.628l5.114-8.872c.05.013.1.013.164.013c.54%200%20.967-.44.967-.968a.97.97%200%200%200-.967-.98zm-5.806-7.275a1%201%200%200%200%20.453.327L16.147%2015.92c-.1.025-.189.05-.277.1L7.451%208.708a.8.8%200%200%200%20.038-.251c0-.063-.013-.126-.013-.189zm4.876%208.507l-5.177%203.556a1%201%200%200%200-.126-.075l1.546-11.674h.012l3.946%207.288a.96.96%200%200%200-.201.905M6.383%207.502a.98.98%200%200%200-.83.955v.062l-3.455%202.048l5.378-7.702zm.352%201.91a.9.9%200%200%200%20.352-.164l8.356%207.263a1.1%201.1%200%200%200-.063.352v.05l-9.31%203.845a.97.97%200%200%200-.604-.402zm8.896%208.117a.92.92%200%200%200%20.503.289l.465%204.046a1.05%201.05%200%200%200-.452.452l-9.814-.955zm1.144.213a.96.96%200%200%200%20.54-.867a1%201%200%200%200-.038-.25l4.738-3.255l-4.8%208.33zm.251-14.35l-9.889%204.31l-.113-.075l1.257-5.39h.037c.34%200%20.641-.176.817-.44l7.891%201.57zm-15.091%208.22c0-.063-.013-.126-.013-.189l3.908-2.3c.076.076.164.151.264.202L4.825%2020.243l-3.204-7.904c.188-.176.314-.44.314-.728%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%22M23.033%2011.296c-.05%200-.101%200-.151.013L18.86%203.87a.968.968%200%200%200-1.558-1.118L9.286%201.156a.97.97%200%200%200-.968-.854a.976.976%200%200%200-.967.967a.93.93%200%200%200%20.113.453L1.219%2010.68a.8.8%200%200%200-.251-.038a.968.968%200%200%200%200%201.935h.037l3.368%208.33a1.1%201.1%200%200%200-.088.403a.968.968%200%200%200%201.671.666l10.115.993c.1.427.49.728.943.728c.54%200%20.967-.44.967-.967a1%201%200%200%200-.226-.628l5.114-8.872c.05.013.1.013.164.013c.54%200%20.967-.44.967-.968a.97.97%200%200%200-.967-.98zm-5.806-7.275a1%201%200%200%200%20.453.327L16.147%2015.92c-.1.025-.189.05-.277.1L7.451%208.708a.8.8%200%200%200%20.038-.251c0-.063-.013-.126-.013-.189zm4.876%208.507l-5.177%203.556a1%201%200%200%200-.126-.075l1.546-11.674h.012l3.946%207.288a.96.96%200%200%200-.201.905M6.383%207.502a.98.98%200%200%200-.83.955v.062l-3.455%202.048l5.378-7.702zm.352%201.91a.9.9%200%200%200%20.352-.164l8.356%207.263a1.1%201.1%200%200%200-.063.352v.05l-9.31%203.845a.97.97%200%200%200-.604-.402zm8.896%208.117a.92.92%200%200%200%20.503.289l.465%204.046a1.05%201.05%200%200%200-.452.452l-9.814-.955zm1.144.213a.96.96%200%200%200%20.54-.867a1%201%200%200%200-.038-.25l4.738-3.255l-4.8%208.33zm.251-14.35l-9.889%204.31l-.113-.075l1.257-5.39h.037c.34%200%20.641-.176.817-.44l7.891%201.57zm-15.091%208.22c0-.063-.013-.126-.013-.189l3.908-2.3c.076.076.164.151.264.202L4.825%2020.243l-3.204-7.904c.188-.176.314-.44.314-.728%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/onnx.svg?color=%231a73e8&size=48