opencv from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
opencv
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

1 other variant in Devicon

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 128 128"><path fill="#128dff" d="M112.871 66.602c9.004 5.277 15.055 15.027 15.074 26.191c.032 16.805-13.617 30.453-30.48 30.48c-16.863.032-30.559-13.57-30.59-30.375c-.02-11.164 5.996-20.933 14.984-26.246l8.774 14.778c.219.37.094.847-.262 1.09c-3.32 2.25-5.496 6.046-5.488 10.347c.012 6.895 5.633 12.477 12.55 12.461c6.919-.012 12.516-5.61 12.504-12.504c-.007-4.3-2.195-8.09-5.523-10.328c-.355-.242-.484-.719-.266-1.09zm0 0"/><path fill="#8bda67" d="M45.477 66.422a30.5 30.5 0 0 0-14.907-3.867C13.703 62.555.035 76.18.035 92.985c0 16.804 13.668 30.43 30.535 30.43c16.946 0 30.95-14.337 30.524-31.212H43.906c-.453 0-.808.383-.812.832c-.043 6.723-5.672 12.434-12.524 12.434c-6.922 0-12.527-5.59-12.527-12.485S23.648 80.5 30.57 80.5c1.809 0 3.532.383 5.086 1.074c.383.168.836.04 1.047-.316zm0 0"/><path fill="#ff2a44" d="M47.945 61.648c-8.992-5.293-15.027-15.054-15.027-26.218C32.918 18.625 46.59 5 63.453 5s30.535 13.625 30.535 30.43c0 11.164-6.035 20.925-15.027 26.218L70.21 46.86c-.219-.37-.094-.847.266-1.09c3.32-2.246 5.503-6.039 5.503-10.34c0-6.894-5.609-12.484-12.527-12.484s-12.527 5.59-12.527 12.485c0 4.3 2.183 8.093 5.504 10.34c.36.242.484.718.265 1.09zm0 0"/></svg>

React

import type { SVGProps } from "react";

