Dbnavigator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dbnavigator icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/338879.svg" alt="Dbnavigator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338879.svg" alt="Dbnavigator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338879.svg" alt="Dbnavigator icon" :width="24" :height="24" />
CSS background
.icon-dbnavigator {
background-image: url('https://proicons.com/icon/338879.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M43.5112,22.9421,32.6383,24.8055c-5.0423.8641-6.964,2.091-6.964,2.091L24.02,24.5335c1.9264-2.88,5.7062-5.6431,9.3088-5.1458l10.1826,1.4056V17.2347s-20.47-6.929-26.0042-4.1837C9.4114,17.0673,6.5437,21.9681,4.6281,32c-.96,5.0269,3.3066,10.9752,38.8831-3.4426Z"/><path class="a" d="M4.52,32.8684c.2684,2.75,8.3532,2.5628,10.9742,1.6053,3.5488-1.2965,9.0176-5.842,17.1445-7.491l10.8729-2.2062"/><path class="a" d="M9.092,19.8662c-1.1324,3.3721.5268,3.4423,3.9854,3.49,8.609.118,15.0316-8.4233,8.7261-8.3872l-7.6772.0441"/><path class="a" d="M6.9321,31.8962l1.3942-3.75h.6093a1.2626,1.2626,0,0,1,1.178,1.875h0a3.0066,3.0066,0,0,1-2.5721,1.875Z"/><path class="a" d="M13.215,29.9836a.5937.5937,0,0,1,.5539.8818,1.4138,1.4138,0,0,1-1.21.8818h-1.455L12.4156,28.22h1.455a.5938.5938,0,0,1,.554.8818A1.4138,1.4138,0,0,1,13.215,29.9836Z"/><path class="a" d="M13.2145,29.9833H11.9838"/></svg>
Copied!