opencv logo
opencv from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- opencv
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the opencv logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.9.853a5.73 5.73 0 0 0-2.91 10.665l1.641-2.785a.154.154 0 0 0-.05-.204a2.35 2.35 0 1 1 2.635 0a.154.154 0 0 0-.049.204l1.642 2.785A5.73 5.73 0 0 0 11.899.852M5.73 11.689a5.73 5.73 0 1 0 0 11.458c3.179 0 5.807-2.699 5.727-5.876H8.23a.155.155 0 0 0-.152.157c-.008 1.266-1.064 2.34-2.35 2.34a2.35 2.35 0 1 1 .955-4.498a.154.154 0 0 0 .196-.06l1.646-2.793a5.7 5.7 0 0 0-2.797-.728m15.442.761l-1.637 2.788a.154.154 0 0 0 .05.205a2.35 2.35 0 0 1-1.31 4.3a2.35 2.35 0 0 1-1.325-4.295a.154.154 0 0 0 .049-.205l-1.646-2.782a5.73 5.73 0 1 0 5.82-.01"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsOpencv(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="M11.9.853a5.73 5.73 0 0 0-2.91 10.665l1.641-2.785a.154.154 0 0 0-.05-.204a2.35 2.35 0 1 1 2.635 0a.154.154 0 0 0-.049.204l1.642 2.785A5.73 5.73 0 0 0 11.899.852M5.73 11.689a5.73 5.73 0 1 0 0 11.458c3.179 0 5.807-2.699 5.727-5.876H8.23a.155.155 0 0 0-.152.157c-.008 1.266-1.064 2.34-2.35 2.34a2.35 2.35 0 1 1 .955-4.498a.154.154 0 0 0 .196-.06l1.646-2.793a5.7 5.7 0 0 0-2.797-.728m15.442.761l-1.637 2.788a.154.154 0 0 0 .05.205a2.35 2.35 0 0 1-1.31 4.3a2.35 2.35 0 0 1-1.325-4.295a.154.154 0 0 0 .049-.205l-1.646-2.782a5.73 5.73 0 1 0 5.82-.01"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.9.853a5.73 5.73 0 0 0-2.91 10.665l1.641-2.785a.154.154 0 0 0-.05-.204a2.35 2.35 0 1 1 2.635 0a.154.154 0 0 0-.049.204l1.642 2.785A5.73 5.73 0 0 0 11.899.852M5.73 11.689a5.73 5.73 0 1 0 0 11.458c3.179 0 5.807-2.699 5.727-5.876H8.23a.155.155 0 0 0-.152.157c-.008 1.266-1.064 2.34-2.35 2.34a2.35 2.35 0 1 1 .955-4.498a.154.154 0 0 0 .196-.06l1.646-2.793a5.7 5.7 0 0 0-2.797-.728m15.442.761l-1.637 2.788a.154.154 0 0 0 .05.205a2.35 2.35 0 0 1-1.31 4.3a2.35 2.35 0 0 1-1.325-4.295a.154.154 0 0 0 .049-.205l-1.646-2.782a5.73 5.73 0 1 0 5.82-.01"/></svg> </template>
CSS
.icon-opencv {
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%22M11.9.853a5.73%205.73%200%200%200-2.91%2010.665l1.641-2.785a.154.154%200%200%200-.05-.204a2.35%202.35%200%201%201%202.635%200a.154.154%200%200%200-.049.204l1.642%202.785A5.73%205.73%200%200%200%2011.899.852M5.73%2011.689a5.73%205.73%200%201%200%200%2011.458c3.179%200%205.807-2.699%205.727-5.876H8.23a.155.155%200%200%200-.152.157c-.008%201.266-1.064%202.34-2.35%202.34a2.35%202.35%200%201%201%20.955-4.498a.154.154%200%200%200%20.196-.06l1.646-2.793a5.7%205.7%200%200%200-2.797-.728m15.442.761l-1.637%202.788a.154.154%200%200%200%20.05.205a2.35%202.35%200%200%201-1.31%204.3a2.35%202.35%200%200%201-1.325-4.295a.154.154%200%200%200%20.049-.205l-1.646-2.782a5.73%205.73%200%201%200%205.82-.01%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%22M11.9.853a5.73%205.73%200%200%200-2.91%2010.665l1.641-2.785a.154.154%200%200%200-.05-.204a2.35%202.35%200%201%201%202.635%200a.154.154%200%200%200-.049.204l1.642%202.785A5.73%205.73%200%200%200%2011.899.852M5.73%2011.689a5.73%205.73%200%201%200%200%2011.458c3.179%200%205.807-2.699%205.727-5.876H8.23a.155.155%200%200%200-.152.157c-.008%201.266-1.064%202.34-2.35%202.34a2.35%202.35%200%201%201%20.955-4.498a.154.154%200%200%200%20.196-.06l1.646-2.793a5.7%205.7%200%200%200-2.797-.728m15.442.761l-1.637%202.788a.154.154%200%200%200%20.05.205a2.35%202.35%200%200%201-1.31%204.3a2.35%202.35%200%200%201-1.325-4.295a.154.154%200%200%200%20.049-.205l-1.646-2.782a5.73%205.73%200%201%200%205.82-.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/opencv.svg?color=%231a73e8&size=48