car search icon
car-search-outline from Material Design Icons by Pictogrammers · Outline · Automotive · Apache-2.0 Free for personal and commercial use.
- Name
- car-search-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Automotive
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- car-find-outline
1 other variant in Material Design Icons
More automotive icons from Material Design Icons
air-conditionerairbagbatterybattery-10battery-20battery-30battery-40battery-50battery-60battery-70battery-80battery-90battery-chargingbattery-charging-10battery-charging-100battery-charging-20battery-charging-30battery-charging-40battery-charging-50battery-charging-60battery-charging-70battery-charging-80battery-charging-90bugle
Use the car search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.29 19H6v1c0 .5-.4 1-1 1H4c-.5 0-1-.5-1-1v-8l2.1-6c.2-.6.7-1 1.4-1h11c.6 0 1.2.4 1.4 1l2.01 5.74a6.54 6.54 0 0 0-2.73-1.79L17.1 7H6.8l-1 3h8.11c-1.12.4-2.1 1.1-2.83 2H5v5h4.68c.1.71.32 1.38.61 2M6 14.5c0 .8.7 1.5 1.5 1.5S9 15.3 9 14.5S8.3 13 7.5 13S6 13.7 6 14.5m10.11-2.89c-2.5 0-4.5 2-4.5 4.5s2 4.5 4.5 4.5c.89 0 1.69-.25 2.39-.68L21.61 23L23 21.61l-3.08-3.11c.44-.68.69-1.5.69-2.39c0-2.5-2-4.5-4.5-4.5m0 2c1.39 0 2.5 1.12 2.5 2.5s-1.11 2.5-2.5 2.5s-2.5-1.11-2.5-2.5s1.12-2.5 2.5-2.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiCarSearchOutline(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="M10.29 19H6v1c0 .5-.4 1-1 1H4c-.5 0-1-.5-1-1v-8l2.1-6c.2-.6.7-1 1.4-1h11c.6 0 1.2.4 1.4 1l2.01 5.74a6.54 6.54 0 0 0-2.73-1.79L17.1 7H6.8l-1 3h8.11c-1.12.4-2.1 1.1-2.83 2H5v5h4.68c.1.71.32 1.38.61 2M6 14.5c0 .8.7 1.5 1.5 1.5S9 15.3 9 14.5S8.3 13 7.5 13S6 13.7 6 14.5m10.11-2.89c-2.5 0-4.5 2-4.5 4.5s2 4.5 4.5 4.5c.89 0 1.69-.25 2.39-.68L21.61 23L23 21.61l-3.08-3.11c.44-.68.69-1.5.69-2.39c0-2.5-2-4.5-4.5-4.5m0 2c1.39 0 2.5 1.12 2.5 2.5s-1.11 2.5-2.5 2.5s-2.5-1.11-2.5-2.5s1.12-2.5 2.5-2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.29 19H6v1c0 .5-.4 1-1 1H4c-.5 0-1-.5-1-1v-8l2.1-6c.2-.6.7-1 1.4-1h11c.6 0 1.2.4 1.4 1l2.01 5.74a6.54 6.54 0 0 0-2.73-1.79L17.1 7H6.8l-1 3h8.11c-1.12.4-2.1 1.1-2.83 2H5v5h4.68c.1.71.32 1.38.61 2M6 14.5c0 .8.7 1.5 1.5 1.5S9 15.3 9 14.5S8.3 13 7.5 13S6 13.7 6 14.5m10.11-2.89c-2.5 0-4.5 2-4.5 4.5s2 4.5 4.5 4.5c.89 0 1.69-.25 2.39-.68L21.61 23L23 21.61l-3.08-3.11c.44-.68.69-1.5.69-2.39c0-2.5-2-4.5-4.5-4.5m0 2c1.39 0 2.5 1.12 2.5 2.5s-1.11 2.5-2.5 2.5s-2.5-1.11-2.5-2.5s1.12-2.5 2.5-2.5"/></svg> </template>
CSS
.icon-car-search-outline {
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%22M10.29%2019H6v1c0%20.5-.4%201-1%201H4c-.5%200-1-.5-1-1v-8l2.1-6c.2-.6.7-1%201.4-1h11c.6%200%201.2.4%201.4%201l2.01%205.74a6.54%206.54%200%200%200-2.73-1.79L17.1%207H6.8l-1%203h8.11c-1.12.4-2.1%201.1-2.83%202H5v5h4.68c.1.71.32%201.38.61%202M6%2014.5c0%20.8.7%201.5%201.5%201.5S9%2015.3%209%2014.5S8.3%2013%207.5%2013S6%2013.7%206%2014.5m10.11-2.89c-2.5%200-4.5%202-4.5%204.5s2%204.5%204.5%204.5c.89%200%201.69-.25%202.39-.68L21.61%2023L23%2021.61l-3.08-3.11c.44-.68.69-1.5.69-2.39c0-2.5-2-4.5-4.5-4.5m0%202c1.39%200%202.5%201.12%202.5%202.5s-1.11%202.5-2.5%202.5s-2.5-1.11-2.5-2.5s1.12-2.5%202.5-2.5%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%22M10.29%2019H6v1c0%20.5-.4%201-1%201H4c-.5%200-1-.5-1-1v-8l2.1-6c.2-.6.7-1%201.4-1h11c.6%200%201.2.4%201.4%201l2.01%205.74a6.54%206.54%200%200%200-2.73-1.79L17.1%207H6.8l-1%203h8.11c-1.12.4-2.1%201.1-2.83%202H5v5h4.68c.1.71.32%201.38.61%202M6%2014.5c0%20.8.7%201.5%201.5%201.5S9%2015.3%209%2014.5S8.3%2013%207.5%2013S6%2013.7%206%2014.5m10.11-2.89c-2.5%200-4.5%202-4.5%204.5s2%204.5%204.5%204.5c.89%200%201.69-.25%202.39-.68L21.61%2023L23%2021.61l-3.08-3.11c.44-.68.69-1.5.69-2.39c0-2.5-2-4.5-4.5-4.5m0%202c1.39%200%202.5%201.12%202.5%202.5s-1.11%202.5-2.5%202.5s-2.5-1.11-2.5-2.5s1.12-2.5%202.5-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/car-search-outline.svg?color=%231a73e8&size=48