record minimalistic icon

record-minimalistic-bold-duotone from Solar by 480 Design · Bold Duotone · Call · CC-BY-4.0 Attribution required.

Name
record-minimalistic-bold-duotone
Set
Solar
Style
Bold Duotone
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="currentColor"><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 d="M6 16H18C16.9856 16 16.0593 15.6224 15.3542 15H8.64582C7.94069 15.6224 7.01445 16 6 16Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarRecordMinimalisticBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><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 d="M6 16H18C16.9856 16 16.0593 15.6224 15.3542 15H8.64582C7.94069 15.6224 7.01445 16 6 16Z" 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="currentColor"><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 d="M6 16H18C16.9856 16 16.0593 15.6224 15.3542 15H8.64582C7.94069 15.6224 7.01445 16 6 16Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-record-minimalistic-bold-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%22currentColor%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%20d%3D%22M6%2016H18C16.9856%2016%2016.0593%2015.6224%2015.3542%2015H8.64582C7.94069%2015.6224%207.01445%2016%206%2016Z%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%22currentColor%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%20d%3D%22M6%2016H18C16.9856%2016%2016.0593%2015.6224%2015.3542%2015H8.64582C7.94069%2015.6224%207.01445%2016%206%2016Z%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/record-minimalistic-bold-duotone.svg?color=%231a73e8&size=48