caprover logo
caprover from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- caprover
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the caprover logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.376 0 0 5.376 0 12s5.376 12 12 12s12-5.375 12-12S18.624 0 12 0m0 .507C18.35.507 23.493 5.65 23.493 12S18.35 23.493 12 23.493S.507 18.35.507 12S5.65.507 12 .507m-1.442 1.51q-.077-.006-.07.003c.011.01.309.167.662.349c1.047.539 1.69 1.024 1.658 1.25c-.03.21-.095.217-2.12.219c-2.014.001-2.201.016-3.047.24c-1.095.29-1.708.88-1.902 1.831c-.079.387-.079.571-.001 1.017c.08.464.215.86.48 1.411c.663 1.387 1.845 3.022 3.353 4.642c1.354 1.454 2.114 2.724 2.339 3.912c.115.606.066 1.573-.12 2.352c-.184.779-.396 1.208-1.032 2.09a5 5 0 0 0-.27.394c0 .012.122-.074.27-.19c1.868-1.458 2.904-2.775 3.264-4.15c.084-.32.094-.446.095-1.22c0-.934-.028-1.16-.227-1.824a6.2 6.2 0 0 0-.569-1.324c-.415-.712-1.499-2.221-2.182-3.039c-.447-.534-.703-.903-.969-1.39c-.656-1.209-.687-2.421-.072-2.836c.239-.16.489-.214 1.004-.214c.693 0 1.33.156 3.216.783c1.074.357 2.094.58 2.655.58c.54 0 .85-.135 1.007-.44c.139-.271.114-.691-.062-1.044c-.235-.472-.88-1.133-1.515-1.552c-.968-.64-2.394-1.256-3.464-1.494c-.453-.1-2.03-.332-2.381-.356m1.647 4.312c-.379-.002-.55.06-.755.25c-.334.306-.398.597-.254 1.159c.19.743.565 1.266 1.845 2.577c.388.397.815.857.95 1.023c.544.67.938 1.393 1.128 2.072c.107.382.11.423.106 1.357c-.003.875-.013 1.01-.11 1.486c-.155.762-.261 1.057-.748 2.083l-.247.52c-.02.045.018.018.087-.06c.22-.25 1.053-1.53 1.287-1.984c.416-.802.722-1.782.922-2.951c.128-.747.13-1.8.002-2.379c-.385-1.755-1.605-3.731-2.893-4.685c-.507-.375-.679-.445-1.143-.464zm3.926 1.081a.4.4 0 0 0-.117.036a.45.45 0 0 0-.205.183c-.115.222.01.497.576 1.265c.384.522.775 1.277.893 1.725c.065.247.084.44.084.842c0 .46-.08 1.235-.154 1.494c-.048.167.027.092.12-.12c.11-.249.508-1.422.61-1.795c.1-.368.1-1.124 0-1.524a4.7 4.7 0 0 0-.593-1.288c-.184-.262-.573-.558-.978-.743c-.124-.057-.18-.08-.237-.075"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCaprover(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 0C5.376 0 0 5.376 0 12s5.376 12 12 12s12-5.375 12-12S18.624 0 12 0m0 .507C18.35.507 23.493 5.65 23.493 12S18.35 23.493 12 23.493S.507 18.35.507 12S5.65.507 12 .507m-1.442 1.51q-.077-.006-.07.003c.011.01.309.167.662.349c1.047.539 1.69 1.024 1.658 1.25c-.03.21-.095.217-2.12.219c-2.014.001-2.201.016-3.047.24c-1.095.29-1.708.88-1.902 1.831c-.079.387-.079.571-.001 1.017c.08.464.215.86.48 1.411c.663 1.387 1.845 3.022 3.353 4.642c1.354 1.454 2.114 2.724 2.339 3.912c.115.606.066 1.573-.12 2.352c-.184.779-.396 1.208-1.032 2.09a5 5 0 0 0-.27.394c0 .012.122-.074.27-.19c1.868-1.458 2.904-2.775 3.264-4.15c.084-.32.094-.446.095-1.22c0-.934-.028-1.16-.227-1.824a6.2 6.2 0 0 0-.569-1.324c-.415-.712-1.499-2.221-2.182-3.039c-.447-.534-.703-.903-.969-1.39c-.656-1.209-.687-2.421-.072-2.836c.239-.16.489-.214 1.004-.214c.693 0 1.33.156 3.216.783c1.074.357 2.094.58 2.655.58c.54 0 .85-.135 1.007-.44c.139-.271.114-.691-.062-1.044c-.235-.472-.88-1.133-1.515-1.552c-.968-.64-2.394-1.256-3.464-1.494c-.453-.1-2.03-.332-2.381-.356m1.647 4.312c-.379-.002-.55.06-.755.25c-.334.306-.398.597-.254 1.159c.19.743.565 1.266 1.845 2.577c.388.397.815.857.95 1.023c.544.67.938 1.393 1.128 2.072c.107.382.11.423.106 1.357c-.003.875-.013 1.01-.11 1.486c-.155.762-.261 1.057-.748 2.083l-.247.52c-.02.045.018.018.087-.06c.22-.25 1.053-1.53 1.287-1.984c.416-.802.722-1.782.922-2.951c.128-.747.13-1.8.002-2.379c-.385-1.755-1.605-3.731-2.893-4.685c-.507-.375-.679-.445-1.143-.464zm3.926 1.081a.4.4 0 0 0-.117.036a.45.45 0 0 0-.205.183c-.115.222.01.497.576 1.265c.384.522.775 1.277.893 1.725c.065.247.084.44.084.842c0 .46-.08 1.235-.154 1.494c-.048.167.027.092.12-.12c.11-.249.508-1.422.61-1.795c.1-.368.1-1.124 0-1.524a4.7 4.7 0 0 0-.593-1.288c-.184-.262-.573-.558-.978-.743c-.124-.057-.18-.08-.237-.075"/></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 0C5.376 0 0 5.376 0 12s5.376 12 12 12s12-5.375 12-12S18.624 0 12 0m0 .507C18.35.507 23.493 5.65 23.493 12S18.35 23.493 12 23.493S.507 18.35.507 12S5.65.507 12 .507m-1.442 1.51q-.077-.006-.07.003c.011.01.309.167.662.349c1.047.539 1.69 1.024 1.658 1.25c-.03.21-.095.217-2.12.219c-2.014.001-2.201.016-3.047.24c-1.095.29-1.708.88-1.902 1.831c-.079.387-.079.571-.001 1.017c.08.464.215.86.48 1.411c.663 1.387 1.845 3.022 3.353 4.642c1.354 1.454 2.114 2.724 2.339 3.912c.115.606.066 1.573-.12 2.352c-.184.779-.396 1.208-1.032 2.09a5 5 0 0 0-.27.394c0 .012.122-.074.27-.19c1.868-1.458 2.904-2.775 3.264-4.15c.084-.32.094-.446.095-1.22c0-.934-.028-1.16-.227-1.824a6.2 6.2 0 0 0-.569-1.324c-.415-.712-1.499-2.221-2.182-3.039c-.447-.534-.703-.903-.969-1.39c-.656-1.209-.687-2.421-.072-2.836c.239-.16.489-.214 1.004-.214c.693 0 1.33.156 3.216.783c1.074.357 2.094.58 2.655.58c.54 0 .85-.135 1.007-.44c.139-.271.114-.691-.062-1.044c-.235-.472-.88-1.133-1.515-1.552c-.968-.64-2.394-1.256-3.464-1.494c-.453-.1-2.03-.332-2.381-.356m1.647 4.312c-.379-.002-.55.06-.755.25c-.334.306-.398.597-.254 1.159c.19.743.565 1.266 1.845 2.577c.388.397.815.857.95 1.023c.544.67.938 1.393 1.128 2.072c.107.382.11.423.106 1.357c-.003.875-.013 1.01-.11 1.486c-.155.762-.261 1.057-.748 2.083l-.247.52c-.02.045.018.018.087-.06c.22-.25 1.053-1.53 1.287-1.984c.416-.802.722-1.782.922-2.951c.128-.747.13-1.8.002-2.379c-.385-1.755-1.605-3.731-2.893-4.685c-.507-.375-.679-.445-1.143-.464zm3.926 1.081a.4.4 0 0 0-.117.036a.45.45 0 0 0-.205.183c-.115.222.01.497.576 1.265c.384.522.775 1.277.893 1.725c.065.247.084.44.084.842c0 .46-.08 1.235-.154 1.494c-.048.167.027.092.12-.12c.11-.249.508-1.422.61-1.795c.1-.368.1-1.124 0-1.524a4.7 4.7 0 0 0-.593-1.288c-.184-.262-.573-.558-.978-.743c-.124-.057-.18-.08-.237-.075"/></svg> </template>
CSS
.icon-caprover {
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%200C5.376%200%200%205.376%200%2012s5.376%2012%2012%2012s12-5.375%2012-12S18.624%200%2012%200m0%20.507C18.35.507%2023.493%205.65%2023.493%2012S18.35%2023.493%2012%2023.493S.507%2018.35.507%2012S5.65.507%2012%20.507m-1.442%201.51q-.077-.006-.07.003c.011.01.309.167.662.349c1.047.539%201.69%201.024%201.658%201.25c-.03.21-.095.217-2.12.219c-2.014.001-2.201.016-3.047.24c-1.095.29-1.708.88-1.902%201.831c-.079.387-.079.571-.001%201.017c.08.464.215.86.48%201.411c.663%201.387%201.845%203.022%203.353%204.642c1.354%201.454%202.114%202.724%202.339%203.912c.115.606.066%201.573-.12%202.352c-.184.779-.396%201.208-1.032%202.09a5%205%200%200%200-.27.394c0%20.012.122-.074.27-.19c1.868-1.458%202.904-2.775%203.264-4.15c.084-.32.094-.446.095-1.22c0-.934-.028-1.16-.227-1.824a6.2%206.2%200%200%200-.569-1.324c-.415-.712-1.499-2.221-2.182-3.039c-.447-.534-.703-.903-.969-1.39c-.656-1.209-.687-2.421-.072-2.836c.239-.16.489-.214%201.004-.214c.693%200%201.33.156%203.216.783c1.074.357%202.094.58%202.655.58c.54%200%20.85-.135%201.007-.44c.139-.271.114-.691-.062-1.044c-.235-.472-.88-1.133-1.515-1.552c-.968-.64-2.394-1.256-3.464-1.494c-.453-.1-2.03-.332-2.381-.356m1.647%204.312c-.379-.002-.55.06-.755.25c-.334.306-.398.597-.254%201.159c.19.743.565%201.266%201.845%202.577c.388.397.815.857.95%201.023c.544.67.938%201.393%201.128%202.072c.107.382.11.423.106%201.357c-.003.875-.013%201.01-.11%201.486c-.155.762-.261%201.057-.748%202.083l-.247.52c-.02.045.018.018.087-.06c.22-.25%201.053-1.53%201.287-1.984c.416-.802.722-1.782.922-2.951c.128-.747.13-1.8.002-2.379c-.385-1.755-1.605-3.731-2.893-4.685c-.507-.375-.679-.445-1.143-.464zm3.926%201.081a.4.4%200%200%200-.117.036a.45.45%200%200%200-.205.183c-.115.222.01.497.576%201.265c.384.522.775%201.277.893%201.725c.065.247.084.44.084.842c0%20.46-.08%201.235-.154%201.494c-.048.167.027.092.12-.12c.11-.249.508-1.422.61-1.795c.1-.368.1-1.124%200-1.524a4.7%204.7%200%200%200-.593-1.288c-.184-.262-.573-.558-.978-.743c-.124-.057-.18-.08-.237-.075%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%200C5.376%200%200%205.376%200%2012s5.376%2012%2012%2012s12-5.375%2012-12S18.624%200%2012%200m0%20.507C18.35.507%2023.493%205.65%2023.493%2012S18.35%2023.493%2012%2023.493S.507%2018.35.507%2012S5.65.507%2012%20.507m-1.442%201.51q-.077-.006-.07.003c.011.01.309.167.662.349c1.047.539%201.69%201.024%201.658%201.25c-.03.21-.095.217-2.12.219c-2.014.001-2.201.016-3.047.24c-1.095.29-1.708.88-1.902%201.831c-.079.387-.079.571-.001%201.017c.08.464.215.86.48%201.411c.663%201.387%201.845%203.022%203.353%204.642c1.354%201.454%202.114%202.724%202.339%203.912c.115.606.066%201.573-.12%202.352c-.184.779-.396%201.208-1.032%202.09a5%205%200%200%200-.27.394c0%20.012.122-.074.27-.19c1.868-1.458%202.904-2.775%203.264-4.15c.084-.32.094-.446.095-1.22c0-.934-.028-1.16-.227-1.824a6.2%206.2%200%200%200-.569-1.324c-.415-.712-1.499-2.221-2.182-3.039c-.447-.534-.703-.903-.969-1.39c-.656-1.209-.687-2.421-.072-2.836c.239-.16.489-.214%201.004-.214c.693%200%201.33.156%203.216.783c1.074.357%202.094.58%202.655.58c.54%200%20.85-.135%201.007-.44c.139-.271.114-.691-.062-1.044c-.235-.472-.88-1.133-1.515-1.552c-.968-.64-2.394-1.256-3.464-1.494c-.453-.1-2.03-.332-2.381-.356m1.647%204.312c-.379-.002-.55.06-.755.25c-.334.306-.398.597-.254%201.159c.19.743.565%201.266%201.845%202.577c.388.397.815.857.95%201.023c.544.67.938%201.393%201.128%202.072c.107.382.11.423.106%201.357c-.003.875-.013%201.01-.11%201.486c-.155.762-.261%201.057-.748%202.083l-.247.52c-.02.045.018.018.087-.06c.22-.25%201.053-1.53%201.287-1.984c.416-.802.722-1.782.922-2.951c.128-.747.13-1.8.002-2.379c-.385-1.755-1.605-3.731-2.893-4.685c-.507-.375-.679-.445-1.143-.464zm3.926%201.081a.4.4%200%200%200-.117.036a.45.45%200%200%200-.205.183c-.115.222.01.497.576%201.265c.384.522.775%201.277.893%201.725c.065.247.084.44.084.842c0%20.46-.08%201.235-.154%201.494c-.048.167.027.092.12-.12c.11-.249.508-1.422.61-1.795c.1-.368.1-1.124%200-1.524a4.7%204.7%200%200%200-.593-1.288c-.184-.262-.573-.558-.978-.743c-.124-.057-.18-.08-.237-.075%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/caprover.svg?color=%231a73e8&size=48