sensor icon
sensor from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- sensor
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More tools icons from Carbon
Use the sensor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m12.66 10.34l-1.42 1.42C12.38 12.89 13 14.4 13 16s-.62 3.11-1.76 4.24l1.42 1.42C14.17 20.15 15 18.14 15 16s-.83-4.15-2.34-5.66M16.9 6.1l-1.42 1.42C17.75 9.79 19 12.8 19 16s-1.25 6.21-3.52 8.48l1.42 1.42c2.64-2.65 4.1-6.16 4.1-9.9s-1.46-7.25-4.1-9.9m4.24-4.24l-1.42 1.42C23.13 6.67 25 11.19 25 16s-1.87 9.33-5.28 12.72l1.42 1.42C24.92 26.37 27 21.35 27 16S24.92 5.63 21.14 1.86M9 16c0 1.1-.9 2-2 2v12H5V2h2v12c1.1 0 2 .9 2 2"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSensor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m12.66 10.34l-1.42 1.42C12.38 12.89 13 14.4 13 16s-.62 3.11-1.76 4.24l1.42 1.42C14.17 20.15 15 18.14 15 16s-.83-4.15-2.34-5.66M16.9 6.1l-1.42 1.42C17.75 9.79 19 12.8 19 16s-1.25 6.21-3.52 8.48l1.42 1.42c2.64-2.65 4.1-6.16 4.1-9.9s-1.46-7.25-4.1-9.9m4.24-4.24l-1.42 1.42C23.13 6.67 25 11.19 25 16s-1.87 9.33-5.28 12.72l1.42 1.42C24.92 26.37 27 21.35 27 16S24.92 5.63 21.14 1.86M9 16c0 1.1-.9 2-2 2v12H5V2h2v12c1.1 0 2 .9 2 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m12.66 10.34l-1.42 1.42C12.38 12.89 13 14.4 13 16s-.62 3.11-1.76 4.24l1.42 1.42C14.17 20.15 15 18.14 15 16s-.83-4.15-2.34-5.66M16.9 6.1l-1.42 1.42C17.75 9.79 19 12.8 19 16s-1.25 6.21-3.52 8.48l1.42 1.42c2.64-2.65 4.1-6.16 4.1-9.9s-1.46-7.25-4.1-9.9m4.24-4.24l-1.42 1.42C23.13 6.67 25 11.19 25 16s-1.87 9.33-5.28 12.72l1.42 1.42C24.92 26.37 27 21.35 27 16S24.92 5.63 21.14 1.86M9 16c0 1.1-.9 2-2 2v12H5V2h2v12c1.1 0 2 .9 2 2"/></svg> </template>
CSS
.icon-sensor {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.66%2010.34l-1.42%201.42C12.38%2012.89%2013%2014.4%2013%2016s-.62%203.11-1.76%204.24l1.42%201.42C14.17%2020.15%2015%2018.14%2015%2016s-.83-4.15-2.34-5.66M16.9%206.1l-1.42%201.42C17.75%209.79%2019%2012.8%2019%2016s-1.25%206.21-3.52%208.48l1.42%201.42c2.64-2.65%204.1-6.16%204.1-9.9s-1.46-7.25-4.1-9.9m4.24-4.24l-1.42%201.42C23.13%206.67%2025%2011.19%2025%2016s-1.87%209.33-5.28%2012.72l1.42%201.42C24.92%2026.37%2027%2021.35%2027%2016S24.92%205.63%2021.14%201.86M9%2016c0%201.1-.9%202-2%202v12H5V2h2v12c1.1%200%202%20.9%202%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.66%2010.34l-1.42%201.42C12.38%2012.89%2013%2014.4%2013%2016s-.62%203.11-1.76%204.24l1.42%201.42C14.17%2020.15%2015%2018.14%2015%2016s-.83-4.15-2.34-5.66M16.9%206.1l-1.42%201.42C17.75%209.79%2019%2012.8%2019%2016s-1.25%206.21-3.52%208.48l1.42%201.42c2.64-2.65%204.1-6.16%204.1-9.9s-1.46-7.25-4.1-9.9m4.24-4.24l-1.42%201.42C23.13%206.67%2025%2011.19%2025%2016s-1.87%209.33-5.28%2012.72l1.42%201.42C24.92%2026.37%2027%2021.35%2027%2016S24.92%205.63%2021.14%201.86M9%2016c0%201.1-.9%202-2%202v12H5V2h2v12c1.1%200%202%20.9%202%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/sensor.svg?color=%231a73e8&size=48