videocamera off icon

videocamera-off-bold from Solar by 480 Design · Bold · Video · CC-BY-4.0 Attribution required.

Name
videocamera-off-bold
Set
Solar
Style
Bold
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More video icons from Solar

Use the videocamera off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 4C12.7873 4 14.4308 4.00037 15.5371 4.9082C15.7396 5.07442 15.9256 5.26035 16.0918 5.46289C16.9996 6.56924 17 8.21267 17 11.5V9.5L17.6582 9.1709C19.6041 8.19795 20.5777 7.7117 21.2891 8.15137C22.0001 8.59119 22 9.67931 22 11.8545V12.1465C22 14.3212 21.9999 15.4088 21.2891 15.8486C20.5777 16.2883 19.6041 15.802 17.6582 14.8291L17 14.5V12.5C17 15.7873 16.9996 17.4308 16.0918 18.5371C15.9256 18.7396 15.7396 18.9256 15.5371 19.0918C14.4308 19.9996 12.7873 20 9.5 20C6.21267 20 4.56924 19.9996 3.46289 19.0918C3.26035 18.9256 3.07442 18.7396 2.9082 18.5371C2.00037 17.4308 2 15.7873 2 12.5V11.5C2 8.21267 2.00037 6.56924 2.9082 5.46289C3.07442 5.26035 3.26035 5.07442 3.46289 4.9082C4.56924 4.00037 6.21267 4 9.5 4ZM12.5303 9.46973C12.2374 9.17684 11.7626 9.17685 11.4697 9.46973L9.5 11.4395L7.53027 9.46973C7.23738 9.17684 6.76262 9.17684 6.46973 9.46973C6.17684 9.76262 6.17683 10.2374 6.46973 10.5303L8.43945 12.5L6.46973 14.4697C6.17684 14.7626 6.17683 15.2374 6.46973 15.5303C6.76262 15.8231 7.2374 15.8231 7.53027 15.5303L9.5 13.5605L11.4697 15.5303C11.7626 15.8231 12.2374 15.8231 12.5303 15.5303C12.8231 15.2374 12.8231 14.7626 12.5303 14.4697L10.5605 12.5L12.5303 10.5303C12.8231 10.2374 12.8231 9.76262 12.5303 9.46973Z"/></svg>

React

import type { SVGProps } from "react";

