record minimalistic icon

record-minimalistic-linear from Solar by 480 Design · Linear · Call · CC-BY-4.0 Attribution required.

Name
record-minimalistic-linear
Set
Solar
Style
Linear
Category
Call
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More call icons from Solar

Use the record minimalistic 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 d="M22 12C22 14.2091 20.2091 16 18 16C15.7909 16 14 14.2091 14 12C14 9.79086 15.7909 8 18 8C20.2091 8 22 9.79086 22 12Z"/><path d="M10 12C10 14.2091 8.20914 16 6 16C3.79086 16 2 14.2091 2 12C2 9.79086 3.79086 8 6 8C8.20914 8 10 9.79086 10 12Z"/><path stroke-linecap="round" d="M6 16H18"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarRecordMinimalisticLinear(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 d="M22 12C22 14.2091 20.2091 16 18 16C15.7909 16 14 14.2091 14 12C14 9.79086 15.7909 8 18 8C20.2091 8 22 9.79086 22 12Z"/><path d="M10 12C10 14.2091 8.20914 16 6 16C3.79086 16 2 14.2091 2 12C2 9.79086 3.79086 8 6 8C8.20914 8 10 9.79086 10 12Z"/><path strokeLinecap="round" d="M6 16H18"/></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 d="M22 12C22 14.2091 20.2091 16 18 16C15.7909 16 14 14.2091 14 12C14 9.79086 15.7909 8 18 8C20.2091 8 22 9.79086 22 12Z"/><path d="M10 12C10 14.2091 8.20914 16 6 16C3.79086 16 2 14.2091 2 12C2 9.79086 3.79086 8 6 8C8.20914 8 10 9.79086 10 12Z"/><path stroke-linecap="round" d="M6 16H18"/></g></svg>
</template>

CSS

.icon-record-minimalistic-linear {
  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%20d%3D%22M22%2012C22%2014.2091%2020.2091%2016%2018%2016C15.7909%2016%2014%2014.2091%2014%2012C14%209.79086%2015.7909%208%2018%208C20.2091%208%2022%209.79086%2022%2012Z%22%2F%3E%3Cpath%20d%3D%22M10%2012C10%2014.2091%208.20914%2016%206%2016C3.79086%2016%202%2014.2091%202%2012C2%209.79086%203.79086%208%206%208C8.20914%208%2010%209.79086%2010%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2016H18%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%20d%3D%22M22%2012C22%2014.2091%2020.2091%2016%2018%2016C15.7909%2016%2014%2014.2091%2014%2012C14%209.79086%2015.7909%208%2018%208C20.2091%208%2022%209.79086%2022%2012Z%22%2F%3E%3Cpath%20d%3D%22M10%2012C10%2014.2091%208.20914%2016%206%2016C3.79086%2016%202%2014.2091%202%2012C2%209.79086%203.79086%208%206%208C8.20914%208%2010%209.79086%2010%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2016H18%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/record-minimalistic-linear.svg?color=%231a73e8&size=48