Why the upload rejects your SVG
The Workday or HR field says SVG is not an allowed type, even when the logo looks perfect on your screen. Tinolia converts that SVG to PNG when the upload refuses the vector, and files are deleted within 1 hour.
Upload · profile photo
logo.svg

logo.png
SVG is vector XML, not a photo the form expects
An SVG is a drawing described in XML: paths, fills, and text that stay sharp at any size. A PNG is a grid of pixels. Portals that ask for a profile photo, a listing image, or an email-signature logo almost always validate a short allowlist of raster types.
If the picker greys out .svg, or the server returns an unsupported file type, the check never opened your artwork. It rejected the container before looking at the design.
Workday, HR portals, and LinkedIn want raster
Workday and similar HR uploads for headshots or badge photos list JPG and PNG. An SVG logo from design never matches that list, even when it is a simple icon.
LinkedIn and many job boards treat the profile picture as a photograph. They accept PNG or JPEG and refuse SVG the same way they refuse PDF. Marketplace listings on Etsy or eBay follow the same raster habit for the main image.
Some systems refuse SVG for security, not for pixels
SVG can carry scripts and external references. Mail clients, CMS editors, and corporate upload libraries often block the format so a crafted file cannot run in the page.
That policy is separate from image quality. A clean icon still fails if the pipeline bans SVG wholesale. Rasterizing to PNG removes the XML surface those filters fear.
Keep SVG for the web; rasterize for the upload
Keep the SVG when you control the site, need infinite scale, or hand files to a printer that still wants vectors. Convert when the other side only accepts PNG or JPEG, when Outlook strips SVG from a signature, or when a social crop tool only reads raster.
Transparency belongs in PNG. If the portal also wants a flat white background, a JPEG may follow after the PNG step.
Rasterize the SVG when the field only lists PNG
SVG to PNG rasterizes on the server and keeps transparency when the SVG has it. Up to 10 files, 20 MB each. Files are deleted within 1 hour.
Outlook signatures and many CMS blocks also strip SVG, so the PNG path is the one that survives email and paste.
- Drop the .svg on SVG to PNG.
- Download the PNG, or a ZIP for a batch of icons.
- If the portal needs a fixed pixel box, resize on Resize image after.
Favicon and ICO are a different finish
A browser favicon often wants ICO or a small PNG, not a raw SVG upload in older CMS panels. Rasterize first, then PNG to ICO when the panel still asks for .ico.
If the PNG is already right but still too heavy for the form, go to PNG too large. Listing photos that need a marketplace crop are covered in listing photo size.
Questions
Why does a Workday or LinkedIn upload reject my SVG?
Those fields allowlist photograph types such as PNG and JPEG. An SVG is vector XML, so the validator fails before it treats the file as a picture.
Can an SVG carry a script or malware risk?
SVG can include script and external links. Many CMS and mail pipelines block the format for that reason, which is why a harmless logo still gets refused.
Do I lose quality when I convert SVG to PNG?
You trade infinite scale for a fixed pixel grid. Soft edges can appear if the render is small; pick a larger export or resize after if the portal allows a bigger file.
What resolution should I use for a profile photo?
Follow the portal hint when it lists pixels. Tinolia writes a PNG from the SVG; then Resize image if Workday or HR names a box such as 500×500.
Does PNG keep a transparent background from my SVG?
PNG keeps alpha when the SVG has transparent areas. JPEG cannot. Prefer PNG for logos on colored profile headers.
Is a favicon the same job as a profile photo?
Favicon panels often want ICO or a tiny PNG. Profile photos want a larger raster. Convert the SVG to PNG first, then branch to PNG to ICO only for favicon.
Can I rasterize several SVG logos for one HR form?
Workday and careers portals take a ZIP of PNGs: put every .svg on SVG to PNG once and download the batch for the HR form.
When should I keep the SVG instead of converting?
Keep SVG on sites you control and for print partners that still take vectors. Convert when the upload, email signature, or social tool only accepts PNG or JPEG.
More guides like this
- Open iPhone HEIC photos on WindowsWindows ships no HEVC decoder for stills, so Explorer draws nothing. Install the two Store packages to look, or send JPEG to the portal that refused it.
- Insert HEIC into PowerPointPowerPoint Insert Pictures needs HEIF and often HEVC on Windows. When Insert fails or the deck must open elsewhere, convert the iPhone still to JPEG first.
- Open iPhone HEIC photos on AndroidAndroid 10 reads HEIF, but the gallery app decides. Google Photos usually opens it; a manufacturer gallery shows a grey tile. Convert and every app reads it.