bxs car wash icon
bxs-car-wash from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxs-car-wash
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
bxs-add-to-queuebxs-adjustbxs-adjust-altbxs-alarmbxs-alarm-addbxs-alarm-exclamationbxs-alarm-offbxs-alarm-snoozebxs-albumbxs-ambulancebxs-analysebxs-angrybxs-archbxs-archivebxs-archive-inbxs-archive-outbxs-areabxs-arrow-from-bottombxs-arrow-from-leftbxs-arrow-from-rightbxs-arrow-from-topbxs-arrow-to-bottombxs-arrow-to-leftbxs-arrow-to-right
Use the bxs car wash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.772 13.155l-1.368-4.104A2.995 2.995 0 0 0 16.559 7H7.441a2.995 2.995 0 0 0-2.845 2.051l-1.368 4.104A2.001 2.001 0 0 0 2 15v3c0 .738.404 1.376 1 1.723V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.277A1.99 1.99 0 0 0 22 18v-3c0-.831-.507-1.542-1.228-1.845zM7.441 9h9.117a1 1 0 0 1 .949.684L18.613 13H5.387l1.105-3.316c.137-.409.519-.684.949-.684zM5.5 18a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 5.5 18zm13 0a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 18.5 18zM9 4.378c.005-1.088-1.037-2.051-1.387-2.344a.176.176 0 0 0-.228 0C7.033 2.325 5.995 3.271 6 4.377C6 5.272 6.673 6 7.5 6S9 5.272 9 4.378zm4.5 0c.005-1.088-1.037-2.052-1.387-2.344a.176.176 0 0 0-.228 0c-.353.291-1.391 1.238-1.386 2.344C10.5 5.272 11.173 6 12 6s1.5-.728 1.5-1.622zm4.5 0c.005-1.088-1.037-2.052-1.387-2.344a.176.176 0 0 0-.228 0c-.352.291-1.39 1.237-1.385 2.343C15 5.272 15.673 6 16.5 6S18 5.272 18 4.378z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxsCarWash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.772 13.155l-1.368-4.104A2.995 2.995 0 0 0 16.559 7H7.441a2.995 2.995 0 0 0-2.845 2.051l-1.368 4.104A2.001 2.001 0 0 0 2 15v3c0 .738.404 1.376 1 1.723V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.277A1.99 1.99 0 0 0 22 18v-3c0-.831-.507-1.542-1.228-1.845zM7.441 9h9.117a1 1 0 0 1 .949.684L18.613 13H5.387l1.105-3.316c.137-.409.519-.684.949-.684zM5.5 18a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 5.5 18zm13 0a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 18.5 18zM9 4.378c.005-1.088-1.037-2.051-1.387-2.344a.176.176 0 0 0-.228 0C7.033 2.325 5.995 3.271 6 4.377C6 5.272 6.673 6 7.5 6S9 5.272 9 4.378zm4.5 0c.005-1.088-1.037-2.052-1.387-2.344a.176.176 0 0 0-.228 0c-.353.291-1.391 1.238-1.386 2.344C10.5 5.272 11.173 6 12 6s1.5-.728 1.5-1.622zm4.5 0c.005-1.088-1.037-2.052-1.387-2.344a.176.176 0 0 0-.228 0c-.352.291-1.39 1.237-1.385 2.343C15 5.272 15.673 6 16.5 6S18 5.272 18 4.378z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.772 13.155l-1.368-4.104A2.995 2.995 0 0 0 16.559 7H7.441a2.995 2.995 0 0 0-2.845 2.051l-1.368 4.104A2.001 2.001 0 0 0 2 15v3c0 .738.404 1.376 1 1.723V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.277A1.99 1.99 0 0 0 22 18v-3c0-.831-.507-1.542-1.228-1.845zM7.441 9h9.117a1 1 0 0 1 .949.684L18.613 13H5.387l1.105-3.316c.137-.409.519-.684.949-.684zM5.5 18a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 5.5 18zm13 0a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 18.5 18zM9 4.378c.005-1.088-1.037-2.051-1.387-2.344a.176.176 0 0 0-.228 0C7.033 2.325 5.995 3.271 6 4.377C6 5.272 6.673 6 7.5 6S9 5.272 9 4.378zm4.5 0c.005-1.088-1.037-2.052-1.387-2.344a.176.176 0 0 0-.228 0c-.353.291-1.391 1.238-1.386 2.344C10.5 5.272 11.173 6 12 6s1.5-.728 1.5-1.622zm4.5 0c.005-1.088-1.037-2.052-1.387-2.344a.176.176 0 0 0-.228 0c-.352.291-1.39 1.237-1.385 2.343C15 5.272 15.673 6 16.5 6S18 5.272 18 4.378z" fill="currentColor"/></svg> </template>
CSS
.icon-bxs-car-wash {
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%20d%3D%22M20.772%2013.155l-1.368-4.104A2.995%202.995%200%200%200%2016.559%207H7.441a2.995%202.995%200%200%200-2.845%202.051l-1.368%204.104A2.001%202.001%200%200%200%202%2015v3c0%20.738.404%201.376%201%201.723V21a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1h12v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1.277A1.99%201.99%200%200%200%2022%2018v-3c0-.831-.507-1.542-1.228-1.845zM7.441%209h9.117a1%201%200%200%201%20.949.684L18.613%2013H5.387l1.105-3.316c.137-.409.519-.684.949-.684zM5.5%2018a1.5%201.5%200%201%201%20.001-3.001A1.5%201.5%200%200%201%205.5%2018zm13%200a1.5%201.5%200%201%201%20.001-3.001A1.5%201.5%200%200%201%2018.5%2018zM9%204.378c.005-1.088-1.037-2.051-1.387-2.344a.176.176%200%200%200-.228%200C7.033%202.325%205.995%203.271%206%204.377C6%205.272%206.673%206%207.5%206S9%205.272%209%204.378zm4.5%200c.005-1.088-1.037-2.052-1.387-2.344a.176.176%200%200%200-.228%200c-.353.291-1.391%201.238-1.386%202.344C10.5%205.272%2011.173%206%2012%206s1.5-.728%201.5-1.622zm4.5%200c.005-1.088-1.037-2.052-1.387-2.344a.176.176%200%200%200-.228%200c-.352.291-1.39%201.237-1.385%202.343C15%205.272%2015.673%206%2016.5%206S18%205.272%2018%204.378z%22%20fill%3D%22currentColor%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%20d%3D%22M20.772%2013.155l-1.368-4.104A2.995%202.995%200%200%200%2016.559%207H7.441a2.995%202.995%200%200%200-2.845%202.051l-1.368%204.104A2.001%202.001%200%200%200%202%2015v3c0%20.738.404%201.376%201%201.723V21a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1h12v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1.277A1.99%201.99%200%200%200%2022%2018v-3c0-.831-.507-1.542-1.228-1.845zM7.441%209h9.117a1%201%200%200%201%20.949.684L18.613%2013H5.387l1.105-3.316c.137-.409.519-.684.949-.684zM5.5%2018a1.5%201.5%200%201%201%20.001-3.001A1.5%201.5%200%200%201%205.5%2018zm13%200a1.5%201.5%200%201%201%20.001-3.001A1.5%201.5%200%200%201%2018.5%2018zM9%204.378c.005-1.088-1.037-2.051-1.387-2.344a.176.176%200%200%200-.228%200C7.033%202.325%205.995%203.271%206%204.377C6%205.272%206.673%206%207.5%206S9%205.272%209%204.378zm4.5%200c.005-1.088-1.037-2.052-1.387-2.344a.176.176%200%200%200-.228%200c-.353.291-1.391%201.238-1.386%202.344C10.5%205.272%2011.173%206%2012%206s1.5-.728%201.5-1.622zm4.5%200c.005-1.088-1.037-2.052-1.387-2.344a.176.176%200%200%200-.228%200c-.352.291-1.39%201.237-1.385%202.343C15%205.272%2015.673%206%2016.5%206S18%205.272%2018%204.378z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxs-car-wash.svg?color=%231a73e8&size=48