video-360-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
video-360-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the video 360 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4 1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0M3.97 4.02A1.7 1.7 0 0 0 2 5.697v8.605a1.7 1.7 0 0 0 1.97 1.677a37.9 37.9 0 0 1 12.06 0A1.7 1.7 0 0 0 18 14.302V5.697a1.7 1.7 0 0 0-1.97-1.677a37.9 37.9 0 0 1-12.06 0M3 5.697a.7.7 0 0 1 .81-.69c4.1.662 8.28.662 12.38 0a.7.7 0 0 1 .81.69v8.605a.7.7 0 0 1-.81.69l-.19-.03v-1.963a1 1 0 0 0-1-1h-2v2.613a39 39 0 0 0-1-.065V12a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v2.548q-.5.026-1 .065V12H5a1 1 0 0 0-1 1v1.963l-.19.03a.7.7 0 0 1-.81-.69z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideo36020Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4 1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0M3.97 4.02A1.7 1.7 0 0 0 2 5.697v8.605a1.7 1.7 0 0 0 1.97 1.677a37.9 37.9 0 0 1 12.06 0A1.7 1.7 0 0 0 18 14.302V5.697a1.7 1.7 0 0 0-1.97-1.677a37.9 37.9 0 0 1-12.06 0M3 5.697a.7.7 0 0 1 .81-.69c4.1.662 8.28.662 12.38 0a.7.7 0 0 1 .81.69v8.605a.7.7 0 0 1-.81.69l-.19-.03v-1.963a1 1 0 0 0-1-1h-2v2.613a39 39 0 0 0-1-.065V12a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v2.548q-.5.026-1 .065V12H5a1 1 0 0 0-1 1v1.963l-.19.03a.7.7 0 0 1-.81-.69z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4 1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0M3.97 4.02A1.7 1.7 0 0 0 2 5.697v8.605a1.7 1.7 0 0 0 1.97 1.677a37.9 37.9 0 0 1 12.06 0A1.7 1.7 0 0 0 18 14.302V5.697a1.7 1.7 0 0 0-1.97-1.677a37.9 37.9 0 0 1-12.06 0M3 5.697a.7.7 0 0 1 .81-.69c4.1.662 8.28.662 12.38 0a.7.7 0 0 1 .81.69v8.605a.7.7 0 0 1-.81.69l-.19-.03v-1.963a1 1 0 0 0-1-1h-2v2.613a39 39 0 0 0-1-.065V12a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v2.548q-.5.026-1 .065V12H5a1 1 0 0 0-1 1v1.963l-.19.03a.7.7 0 0 1-.81-.69z"/></svg>
</template>

CSS

.icon-video-360-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%209a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-4%201a1%201%200%201%201-2%200a1%201%200%200%201%202%200m8%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200M3.97%204.02A1.7%201.7%200%200%200%202%205.697v8.605a1.7%201.7%200%200%200%201.97%201.677a37.9%2037.9%200%200%201%2012.06%200A1.7%201.7%200%200%200%2018%2014.302V5.697a1.7%201.7%200%200%200-1.97-1.677a37.9%2037.9%200%200%201-12.06%200M3%205.697a.7.7%200%200%201%20.81-.69c4.1.662%208.28.662%2012.38%200a.7.7%200%200%201%20.81.69v8.605a.7.7%200%200%201-.81.69l-.19-.03v-1.963a1%201%200%200%200-1-1h-2v2.613a39%2039%200%200%200-1-.065V12a1%201%200%200%200-1-1H9a1%201%200%200%200-1%201v2.548q-.5.026-1%20.065V12H5a1%201%200%200%200-1%201v1.963l-.19.03a.7.7%200%200%201-.81-.69z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%209a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-4%201a1%201%200%201%201-2%200a1%201%200%200%201%202%200m8%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200M3.97%204.02A1.7%201.7%200%200%200%202%205.697v8.605a1.7%201.7%200%200%200%201.97%201.677a37.9%2037.9%200%200%201%2012.06%200A1.7%201.7%200%200%200%2018%2014.302V5.697a1.7%201.7%200%200%200-1.97-1.677a37.9%2037.9%200%200%201-12.06%200M3%205.697a.7.7%200%200%201%20.81-.69c4.1.662%208.28.662%2012.38%200a.7.7%200%200%201%20.81.69v8.605a.7.7%200%200%201-.81.69l-.19-.03v-1.963a1%201%200%200%200-1-1h-2v2.613a39%2039%200%200%200-1-.065V12a1%201%200%200%200-1-1H9a1%201%200%200%200-1%201v2.548q-.5.026-1%20.065V12H5a1%201%200%200%200-1%201v1.963l-.19.03a.7.7%200%200%201-.81-.69z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/video-360-20-regular.svg?color=%231a73e8&size=48