export function DeviconOpencv(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#128dff" d="M112.871 66.602c9.004 5.277 15.055 15.027 15.074 26.191c.032 16.805-13.617 30.453-30.48 30.48c-16.863.032-30.559-13.57-30.59-30.375c-.02-11.164 5.996-20.933 14.984-26.246l8.774 14.778c.219.37.094.847-.262 1.09c-3.32 2.25-5.496 6.046-5.488 10.347c.012 6.895 5.633 12.477 12.55 12.461c6.919-.012 12.516-5.61 12.504-12.504c-.007-4.3-2.195-8.09-5.523-10.328c-.355-.242-.484-.719-.266-1.09zm0 0"/><path fill="#8bda67" d="M45.477 66.422a30.5 30.5 0 0 0-14.907-3.867C13.703 62.555.035 76.18.035 92.985c0 16.804 13.668 30.43 30.535 30.43c16.946 0 30.95-14.337 30.524-31.212H43.906c-.453 0-.808.383-.812.832c-.043 6.723-5.672 12.434-12.524 12.434c-6.922 0-12.527-5.59-12.527-12.485S23.648 80.5 30.57 80.5c1.809 0 3.532.383 5.086 1.074c.383.168.836.04 1.047-.316zm0 0"/><path fill="#ff2a44" d="M47.945 61.648c-8.992-5.293-15.027-15.054-15.027-26.218C32.918 18.625 46.59 5 63.453 5s30.535 13.625 30.535 30.43c0 11.164-6.035 20.925-15.027 26.218L70.21 46.86c-.219-.37-.094-.847.266-1.09c3.32-2.246 5.503-6.039 5.503-10.34c0-6.894-5.609-12.484-12.527-12.484s-12.527 5.59-12.527 12.485c0 4.3 2.183 8.093 5.504 10.34c.36.242.484.718.265 1.09zm0 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#128dff" d="M112.871 66.602c9.004 5.277 15.055 15.027 15.074 26.191c.032 16.805-13.617 30.453-30.48 30.48c-16.863.032-30.559-13.57-30.59-30.375c-.02-11.164 5.996-20.933 14.984-26.246l8.774 14.778c.219.37.094.847-.262 1.09c-3.32 2.25-5.496 6.046-5.488 10.347c.012 6.895 5.633 12.477 12.55 12.461c6.919-.012 12.516-5.61 12.504-12.504c-.007-4.3-2.195-8.09-5.523-10.328c-.355-.242-.484-.719-.266-1.09zm0 0"/><path fill="#8bda67" d="M45.477 66.422a30.5 30.5 0 0 0-14.907-3.867C13.703 62.555.035 76.18.035 92.985c0 16.804 13.668 30.43 30.535 30.43c16.946 0 30.95-14.337 30.524-31.212H43.906c-.453 0-.808.383-.812.832c-.043 6.723-5.672 12.434-12.524 12.434c-6.922 0-12.527-5.59-12.527-12.485S23.648 80.5 30.57 80.5c1.809 0 3.532.383 5.086 1.074c.383.168.836.04 1.047-.316zm0 0"/><path fill="#ff2a44" d="M47.945 61.648c-8.992-5.293-15.027-15.054-15.027-26.218C32.918 18.625 46.59 5 63.453 5s30.535 13.625 30.535 30.43c0 11.164-6.035 20.925-15.027 26.218L70.21 46.86c-.219-.37-.094-.847.266-1.09c3.32-2.246 5.503-6.039 5.503-10.34c0-6.894-5.609-12.484-12.527-12.484s-12.527 5.59-12.527 12.485c0 4.3 2.183 8.093 5.504 10.34c.36.242.484.718.265 1.09zm0 0"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23128dff%22%20d%3D%22M112.871%2066.602c9.004%205.277%2015.055%2015.027%2015.074%2026.191c.032%2016.805-13.617%2030.453-30.48%2030.48c-16.863.032-30.559-13.57-30.59-30.375c-.02-11.164%205.996-20.933%2014.984-26.246l8.774%2014.778c.219.37.094.847-.262%201.09c-3.32%202.25-5.496%206.046-5.488%2010.347c.012%206.895%205.633%2012.477%2012.55%2012.461c6.919-.012%2012.516-5.61%2012.504-12.504c-.007-4.3-2.195-8.09-5.523-10.328c-.355-.242-.484-.719-.266-1.09zm0%200%22%2F%3E%3Cpath%20fill%3D%22%238bda67%22%20d%3D%22M45.477%2066.422a30.5%2030.5%200%200%200-14.907-3.867C13.703%2062.555.035%2076.18.035%2092.985c0%2016.804%2013.668%2030.43%2030.535%2030.43c16.946%200%2030.95-14.337%2030.524-31.212H43.906c-.453%200-.808.383-.812.832c-.043%206.723-5.672%2012.434-12.524%2012.434c-6.922%200-12.527-5.59-12.527-12.485S23.648%2080.5%2030.57%2080.5c1.809%200%203.532.383%205.086%201.074c.383.168.836.04%201.047-.316zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23ff2a44%22%20d%3D%22M47.945%2061.648c-8.992-5.293-15.027-15.054-15.027-26.218C32.918%2018.625%2046.59%205%2063.453%205s30.535%2013.625%2030.535%2030.43c0%2011.164-6.035%2020.925-15.027%2026.218L70.21%2046.86c-.219-.37-.094-.847.266-1.09c3.32-2.246%205.503-6.039%205.503-10.34c0-6.894-5.609-12.484-12.527-12.484s-12.527%205.59-12.527%2012.485c0%204.3%202.183%208.093%205.504%2010.34c.36.242.484.718.265%201.09zm0%200%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23128dff%22%20d%3D%22M112.871%2066.602c9.004%205.277%2015.055%2015.027%2015.074%2026.191c.032%2016.805-13.617%2030.453-30.48%2030.48c-16.863.032-30.559-13.57-30.59-30.375c-.02-11.164%205.996-20.933%2014.984-26.246l8.774%2014.778c.219.37.094.847-.262%201.09c-3.32%202.25-5.496%206.046-5.488%2010.347c.012%206.895%205.633%2012.477%2012.55%2012.461c6.919-.012%2012.516-5.61%2012.504-12.504c-.007-4.3-2.195-8.09-5.523-10.328c-.355-.242-.484-.719-.266-1.09zm0%200%22%2F%3E%3Cpath%20fill%3D%22%238bda67%22%20d%3D%22M45.477%2066.422a30.5%2030.5%200%200%200-14.907-3.867C13.703%2062.555.035%2076.18.035%2092.985c0%2016.804%2013.668%2030.43%2030.535%2030.43c16.946%200%2030.95-14.337%2030.524-31.212H43.906c-.453%200-.808.383-.812.832c-.043%206.723-5.672%2012.434-12.524%2012.434c-6.922%200-12.527-5.59-12.527-12.485S23.648%2080.5%2030.57%2080.5c1.809%200%203.532.383%205.086%201.074c.383.168.836.04%201.047-.316zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23ff2a44%22%20d%3D%22M47.945%2061.648c-8.992-5.293-15.027-15.054-15.027-26.218C32.918%2018.625%2046.59%205%2063.453%205s30.535%2013.625%2030.535%2030.43c0%2011.164-6.035%2020.925-15.027%2026.218L70.21%2046.86c-.219-.37-.094-.847.266-1.09c3.32-2.246%205.503-6.039%205.503-10.34c0-6.894-5.609-12.484-12.527-12.484s-12.527%205.59-12.527%2012.485c0%204.3%202.183%208.093%205.504%2010.34c.36.242.484.718.265%201.09zm0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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