SVG sample file
svg_2000x1200_sample_file_1KB.svg
250 B
image/svg+xml
SHA256 verified
File details
Filename
svg_2000x1200_sample_file_1KB.svgSize250 B (250 bytes)
MIME type
image/svg+xmlExtension
.svgSHA256
db96b8b82081a535e0f84b7bef37e9c7943570d5ca42968c362c9ed52de11f02Download commands
Use in scripts and tests
curl -L -o svg_2000x1200_sample_file_1KB.svg \
https://samplefile.com/samples/download/image/svg/svg_2000x1200_sample_file_1KB.svg/
wget -O svg_2000x1200_sample_file_1KB.svg \
https://samplefile.com/samples/download/image/svg/svg_2000x1200_sample_file_1KB.svg/
import requests
url = "https://samplefile.com/samples/download/image/svg/svg_2000x1200_sample_file_1KB.svg/"
resp = requests.get(url)
with open("svg_2000x1200_sample_file_1KB.svg", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/image/svg/svg_2000x1200_sample_file_1KB.svg/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("svg_2000x1200_sample_file_1KB.svg", buf);
# Download and verify SHA256
curl -L -o svg_2000x1200_sample_file_1KB.svg https://samplefile.com/samples/download/image/svg/svg_2000x1200_sample_file_1KB.svg/
echo "db96b8b82081a535e0f84b7bef37e9c7943570d5ca42968c362c9ed52de11f02 svg_2000x1200_sample_file_1KB.svg" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/image/svg/svg_2000x1200_sample_file_1KB.svg/").content
assert hashlib.sha256(data).hexdigest() == "db96b8b82081a535e0f84b7bef37e9c7943570d5ca42968c362c9ed52de11f02"
More SVG files
Other SVG Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
svg_1000x600_sample_file_1KB.svg |
249 B | 17357e113e6fae3d… |
Download |
svg_100x100_sample_file_1KB.svg |
248 B | 0a7943b241d1483e… |
Download |
svg_500x300_sample_file_1KB.svg |
248 B | e44bede34ac0d76c… |
Download |
svg_dashboard_wireframe_sample.svg |
1.7 KB | 169a1a3523465005… |
Download |
svg_floorplan_overlay_sample.svg |
1.5 KB | 8306cddf0238d23a… |
Download |
svg_logo_mark_sample.svg |
888 B | e85020f126f6954d… |
Download |
Learn more