Sqlite Editor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sqlite Editor 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/333234.svg" alt="Sqlite Editor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333234.svg" alt="Sqlite Editor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333234.svg" alt="Sqlite Editor icon" :width="24" :height="24" />
CSS background
.icon-sqlite-editor {
background-image: url('https://proicons.com/icon/333234.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m40.7638,11.3631c0,3.3205-7.4474,5.9769-16.7638,5.9769S7.2362,14.6836,7.2362,11.3631c.2656-3.1972,7.5897-5.8631,16.631-5.8631,9.1836,0,16.631,2.6564,16.8967,5.8631ZM7.2362,36.6274V11.3536m33.5277,8.5195c0,3.3205-7.4474,5.9864-16.7638,5.9864s-16.7638-2.6564-16.7638-5.9769m33.5277,8.2444c0,3.3205-7.4474,5.9769-16.7638,5.9769s-16.7638-2.6564-16.7638-5.9769m33.5277,8.51c0,3.1972-7.4474,5.8631-16.7638,5.8631s-16.7638-2.6659-16.7638-5.8631m33.5277,0V11.3536"/></svg>
Copied!