enquire icon
enquire from IconPark by ByteDance · Color · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- enquire
- Set
- IconPark
- Style
- Color
- Category
- Travel
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More travel icons from IconPark
Use the enquire icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" stroke-miterlimit="2" d="M37 16C34.2386 16 32 13.7614 32 11C32 8.23858 34.2386 6 37 6C39.7614 6 42 8.23858 42 11C42 13.7614 39.7614 16 37 16Z"/><path fill="#2F88FF" stroke-miterlimit="2" d="M12 12C9.79086 12 8 10.2091 8 8C8 5.79086 9.79086 4 12 4C14.2091 4 16 5.79086 16 8C16 10.2091 14.2091 12 12 12Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M26 39L32 34V28C32 24.5339 34 22 37 22C40 22 42 24.5339 42 28V32.8372V42"/><path stroke-linecap="round" stroke-linejoin="round" d="M24 33L18 28V24C18 20.5339 16 18 13 18C10 18 8 20.5339 8 24V26.8372V42"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkEnquire(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path fill="#2F88FF" strokeMiterlimit="2" d="M37 16C34.2386 16 32 13.7614 32 11C32 8.23858 34.2386 6 37 6C39.7614 6 42 8.23858 42 11C42 13.7614 39.7614 16 37 16Z"/><path fill="#2F88FF" strokeMiterlimit="2" d="M12 12C9.79086 12 8 10.2091 8 8C8 5.79086 9.79086 4 12 4C14.2091 4 16 5.79086 16 8C16 10.2091 14.2091 12 12 12Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M26 39L32 34V28C32 24.5339 34 22 37 22C40 22 42 24.5339 42 28V32.8372V42"/><path strokeLinecap="round" strokeLinejoin="round" d="M24 33L18 28V24C18 20.5339 16 18 13 18C10 18 8 20.5339 8 24V26.8372V42"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" stroke-miterlimit="2" d="M37 16C34.2386 16 32 13.7614 32 11C32 8.23858 34.2386 6 37 6C39.7614 6 42 8.23858 42 11C42 13.7614 39.7614 16 37 16Z"/><path fill="#2F88FF" stroke-miterlimit="2" d="M12 12C9.79086 12 8 10.2091 8 8C8 5.79086 9.79086 4 12 4C14.2091 4 16 5.79086 16 8C16 10.2091 14.2091 12 12 12Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M26 39L32 34V28C32 24.5339 34 22 37 22C40 22 42 24.5339 42 28V32.8372V42"/><path stroke-linecap="round" stroke-linejoin="round" d="M24 33L18 28V24C18 20.5339 16 18 13 18C10 18 8 20.5339 8 24V26.8372V42"/></g></svg> </template>
CSS
.icon-enquire {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-miterlimit%3D%222%22%20d%3D%22M37%2016C34.2386%2016%2032%2013.7614%2032%2011C32%208.23858%2034.2386%206%2037%206C39.7614%206%2042%208.23858%2042%2011C42%2013.7614%2039.7614%2016%2037%2016Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-miterlimit%3D%222%22%20d%3D%22M12%2012C9.79086%2012%208%2010.2091%208%208C8%205.79086%209.79086%204%2012%204C14.2091%204%2016%205.79086%2016%208C16%2010.2091%2014.2091%2012%2012%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26%2039L32%2034V28C32%2024.5339%2034%2022%2037%2022C40%2022%2042%2024.5339%2042%2028V32.8372V42%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2033L18%2028V24C18%2020.5339%2016%2018%2013%2018C10%2018%208%2020.5339%208%2024V26.8372V42%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-miterlimit%3D%222%22%20d%3D%22M37%2016C34.2386%2016%2032%2013.7614%2032%2011C32%208.23858%2034.2386%206%2037%206C39.7614%206%2042%208.23858%2042%2011C42%2013.7614%2039.7614%2016%2037%2016Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-miterlimit%3D%222%22%20d%3D%22M12%2012C9.79086%2012%208%2010.2091%208%208C8%205.79086%209.79086%204%2012%204C14.2091%204%2016%205.79086%2016%208C16%2010.2091%2014.2091%2012%2012%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26%2039L32%2034V28C32%2024.5339%2034%2022%2037%2022C40%2022%2042%2024.5339%2042%2028V32.8372V42%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2033L18%2028V24C18%2020.5339%2016%2018%2013%2018C10%2018%208%2020.5339%208%2024V26.8372V42%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/enquire.svg?color=%231a73e8&size=48