SVG sample file
svg_dashboard_wireframe_sample.svg
1.7 KB
image/svg+xml
SHA256 verified
File details
Filename
svg_dashboard_wireframe_sample.svgSize1.7 KB (1690 bytes)
MIME type
image/svg+xmlExtension
.svgSHA256
169a1a352346500537bd45f3d661bb03876113d6bf1c286c72e9d96417bdbfbeDownload commands
Use in scripts and tests
curl -L -o svg_dashboard_wireframe_sample.svg \
https://samplefile.com/samples/download/image/svg/svg_dashboard_wireframe_sample.svg/
wget -O svg_dashboard_wireframe_sample.svg \
https://samplefile.com/samples/download/image/svg/svg_dashboard_wireframe_sample.svg/
import requests
url = "https://samplefile.com/samples/download/image/svg/svg_dashboard_wireframe_sample.svg/"
resp = requests.get(url)
with open("svg_dashboard_wireframe_sample.svg", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/image/svg/svg_dashboard_wireframe_sample.svg/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("svg_dashboard_wireframe_sample.svg", buf);
# Download and verify SHA256
curl -L -o svg_dashboard_wireframe_sample.svg https://samplefile.com/samples/download/image/svg/svg_dashboard_wireframe_sample.svg/
echo "169a1a352346500537bd45f3d661bb03876113d6bf1c286c72e9d96417bdbfbe svg_dashboard_wireframe_sample.svg" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/image/svg/svg_dashboard_wireframe_sample.svg/").content
assert hashlib.sha256(data).hexdigest() == "169a1a352346500537bd45f3d661bb03876113d6bf1c286c72e9d96417bdbfbe"
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_2000x1200_sample_file_1KB.svg |
250 B | db96b8b82081a535… |
Download |
svg_500x300_sample_file_1KB.svg |
248 B | e44bede34ac0d76c… |
Download |
svg_floorplan_overlay_sample.svg |
1.5 KB | 8306cddf0238d23a… |
Download |
svg_logo_mark_sample.svg |
888 B | e85020f126f6954d… |
Download |
Learn more