skoda logo
skoda from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- skoda
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the skoda logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m0 22.964C5.945 22.964 1.036 18.055 1.036 12S5.945 1.036 12 1.036S22.964 5.945 22.964 12S18.055 22.964 12 22.964m5.189-7.233l-.269.726h-.984c.263-.709 3.578-8.617-2.936-13.981a9.5 9.5 0 0 0-4.053.448c.217.175 2.474 2.027 3.537 4.315l-.312.084c-.586-.639-2.716-2.983-4.745-3.738a9.6 9.6 0 0 0-2.845 2.36c.953.487 3.444 1.974 4.39 3.13a8 8 0 0 0-.267.139c-1.736-1.32-4.82-2.004-4.977-2.038a9.5 9.5 0 0 0-1.227 3.61c4.776.96 6.062 3.17 6.282 5.671h-.905l-1.554-.677a1 1 0 0 0-.253-.053H3.177a9.6 9.6 0 0 0 1.926 2.915h1.234c.106 0 .2-.013.292-.066l1.249-.638h9.042l.269.726a4.84 4.84 0 0 0 2.947-1.466a4.84 4.84 0 0 0-2.947-1.467m-4.14-.579a1.19 1.19 0 0 1-.504-1.216a1.19 1.19 0 0 1 .931-.93a1.19 1.19 0 0 1 1.216.503c.31.464.257 1.093-.147 1.496a1.186 1.186 0 0 1-1.496.147"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSkoda(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="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m0 22.964C5.945 22.964 1.036 18.055 1.036 12S5.945 1.036 12 1.036S22.964 5.945 22.964 12S18.055 22.964 12 22.964m5.189-7.233l-.269.726h-.984c.263-.709 3.578-8.617-2.936-13.981a9.5 9.5 0 0 0-4.053.448c.217.175 2.474 2.027 3.537 4.315l-.312.084c-.586-.639-2.716-2.983-4.745-3.738a9.6 9.6 0 0 0-2.845 2.36c.953.487 3.444 1.974 4.39 3.13a8 8 0 0 0-.267.139c-1.736-1.32-4.82-2.004-4.977-2.038a9.5 9.5 0 0 0-1.227 3.61c4.776.96 6.062 3.17 6.282 5.671h-.905l-1.554-.677a1 1 0 0 0-.253-.053H3.177a9.6 9.6 0 0 0 1.926 2.915h1.234c.106 0 .2-.013.292-.066l1.249-.638h9.042l.269.726a4.84 4.84 0 0 0 2.947-1.466a4.84 4.84 0 0 0-2.947-1.467m-4.14-.579a1.19 1.19 0 0 1-.504-1.216a1.19 1.19 0 0 1 .931-.93a1.19 1.19 0 0 1 1.216.503c.31.464.257 1.093-.147 1.496a1.186 1.186 0 0 1-1.496.147"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m0 22.964C5.945 22.964 1.036 18.055 1.036 12S5.945 1.036 12 1.036S22.964 5.945 22.964 12S18.055 22.964 12 22.964m5.189-7.233l-.269.726h-.984c.263-.709 3.578-8.617-2.936-13.981a9.5 9.5 0 0 0-4.053.448c.217.175 2.474 2.027 3.537 4.315l-.312.084c-.586-.639-2.716-2.983-4.745-3.738a9.6 9.6 0 0 0-2.845 2.36c.953.487 3.444 1.974 4.39 3.13a8 8 0 0 0-.267.139c-1.736-1.32-4.82-2.004-4.977-2.038a9.5 9.5 0 0 0-1.227 3.61c4.776.96 6.062 3.17 6.282 5.671h-.905l-1.554-.677a1 1 0 0 0-.253-.053H3.177a9.6 9.6 0 0 0 1.926 2.915h1.234c.106 0 .2-.013.292-.066l1.249-.638h9.042l.269.726a4.84 4.84 0 0 0 2.947-1.466a4.84 4.84 0 0 0-2.947-1.467m-4.14-.579a1.19 1.19 0 0 1-.504-1.216a1.19 1.19 0 0 1 .931-.93a1.19 1.19 0 0 1 1.216.503c.31.464.257 1.093-.147 1.496a1.186 1.186 0 0 1-1.496.147"/></svg> </template>
CSS
.icon-skoda {
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%22M12%200C5.373%200%200%205.373%200%2012s5.373%2012%2012%2012s12-5.373%2012-12S18.627%200%2012%200m0%2022.964C5.945%2022.964%201.036%2018.055%201.036%2012S5.945%201.036%2012%201.036S22.964%205.945%2022.964%2012S18.055%2022.964%2012%2022.964m5.189-7.233l-.269.726h-.984c.263-.709%203.578-8.617-2.936-13.981a9.5%209.5%200%200%200-4.053.448c.217.175%202.474%202.027%203.537%204.315l-.312.084c-.586-.639-2.716-2.983-4.745-3.738a9.6%209.6%200%200%200-2.845%202.36c.953.487%203.444%201.974%204.39%203.13a8%208%200%200%200-.267.139c-1.736-1.32-4.82-2.004-4.977-2.038a9.5%209.5%200%200%200-1.227%203.61c4.776.96%206.062%203.17%206.282%205.671h-.905l-1.554-.677a1%201%200%200%200-.253-.053H3.177a9.6%209.6%200%200%200%201.926%202.915h1.234c.106%200%20.2-.013.292-.066l1.249-.638h9.042l.269.726a4.84%204.84%200%200%200%202.947-1.466a4.84%204.84%200%200%200-2.947-1.467m-4.14-.579a1.19%201.19%200%200%201-.504-1.216a1.19%201.19%200%200%201%20.931-.93a1.19%201.19%200%200%201%201.216.503c.31.464.257%201.093-.147%201.496a1.186%201.186%200%200%201-1.496.147%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%22M12%200C5.373%200%200%205.373%200%2012s5.373%2012%2012%2012s12-5.373%2012-12S18.627%200%2012%200m0%2022.964C5.945%2022.964%201.036%2018.055%201.036%2012S5.945%201.036%2012%201.036S22.964%205.945%2022.964%2012S18.055%2022.964%2012%2022.964m5.189-7.233l-.269.726h-.984c.263-.709%203.578-8.617-2.936-13.981a9.5%209.5%200%200%200-4.053.448c.217.175%202.474%202.027%203.537%204.315l-.312.084c-.586-.639-2.716-2.983-4.745-3.738a9.6%209.6%200%200%200-2.845%202.36c.953.487%203.444%201.974%204.39%203.13a8%208%200%200%200-.267.139c-1.736-1.32-4.82-2.004-4.977-2.038a9.5%209.5%200%200%200-1.227%203.61c4.776.96%206.062%203.17%206.282%205.671h-.905l-1.554-.677a1%201%200%200%200-.253-.053H3.177a9.6%209.6%200%200%200%201.926%202.915h1.234c.106%200%20.2-.013.292-.066l1.249-.638h9.042l.269.726a4.84%204.84%200%200%200%202.947-1.466a4.84%204.84%200%200%200-2.947-1.467m-4.14-.579a1.19%201.19%200%200%201-.504-1.216a1.19%201.19%200%200%201%20.931-.93a1.19%201.19%200%200%201%201.216.503c.31.464.257%201.093-.147%201.496a1.186%201.186%200%200%201-1.496.147%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/skoda.svg?color=%231a73e8&size=48