speed-camera-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
speed-camera-rounded
Set
Material Symbols Light
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

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="m17.008 14.002l-.214-.121q-.186-.106-.202-.323q-.015-.217.171-.354l1.62-1.192q.211-.143.441-.155t.447.118l.213.121q.187.106.19.314q.003.207-.159.344l-1.619 1.212q-.212.142-.441.154t-.447-.118M5.5 19q-.213 0-.357-.143T5 18.5t.143-.357T5.5 18h3.692q.27 0 .442-.173q.174-.173.174-.442V11.78l-2.923-1.629q-.61-.329-.784-.982t.174-1.243l1.23-2.08q.33-.572.963-.746t1.205.155l7.783 4.302q.379.217.413.658q.035.442-.332.709l-3.177 2.317q-.385.274-.854.301q-.47.028-.879-.195l-1.839-1.007v5.044q0 .67-.472 1.143T9.173 19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSpeedCameraRounded(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="m17.008 14.002l-.214-.121q-.186-.106-.202-.323q-.015-.217.171-.354l1.62-1.192q.211-.143.441-.155t.447.118l.213.121q.187.106.19.314q.003.207-.159.344l-1.619 1.212q-.212.142-.441.154t-.447-.118M5.5 19q-.213 0-.357-.143T5 18.5t.143-.357T5.5 18h3.692q.27 0 .442-.173q.174-.173.174-.442V11.78l-2.923-1.629q-.61-.329-.784-.982t.174-1.243l1.23-2.08q.33-.572.963-.746t1.205.155l7.783 4.302q.379.217.413.658q.035.442-.332.709l-3.177 2.317q-.385.274-.854.301q-.47.028-.879-.195l-1.839-1.007v5.044q0 .67-.472 1.143T9.173 19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.008 14.002l-.214-.121q-.186-.106-.202-.323q-.015-.217.171-.354l1.62-1.192q.211-.143.441-.155t.447.118l.213.121q.187.106.19.314q.003.207-.159.344l-1.619 1.212q-.212.142-.441.154t-.447-.118M5.5 19q-.213 0-.357-.143T5 18.5t.143-.357T5.5 18h3.692q.27 0 .442-.173q.174-.173.174-.442V11.78l-2.923-1.629q-.61-.329-.784-.982t.174-1.243l1.23-2.08q.33-.572.963-.746t1.205.155l7.783 4.302q.379.217.413.658q.035.442-.332.709l-3.177 2.317q-.385.274-.854.301q-.47.028-.879-.195l-1.839-1.007v5.044q0 .67-.472 1.143T9.173 19z"/></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%22m17.008%2014.002l-.214-.121q-.186-.106-.202-.323q-.015-.217.171-.354l1.62-1.192q.211-.143.441-.155t.447.118l.213.121q.187.106.19.314q.003.207-.159.344l-1.619%201.212q-.212.142-.441.154t-.447-.118M5.5%2019q-.213%200-.357-.143T5%2018.5t.143-.357T5.5%2018h3.692q.27%200%20.442-.173q.174-.173.174-.442V11.78l-2.923-1.629q-.61-.329-.784-.982t.174-1.243l1.23-2.08q.33-.572.963-.746t1.205.155l7.783%204.302q.379.217.413.658q.035.442-.332.709l-3.177%202.317q-.385.274-.854.301q-.47.028-.879-.195l-1.839-1.007v5.044q0%20.67-.472%201.143T9.173%2019z%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%22m17.008%2014.002l-.214-.121q-.186-.106-.202-.323q-.015-.217.171-.354l1.62-1.192q.211-.143.441-.155t.447.118l.213.121q.187.106.19.314q.003.207-.159.344l-1.619%201.212q-.212.142-.441.154t-.447-.118M5.5%2019q-.213%200-.357-.143T5%2018.5t.143-.357T5.5%2018h3.692q.27%200%20.442-.173q.174-.173.174-.442V11.78l-2.923-1.629q-.61-.329-.784-.982t.174-1.243l1.23-2.08q.33-.572.963-.746t1.205.155l7.783%204.302q.379.217.413.658q.035.442-.332.709l-3.177%202.317q-.385.274-.854.301q-.47.028-.879-.195l-1.839-1.007v5.044q0%20.67-.472%201.143T9.173%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/speed-camera-rounded.svg?color=%231a73e8&size=48