mounted icon
mounted from IconPark by ByteDance · Color · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- mounted
- 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 mounted 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 stroke-linecap="round" stroke-linejoin="round" d="M9 7L21 7"/><path stroke-linecap="round" stroke-linejoin="round" d="M27 7H39"/><path stroke-linejoin="round" d="M19 36H16C14.3431 36 13 34.6569 13 33L13 24C13 19.5817 16.5817 16 21 16L27 16C31.4183 16 35 19.5817 35 24V33C35 34.6569 33.6569 36 32 36H29"/><circle cx="24" cy="7" r="3" fill="#2F88FF"/><path fill="#2F88FF" stroke-linecap="round" stroke-linejoin="round" d="M29 35V36.4C29 37.2837 28.2837 38 27.4 38H20.6C19.7163 38 19 37.2837 19 36.4V35C19 32.2386 21.2386 30 24 30C26.7614 30 29 32.2386 29 35Z"/><path stroke-linejoin="round" d="M21 38V41C21 42.6569 22.3431 44 24 44C25.6569 44 27 42.6569 27 41V38"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkMounted(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 strokeLinecap="round" strokeLinejoin="round" d="M9 7L21 7"/><path strokeLinecap="round" strokeLinejoin="round" d="M27 7H39"/><path strokeLinejoin="round" d="M19 36H16C14.3431 36 13 34.6569 13 33L13 24C13 19.5817 16.5817 16 21 16L27 16C31.4183 16 35 19.5817 35 24V33C35 34.6569 33.6569 36 32 36H29"/><circle cx="24" cy="7" r="3" fill="#2F88FF"/><path fill="#2F88FF" strokeLinecap="round" strokeLinejoin="round" d="M29 35V36.4C29 37.2837 28.2837 38 27.4 38H20.6C19.7163 38 19 37.2837 19 36.4V35C19 32.2386 21.2386 30 24 30C26.7614 30 29 32.2386 29 35Z"/><path strokeLinejoin="round" d="M21 38V41C21 42.6569 22.3431 44 24 44C25.6569 44 27 42.6569 27 41V38"/></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 stroke-linecap="round" stroke-linejoin="round" d="M9 7L21 7"/><path stroke-linecap="round" stroke-linejoin="round" d="M27 7H39"/><path stroke-linejoin="round" d="M19 36H16C14.3431 36 13 34.6569 13 33L13 24C13 19.5817 16.5817 16 21 16L27 16C31.4183 16 35 19.5817 35 24V33C35 34.6569 33.6569 36 32 36H29"/><circle cx="24" cy="7" r="3" fill="#2F88FF"/><path fill="#2F88FF" stroke-linecap="round" stroke-linejoin="round" d="M29 35V36.4C29 37.2837 28.2837 38 27.4 38H20.6C19.7163 38 19 37.2837 19 36.4V35C19 32.2386 21.2386 30 24 30C26.7614 30 29 32.2386 29 35Z"/><path stroke-linejoin="round" d="M21 38V41C21 42.6569 22.3431 44 24 44C25.6569 44 27 42.6569 27 41V38"/></g></svg> </template>
CSS
.icon-mounted {
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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%207L21%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27%207H39%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2036H16C14.3431%2036%2013%2034.6569%2013%2033L13%2024C13%2019.5817%2016.5817%2016%2021%2016L27%2016C31.4183%2016%2035%2019.5817%2035%2024V33C35%2034.6569%2033.6569%2036%2032%2036H29%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%232F88FF%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2035V36.4C29%2037.2837%2028.2837%2038%2027.4%2038H20.6C19.7163%2038%2019%2037.2837%2019%2036.4V35C19%2032.2386%2021.2386%2030%2024%2030C26.7614%2030%2029%2032.2386%2029%2035Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2038V41C21%2042.6569%2022.3431%2044%2024%2044C25.6569%2044%2027%2042.6569%2027%2041V38%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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%207L21%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27%207H39%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2036H16C14.3431%2036%2013%2034.6569%2013%2033L13%2024C13%2019.5817%2016.5817%2016%2021%2016L27%2016C31.4183%2016%2035%2019.5817%2035%2024V33C35%2034.6569%2033.6569%2036%2032%2036H29%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%232F88FF%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2035V36.4C29%2037.2837%2028.2837%2038%2027.4%2038H20.6C19.7163%2038%2019%2037.2837%2019%2036.4V35C19%2032.2386%2021.2386%2030%2024%2030C26.7614%2030%2029%2032.2386%2029%2035Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2038V41C21%2042.6569%2022.3431%2044%2024%2044C25.6569%2044%2027%2042.6569%2027%2041V38%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/mounted.svg?color=%231a73e8&size=48