full screen circle icon

full-screen-circle-line-duotone from Solar by 480 Design · Line Duotone · Video · CC-BY-4.0 Attribution required.

Name
full-screen-circle-line-duotone
Set
Solar
Style
Line Duotone
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More video icons from Solar

Use the full screen circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M6 9.99739C6.01447 8.29083 6.10921 7.35004 6.72963 6.72963C7.35004 6.10921 8.29083 6.01447 9.99739 6"/><path stroke-linecap="round" d="M6 14.0007C6.01447 15.7072 6.10921 16.648 6.72963 17.2684C7.35004 17.8888 8.29083 17.9836 9.99739 17.998"/><path stroke-linecap="round" d="M17.9976 9.99739C17.9831 8.29083 17.8883 7.35004 17.2679 6.72963C16.6475 6.10921 15.7067 6.01447 14.0002 6"/><path stroke-linecap="round" d="M17.9976 14.0007C17.9831 15.7072 17.8883 16.648 17.2679 17.2684C16.6475 17.8888 15.7067 17.9836 14.0002 17.998"/><circle cx="12" cy="12" r="10" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFullScreenCircleLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M6 9.99739C6.01447 8.29083 6.10921 7.35004 6.72963 6.72963C7.35004 6.10921 8.29083 6.01447 9.99739 6"/><path strokeLinecap="round" d="M6 14.0007C6.01447 15.7072 6.10921 16.648 6.72963 17.2684C7.35004 17.8888 8.29083 17.9836 9.99739 17.998"/><path strokeLinecap="round" d="M17.9976 9.99739C17.9831 8.29083 17.8883 7.35004 17.2679 6.72963C16.6475 6.10921 15.7067 6.01447 14.0002 6"/><path strokeLinecap="round" d="M17.9976 14.0007C17.9831 15.7072 17.8883 16.648 17.2679 17.2684C16.6475 17.8888 15.7067 17.9836 14.0002 17.998"/><circle cx="12" cy="12" r="10" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M6 9.99739C6.01447 8.29083 6.10921 7.35004 6.72963 6.72963C7.35004 6.10921 8.29083 6.01447 9.99739 6"/><path stroke-linecap="round" d="M6 14.0007C6.01447 15.7072 6.10921 16.648 6.72963 17.2684C7.35004 17.8888 8.29083 17.9836 9.99739 17.998"/><path stroke-linecap="round" d="M17.9976 9.99739C17.9831 8.29083 17.8883 7.35004 17.2679 6.72963C16.6475 6.10921 15.7067 6.01447 14.0002 6"/><path stroke-linecap="round" d="M17.9976 14.0007C17.9831 15.7072 17.8883 16.648 17.2679 17.2684C16.6475 17.8888 15.7067 17.9836 14.0002 17.998"/><circle cx="12" cy="12" r="10" opacity=".5"/></g></svg>
</template>

CSS

.icon-full-screen-circle-line-duotone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%209.99739C6.01447%208.29083%206.10921%207.35004%206.72963%206.72963C7.35004%206.10921%208.29083%206.01447%209.99739%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2014.0007C6.01447%2015.7072%206.10921%2016.648%206.72963%2017.2684C7.35004%2017.8888%208.29083%2017.9836%209.99739%2017.998%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.9976%209.99739C17.9831%208.29083%2017.8883%207.35004%2017.2679%206.72963C16.6475%206.10921%2015.7067%206.01447%2014.0002%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.9976%2014.0007C17.9831%2015.7072%2017.8883%2016.648%2017.2679%2017.2684C16.6475%2017.8888%2015.7067%2017.9836%2014.0002%2017.998%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%209.99739C6.01447%208.29083%206.10921%207.35004%206.72963%206.72963C7.35004%206.10921%208.29083%206.01447%209.99739%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2014.0007C6.01447%2015.7072%206.10921%2016.648%206.72963%2017.2684C7.35004%2017.8888%208.29083%2017.9836%209.99739%2017.998%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.9976%209.99739C17.9831%208.29083%2017.8883%207.35004%2017.2679%206.72963C16.6475%206.10921%2015.7067%206.01447%2014.0002%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.9976%2014.0007C17.9831%2015.7072%2017.8883%2016.648%2017.2679%2017.2684C16.6475%2017.8888%2015.7067%2017.9836%2014.0002%2017.998%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/full-screen-circle-line-duotone.svg?color=%231a73e8&size=48