continente logo
continente from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- continente
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the continente logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.992 0C5.374 0 .008 5.381.008 12c0 6.633 5.35 12 11.984 12s12-5.367 12-12s-5.381-12-12-12m0 2.504c5.247 0 9.512 4.264 9.512 9.496s-4.265 9.51-9.512 9.51S2.496 17.262 2.496 12a9.493 9.493 0 0 1 9.496-9.496m-.059 2.385c-3.935 0-7.127 3.176-7.127 7.127s3.192 7.14 7.127 7.14c1.968 0 3.756-.79 5.038-2.088a1.89 1.89 0 0 0 0-2.683a1.87 1.87 0 0 0-2.668 0a3.33 3.33 0 0 1-2.37.984c-1.848 0-3.34-1.52-3.34-3.353s1.492-3.34 3.34-3.34V8.66c.925 0 1.758.373 2.37.984c.73.731 1.922.731 2.668 0s.745-1.923 0-2.683a7.1 7.1 0 0 0-5.038-2.072m.059 5.754c-.76 0-1.371.612-1.371 1.373s.61 1.37 1.37 1.37s1.372-.625 1.372-1.37s-.61-1.373-1.371-1.373"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsContinente(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.992 0C5.374 0 .008 5.381.008 12c0 6.633 5.35 12 11.984 12s12-5.367 12-12s-5.381-12-12-12m0 2.504c5.247 0 9.512 4.264 9.512 9.496s-4.265 9.51-9.512 9.51S2.496 17.262 2.496 12a9.493 9.493 0 0 1 9.496-9.496m-.059 2.385c-3.935 0-7.127 3.176-7.127 7.127s3.192 7.14 7.127 7.14c1.968 0 3.756-.79 5.038-2.088a1.89 1.89 0 0 0 0-2.683a1.87 1.87 0 0 0-2.668 0a3.33 3.33 0 0 1-2.37.984c-1.848 0-3.34-1.52-3.34-3.353s1.492-3.34 3.34-3.34V8.66c.925 0 1.758.373 2.37.984c.73.731 1.922.731 2.668 0s.745-1.923 0-2.683a7.1 7.1 0 0 0-5.038-2.072m.059 5.754c-.76 0-1.371.612-1.371 1.373s.61 1.37 1.37 1.37s1.372-.625 1.372-1.37s-.61-1.373-1.371-1.373"/></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.992 0C5.374 0 .008 5.381.008 12c0 6.633 5.35 12 11.984 12s12-5.367 12-12s-5.381-12-12-12m0 2.504c5.247 0 9.512 4.264 9.512 9.496s-4.265 9.51-9.512 9.51S2.496 17.262 2.496 12a9.493 9.493 0 0 1 9.496-9.496m-.059 2.385c-3.935 0-7.127 3.176-7.127 7.127s3.192 7.14 7.127 7.14c1.968 0 3.756-.79 5.038-2.088a1.89 1.89 0 0 0 0-2.683a1.87 1.87 0 0 0-2.668 0a3.33 3.33 0 0 1-2.37.984c-1.848 0-3.34-1.52-3.34-3.353s1.492-3.34 3.34-3.34V8.66c.925 0 1.758.373 2.37.984c.73.731 1.922.731 2.668 0s.745-1.923 0-2.683a7.1 7.1 0 0 0-5.038-2.072m.059 5.754c-.76 0-1.371.612-1.371 1.373s.61 1.37 1.37 1.37s1.372-.625 1.372-1.37s-.61-1.373-1.371-1.373"/></svg> </template>
CSS
.icon-continente {
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.992%200C5.374%200%20.008%205.381.008%2012c0%206.633%205.35%2012%2011.984%2012s12-5.367%2012-12s-5.381-12-12-12m0%202.504c5.247%200%209.512%204.264%209.512%209.496s-4.265%209.51-9.512%209.51S2.496%2017.262%202.496%2012a9.493%209.493%200%200%201%209.496-9.496m-.059%202.385c-3.935%200-7.127%203.176-7.127%207.127s3.192%207.14%207.127%207.14c1.968%200%203.756-.79%205.038-2.088a1.89%201.89%200%200%200%200-2.683a1.87%201.87%200%200%200-2.668%200a3.33%203.33%200%200%201-2.37.984c-1.848%200-3.34-1.52-3.34-3.353s1.492-3.34%203.34-3.34V8.66c.925%200%201.758.373%202.37.984c.73.731%201.922.731%202.668%200s.745-1.923%200-2.683a7.1%207.1%200%200%200-5.038-2.072m.059%205.754c-.76%200-1.371.612-1.371%201.373s.61%201.37%201.37%201.37s1.372-.625%201.372-1.37s-.61-1.373-1.371-1.373%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.992%200C5.374%200%20.008%205.381.008%2012c0%206.633%205.35%2012%2011.984%2012s12-5.367%2012-12s-5.381-12-12-12m0%202.504c5.247%200%209.512%204.264%209.512%209.496s-4.265%209.51-9.512%209.51S2.496%2017.262%202.496%2012a9.493%209.493%200%200%201%209.496-9.496m-.059%202.385c-3.935%200-7.127%203.176-7.127%207.127s3.192%207.14%207.127%207.14c1.968%200%203.756-.79%205.038-2.088a1.89%201.89%200%200%200%200-2.683a1.87%201.87%200%200%200-2.668%200a3.33%203.33%200%200%201-2.37.984c-1.848%200-3.34-1.52-3.34-3.353s1.492-3.34%203.34-3.34V8.66c.925%200%201.758.373%202.37.984c.73.731%201.922.731%202.668%200s.745-1.923%200-2.683a7.1%207.1%200%200%200-5.038-2.072m.059%205.754c-.76%200-1.371.612-1.371%201.373s.61%201.37%201.37%201.37s1.372-.625%201.372-1.37s-.61-1.373-1.371-1.373%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/continente.svg?color=%231a73e8&size=48