speed camera icon
speed-camera-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- speed-camera-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 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 speed camera icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.95 14.675l-.925-.525q-.225-.125-.25-.4t.2-.45l2.35-1.75q.25-.2.538-.213t.562.138l.925.525q.225.125.238.4t-.188.45l-2.35 1.75q-.25.2-.537.213t-.563-.138M5 20q-.425 0-.712-.288T4 19t.288-.712T5 18h4v-5.95l-3-1.725q-.725-.425-.937-1.212T5.275 7.6l1.5-2.6q.425-.725 1.213-.937t1.512.212L17.725 9q.475.275.5.813t-.4.862l-3.85 2.875q-.5.35-1.075.388t-1.1-.263l-.8-.45V18q0 .825-.587 1.413T9 20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSpeedCameraRounded(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="m16.95 14.675l-.925-.525q-.225-.125-.25-.4t.2-.45l2.35-1.75q.25-.2.538-.213t.562.138l.925.525q.225.125.238.4t-.188.45l-2.35 1.75q-.25.2-.537.213t-.563-.138M5 20q-.425 0-.712-.288T4 19t.288-.712T5 18h4v-5.95l-3-1.725q-.725-.425-.937-1.212T5.275 7.6l1.5-2.6q.425-.725 1.213-.937t1.512.212L17.725 9q.475.275.5.813t-.4.862l-3.85 2.875q-.5.35-1.075.388t-1.1-.263l-.8-.45V18q0 .825-.587 1.413T9 20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.95 14.675l-.925-.525q-.225-.125-.25-.4t.2-.45l2.35-1.75q.25-.2.538-.213t.562.138l.925.525q.225.125.238.4t-.188.45l-2.35 1.75q-.25.2-.537.213t-.563-.138M5 20q-.425 0-.712-.288T4 19t.288-.712T5 18h4v-5.95l-3-1.725q-.725-.425-.937-1.212T5.275 7.6l1.5-2.6q.425-.725 1.213-.937t1.512.212L17.725 9q.475.275.5.813t-.4.862l-3.85 2.875q-.5.35-1.075.388t-1.1-.263l-.8-.45V18q0 .825-.587 1.413T9 20z"/></svg> </template>
CSS
.icon-speed-camera-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%22m16.95%2014.675l-.925-.525q-.225-.125-.25-.4t.2-.45l2.35-1.75q.25-.2.538-.213t.562.138l.925.525q.225.125.238.4t-.188.45l-2.35%201.75q-.25.2-.537.213t-.563-.138M5%2020q-.425%200-.712-.288T4%2019t.288-.712T5%2018h4v-5.95l-3-1.725q-.725-.425-.937-1.212T5.275%207.6l1.5-2.6q.425-.725%201.213-.937t1.512.212L17.725%209q.475.275.5.813t-.4.862l-3.85%202.875q-.5.35-1.075.388t-1.1-.263l-.8-.45V18q0%20.825-.587%201.413T9%2020z%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%22m16.95%2014.675l-.925-.525q-.225-.125-.25-.4t.2-.45l2.35-1.75q.25-.2.538-.213t.562.138l.925.525q.225.125.238.4t-.188.45l-2.35%201.75q-.25.2-.537.213t-.563-.138M5%2020q-.425%200-.712-.288T4%2019t.288-.712T5%2018h4v-5.95l-3-1.725q-.725-.425-.937-1.212T5.275%207.6l1.5-2.6q.425-.725%201.213-.937t1.512.212L17.725%209q.475.275.5.813t-.4.862l-3.85%202.875q-.5.35-1.075.388t-1.1-.263l-.8-.45V18q0%20.825-.587%201.413T9%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/speed-camera-rounded.svg?color=%231a73e8&size=48