export function SolarVideocameraOffBold(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="M9.5 4C12.7873 4 14.4308 4.00037 15.5371 4.9082C15.7396 5.07442 15.9256 5.26035 16.0918 5.46289C16.9996 6.56924 17 8.21267 17 11.5V9.5L17.6582 9.1709C19.6041 8.19795 20.5777 7.7117 21.2891 8.15137C22.0001 8.59119 22 9.67931 22 11.8545V12.1465C22 14.3212 21.9999 15.4088 21.2891 15.8486C20.5777 16.2883 19.6041 15.802 17.6582 14.8291L17 14.5V12.5C17 15.7873 16.9996 17.4308 16.0918 18.5371C15.9256 18.7396 15.7396 18.9256 15.5371 19.0918C14.4308 19.9996 12.7873 20 9.5 20C6.21267 20 4.56924 19.9996 3.46289 19.0918C3.26035 18.9256 3.07442 18.7396 2.9082 18.5371C2.00037 17.4308 2 15.7873 2 12.5V11.5C2 8.21267 2.00037 6.56924 2.9082 5.46289C3.07442 5.26035 3.26035 5.07442 3.46289 4.9082C4.56924 4.00037 6.21267 4 9.5 4ZM12.5303 9.46973C12.2374 9.17684 11.7626 9.17685 11.4697 9.46973L9.5 11.4395L7.53027 9.46973C7.23738 9.17684 6.76262 9.17684 6.46973 9.46973C6.17684 9.76262 6.17683 10.2374 6.46973 10.5303L8.43945 12.5L6.46973 14.4697C6.17684 14.7626 6.17683 15.2374 6.46973 15.5303C6.76262 15.8231 7.2374 15.8231 7.53027 15.5303L9.5 13.5605L11.4697 15.5303C11.7626 15.8231 12.2374 15.8231 12.5303 15.5303C12.8231 15.2374 12.8231 14.7626 12.5303 14.4697L10.5605 12.5L12.5303 10.5303C12.8231 10.2374 12.8231 9.76262 12.5303 9.46973Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 4C12.7873 4 14.4308 4.00037 15.5371 4.9082C15.7396 5.07442 15.9256 5.26035 16.0918 5.46289C16.9996 6.56924 17 8.21267 17 11.5V9.5L17.6582 9.1709C19.6041 8.19795 20.5777 7.7117 21.2891 8.15137C22.0001 8.59119 22 9.67931 22 11.8545V12.1465C22 14.3212 21.9999 15.4088 21.2891 15.8486C20.5777 16.2883 19.6041 15.802 17.6582 14.8291L17 14.5V12.5C17 15.7873 16.9996 17.4308 16.0918 18.5371C15.9256 18.7396 15.7396 18.9256 15.5371 19.0918C14.4308 19.9996 12.7873 20 9.5 20C6.21267 20 4.56924 19.9996 3.46289 19.0918C3.26035 18.9256 3.07442 18.7396 2.9082 18.5371C2.00037 17.4308 2 15.7873 2 12.5V11.5C2 8.21267 2.00037 6.56924 2.9082 5.46289C3.07442 5.26035 3.26035 5.07442 3.46289 4.9082C4.56924 4.00037 6.21267 4 9.5 4ZM12.5303 9.46973C12.2374 9.17684 11.7626 9.17685 11.4697 9.46973L9.5 11.4395L7.53027 9.46973C7.23738 9.17684 6.76262 9.17684 6.46973 9.46973C6.17684 9.76262 6.17683 10.2374 6.46973 10.5303L8.43945 12.5L6.46973 14.4697C6.17684 14.7626 6.17683 15.2374 6.46973 15.5303C6.76262 15.8231 7.2374 15.8231 7.53027 15.5303L9.5 13.5605L11.4697 15.5303C11.7626 15.8231 12.2374 15.8231 12.5303 15.5303C12.8231 15.2374 12.8231 14.7626 12.5303 14.4697L10.5605 12.5L12.5303 10.5303C12.8231 10.2374 12.8231 9.76262 12.5303 9.46973Z"/></svg>
</template>

CSS

.icon-videocamera-off-bold {
  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%22M9.5%204C12.7873%204%2014.4308%204.00037%2015.5371%204.9082C15.7396%205.07442%2015.9256%205.26035%2016.0918%205.46289C16.9996%206.56924%2017%208.21267%2017%2011.5V9.5L17.6582%209.1709C19.6041%208.19795%2020.5777%207.7117%2021.2891%208.15137C22.0001%208.59119%2022%209.67931%2022%2011.8545V12.1465C22%2014.3212%2021.9999%2015.4088%2021.2891%2015.8486C20.5777%2016.2883%2019.6041%2015.802%2017.6582%2014.8291L17%2014.5V12.5C17%2015.7873%2016.9996%2017.4308%2016.0918%2018.5371C15.9256%2018.7396%2015.7396%2018.9256%2015.5371%2019.0918C14.4308%2019.9996%2012.7873%2020%209.5%2020C6.21267%2020%204.56924%2019.9996%203.46289%2019.0918C3.26035%2018.9256%203.07442%2018.7396%202.9082%2018.5371C2.00037%2017.4308%202%2015.7873%202%2012.5V11.5C2%208.21267%202.00037%206.56924%202.9082%205.46289C3.07442%205.26035%203.26035%205.07442%203.46289%204.9082C4.56924%204.00037%206.21267%204%209.5%204ZM12.5303%209.46973C12.2374%209.17684%2011.7626%209.17685%2011.4697%209.46973L9.5%2011.4395L7.53027%209.46973C7.23738%209.17684%206.76262%209.17684%206.46973%209.46973C6.17684%209.76262%206.17683%2010.2374%206.46973%2010.5303L8.43945%2012.5L6.46973%2014.4697C6.17684%2014.7626%206.17683%2015.2374%206.46973%2015.5303C6.76262%2015.8231%207.2374%2015.8231%207.53027%2015.5303L9.5%2013.5605L11.4697%2015.5303C11.7626%2015.8231%2012.2374%2015.8231%2012.5303%2015.5303C12.8231%2015.2374%2012.8231%2014.7626%2012.5303%2014.4697L10.5605%2012.5L12.5303%2010.5303C12.8231%2010.2374%2012.8231%209.76262%2012.5303%209.46973Z%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%22M9.5%204C12.7873%204%2014.4308%204.00037%2015.5371%204.9082C15.7396%205.07442%2015.9256%205.26035%2016.0918%205.46289C16.9996%206.56924%2017%208.21267%2017%2011.5V9.5L17.6582%209.1709C19.6041%208.19795%2020.5777%207.7117%2021.2891%208.15137C22.0001%208.59119%2022%209.67931%2022%2011.8545V12.1465C22%2014.3212%2021.9999%2015.4088%2021.2891%2015.8486C20.5777%2016.2883%2019.6041%2015.802%2017.6582%2014.8291L17%2014.5V12.5C17%2015.7873%2016.9996%2017.4308%2016.0918%2018.5371C15.9256%2018.7396%2015.7396%2018.9256%2015.5371%2019.0918C14.4308%2019.9996%2012.7873%2020%209.5%2020C6.21267%2020%204.56924%2019.9996%203.46289%2019.0918C3.26035%2018.9256%203.07442%2018.7396%202.9082%2018.5371C2.00037%2017.4308%202%2015.7873%202%2012.5V11.5C2%208.21267%202.00037%206.56924%202.9082%205.46289C3.07442%205.26035%203.26035%205.07442%203.46289%204.9082C4.56924%204.00037%206.21267%204%209.5%204ZM12.5303%209.46973C12.2374%209.17684%2011.7626%209.17685%2011.4697%209.46973L9.5%2011.4395L7.53027%209.46973C7.23738%209.17684%206.76262%209.17684%206.46973%209.46973C6.17684%209.76262%206.17683%2010.2374%206.46973%2010.5303L8.43945%2012.5L6.46973%2014.4697C6.17684%2014.7626%206.17683%2015.2374%206.46973%2015.5303C6.76262%2015.8231%207.2374%2015.8231%207.53027%2015.5303L9.5%2013.5605L11.4697%2015.5303C11.7626%2015.8231%2012.2374%2015.8231%2012.5303%2015.5303C12.8231%2015.2374%2012.8231%2014.7626%2012.5303%2014.4697L10.5605%2012.5L12.5303%2010.5303C12.8231%2010.2374%2012.8231%209.76262%2012.5303%209.46973Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/videocamera-off-bold.svg?color=%231a73e8&size=48