database upload icon
database-upload-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- database-upload-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
Use the database upload icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.467 17.052q-.084.752.03 1.505q.115.753.39 1.443q-1.21-.006-2.457-.202t-2.321-.575t-1.9-.936T4 17v-2.942q.366.686 1.136 1.219t1.78.921q1.011.389 2.19.603t2.361.251m2.881-4.692q-.898.55-1.556 1.348q-.657.798-1.011 1.806q-1.221-.012-2.447-.223q-1.226-.212-2.29-.591t-1.861-.93T4 12.52V9.557q.385.734 1.227 1.295t1.94.94t2.357.572t2.476.193q.612 0 1.197-.051t1.151-.147m-8.03-2.381Q3.98 8.958 3.98 7.5t2.336-2.479T12 4t5.673 1.021T20 7.5t-2.327 2.479T12 11T6.317 9.979m11.106 6.325v3.715q0 .162.112.273q.111.112.273.112t.273-.112t.111-.273v-3.715l1.527 1.527q.112.111.264.121t.283-.121q.13-.131.13-.273t-.13-.273l-1.893-1.893q-.242-.242-.565-.242t-.566.242l-1.892 1.893q-.111.111-.121.263t.121.283t.273.13q.143 0 .273-.13zm-2.451 4.147q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165t-2.836-1.165"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDatabaseUploadRounded(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.467 17.052q-.084.752.03 1.505q.115.753.39 1.443q-1.21-.006-2.457-.202t-2.321-.575t-1.9-.936T4 17v-2.942q.366.686 1.136 1.219t1.78.921q1.011.389 2.19.603t2.361.251m2.881-4.692q-.898.55-1.556 1.348q-.657.798-1.011 1.806q-1.221-.012-2.447-.223q-1.226-.212-2.29-.591t-1.861-.93T4 12.52V9.557q.385.734 1.227 1.295t1.94.94t2.357.572t2.476.193q.612 0 1.197-.051t1.151-.147m-8.03-2.381Q3.98 8.958 3.98 7.5t2.336-2.479T12 4t5.673 1.021T20 7.5t-2.327 2.479T12 11T6.317 9.979m11.106 6.325v3.715q0 .162.112.273q.111.112.273.112t.273-.112t.111-.273v-3.715l1.527 1.527q.112.111.264.121t.283-.121q.13-.131.13-.273t-.13-.273l-1.893-1.893q-.242-.242-.565-.242t-.566.242l-1.892 1.893q-.111.111-.121.263t.121.283t.273.13q.143 0 .273-.13zm-2.451 4.147q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165t-2.836-1.165"/></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.467 17.052q-.084.752.03 1.505q.115.753.39 1.443q-1.21-.006-2.457-.202t-2.321-.575t-1.9-.936T4 17v-2.942q.366.686 1.136 1.219t1.78.921q1.011.389 2.19.603t2.361.251m2.881-4.692q-.898.55-1.556 1.348q-.657.798-1.011 1.806q-1.221-.012-2.447-.223q-1.226-.212-2.29-.591t-1.861-.93T4 12.52V9.557q.385.734 1.227 1.295t1.94.94t2.357.572t2.476.193q.612 0 1.197-.051t1.151-.147m-8.03-2.381Q3.98 8.958 3.98 7.5t2.336-2.479T12 4t5.673 1.021T20 7.5t-2.327 2.479T12 11T6.317 9.979m11.106 6.325v3.715q0 .162.112.273q.111.112.273.112t.273-.112t.111-.273v-3.715l1.527 1.527q.112.111.264.121t.283-.121q.13-.131.13-.273t-.13-.273l-1.893-1.893q-.242-.242-.565-.242t-.566.242l-1.892 1.893q-.111.111-.121.263t.121.283t.273.13q.143 0 .273-.13zm-2.451 4.147q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165t-2.836-1.165"/></svg> </template>
CSS
.icon-database-upload-rounded {
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.467%2017.052q-.084.752.03%201.505q.115.753.39%201.443q-1.21-.006-2.457-.202t-2.321-.575t-1.9-.936T4%2017v-2.942q.366.686%201.136%201.219t1.78.921q1.011.389%202.19.603t2.361.251m2.881-4.692q-.898.55-1.556%201.348q-.657.798-1.011%201.806q-1.221-.012-2.447-.223q-1.226-.212-2.29-.591t-1.861-.93T4%2012.52V9.557q.385.734%201.227%201.295t1.94.94t2.357.572t2.476.193q.612%200%201.197-.051t1.151-.147m-8.03-2.381Q3.98%208.958%203.98%207.5t2.336-2.479T12%204t5.673%201.021T20%207.5t-2.327%202.479T12%2011T6.317%209.979m11.106%206.325v3.715q0%20.162.112.273q.111.112.273.112t.273-.112t.111-.273v-3.715l1.527%201.527q.112.111.264.121t.283-.121q.13-.131.13-.273t-.13-.273l-1.893-1.893q-.242-.242-.565-.242t-.566.242l-1.892%201.893q-.111.111-.121.263t.121.283t.273.13q.143%200%20.273-.13zm-2.451%204.147q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67%200%202.835%201.164t1.165%202.836q0%201.67-1.165%202.835t-2.835%201.165t-2.836-1.165%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.467%2017.052q-.084.752.03%201.505q.115.753.39%201.443q-1.21-.006-2.457-.202t-2.321-.575t-1.9-.936T4%2017v-2.942q.366.686%201.136%201.219t1.78.921q1.011.389%202.19.603t2.361.251m2.881-4.692q-.898.55-1.556%201.348q-.657.798-1.011%201.806q-1.221-.012-2.447-.223q-1.226-.212-2.29-.591t-1.861-.93T4%2012.52V9.557q.385.734%201.227%201.295t1.94.94t2.357.572t2.476.193q.612%200%201.197-.051t1.151-.147m-8.03-2.381Q3.98%208.958%203.98%207.5t2.336-2.479T12%204t5.673%201.021T20%207.5t-2.327%202.479T12%2011T6.317%209.979m11.106%206.325v3.715q0%20.162.112.273q.111.112.273.112t.273-.112t.111-.273v-3.715l1.527%201.527q.112.111.264.121t.283-.121q.13-.131.13-.273t-.13-.273l-1.893-1.893q-.242-.242-.565-.242t-.566.242l-1.892%201.893q-.111.111-.121.263t.121.283t.273.13q.143%200%20.273-.13zm-2.451%204.147q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67%200%202.835%201.164t1.165%202.836q0%201.67-1.165%202.835t-2.835%201.165t-2.836-1.165%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/database-upload-rounded.svg?color=%231a73e8&size=48