hov icon
hov-outline-rounded from Material Symbols by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- hov-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the hov icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.525 20.938q-.225-.113-.375-.363l-4.525-7.55q-.15-.25-.225-.5T6.325 12t.075-.525t.225-.5l4.525-7.55q.15-.25.375-.363T12 2.95t.475.112t.375.363l4.525 7.55q.15.25.225.5t.075.525t-.075.525t-.225.5l-4.525 7.55q-.15.25-.375.363T12 21.05t-.475-.112M12 18.1l3.675-6.1L12 5.9L8.325 12zm0-6.1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHovOutlineRounded(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="M11.525 20.938q-.225-.113-.375-.363l-4.525-7.55q-.15-.25-.225-.5T6.325 12t.075-.525t.225-.5l4.525-7.55q.15-.25.375-.363T12 2.95t.475.112t.375.363l4.525 7.55q.15.25.225.5t.075.525t-.075.525t-.225.5l-4.525 7.55q-.15.25-.375.363T12 21.05t-.475-.112M12 18.1l3.675-6.1L12 5.9L8.325 12zm0-6.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.525 20.938q-.225-.113-.375-.363l-4.525-7.55q-.15-.25-.225-.5T6.325 12t.075-.525t.225-.5l4.525-7.55q.15-.25.375-.363T12 2.95t.475.112t.375.363l4.525 7.55q.15.25.225.5t.075.525t-.075.525t-.225.5l-4.525 7.55q-.15.25-.375.363T12 21.05t-.475-.112M12 18.1l3.675-6.1L12 5.9L8.325 12zm0-6.1"/></svg> </template>
CSS
.icon-hov-outline-rounded {
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%22M11.525%2020.938q-.225-.113-.375-.363l-4.525-7.55q-.15-.25-.225-.5T6.325%2012t.075-.525t.225-.5l4.525-7.55q.15-.25.375-.363T12%202.95t.475.112t.375.363l4.525%207.55q.15.25.225.5t.075.525t-.075.525t-.225.5l-4.525%207.55q-.15.25-.375.363T12%2021.05t-.475-.112M12%2018.1l3.675-6.1L12%205.9L8.325%2012zm0-6.1%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%22M11.525%2020.938q-.225-.113-.375-.363l-4.525-7.55q-.15-.25-.225-.5T6.325%2012t.075-.525t.225-.5l4.525-7.55q.15-.25.375-.363T12%202.95t.475.112t.375.363l4.525%207.55q.15.25.225.5t.075.525t-.075.525t-.225.5l-4.525%207.55q-.15.25-.375.363T12%2021.05t-.475-.112M12%2018.1l3.675-6.1L12%205.9L8.325%2012zm0-6.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/hov-outline-rounded.svg?color=%231a73e8&size=48