record minimalistic icon
record-minimalistic-outline from Solar by 480 Design · Outline · Call · CC-BY-4.0 Attribution required.
- Name
- record-minimalistic-outline
- Set
- Solar
- Style
- Outline
- Category
- Call
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More call icons from Solar
call-cancel-boldcall-cancel-rounded-boldcall-chat-boldcall-chat-rounded-boldcall-dropped-boldcall-dropped-rounded-boldcall-medicine-boldcall-medicine-rounded-boldend-call-boldend-call-rounded-boldincoming-call-boldincoming-call-rounded-boldoutgoing-call-boldoutgoing-call-rounded-boldphone-boldphone-calling-boldphone-calling-rounded-boldphone-rounded-boldrecord-circle-boldrecord-square-boldrecord-audio-circle-bold
Use the record minimalistic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.46412 15.25C10.2616 14.4003 10.75 13.2572 10.75 12C10.75 9.37665 8.62335 7.25 6 7.25C3.37665 7.25 1.25 9.37665 1.25 12C1.25 14.6234 3.37665 16.75 6 16.75H18C20.6234 16.75 22.75 14.6234 22.75 12C22.75 9.37665 20.6234 7.25 18 7.25C15.3766 7.25 13.25 9.37665 13.25 12C13.25 13.2572 13.7384 14.4003 14.5359 15.25H9.46412ZM6 8.75C4.20507 8.75 2.75 10.2051 2.75 12C2.75 13.7949 4.20507 15.25 6 15.25C7.79493 15.25 9.25 13.7949 9.25 12C9.25 10.2051 7.79493 8.75 6 8.75ZM18 15.25C19.7949 15.25 21.25 13.7949 21.25 12C21.25 10.2051 19.7949 8.75 18 8.75C16.2051 8.75 14.75 10.2051 14.75 12C14.75 13.7949 16.2051 15.25 18 15.25Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarRecordMinimalisticOutline(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" fillRule="evenodd" d="M9.46412 15.25C10.2616 14.4003 10.75 13.2572 10.75 12C10.75 9.37665 8.62335 7.25 6 7.25C3.37665 7.25 1.25 9.37665 1.25 12C1.25 14.6234 3.37665 16.75 6 16.75H18C20.6234 16.75 22.75 14.6234 22.75 12C22.75 9.37665 20.6234 7.25 18 7.25C15.3766 7.25 13.25 9.37665 13.25 12C13.25 13.2572 13.7384 14.4003 14.5359 15.25H9.46412ZM6 8.75C4.20507 8.75 2.75 10.2051 2.75 12C2.75 13.7949 4.20507 15.25 6 15.25C7.79493 15.25 9.25 13.7949 9.25 12C9.25 10.2051 7.79493 8.75 6 8.75ZM18 15.25C19.7949 15.25 21.25 13.7949 21.25 12C21.25 10.2051 19.7949 8.75 18 8.75C16.2051 8.75 14.75 10.2051 14.75 12C14.75 13.7949 16.2051 15.25 18 15.25Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.46412 15.25C10.2616 14.4003 10.75 13.2572 10.75 12C10.75 9.37665 8.62335 7.25 6 7.25C3.37665 7.25 1.25 9.37665 1.25 12C1.25 14.6234 3.37665 16.75 6 16.75H18C20.6234 16.75 22.75 14.6234 22.75 12C22.75 9.37665 20.6234 7.25 18 7.25C15.3766 7.25 13.25 9.37665 13.25 12C13.25 13.2572 13.7384 14.4003 14.5359 15.25H9.46412ZM6 8.75C4.20507 8.75 2.75 10.2051 2.75 12C2.75 13.7949 4.20507 15.25 6 15.25C7.79493 15.25 9.25 13.7949 9.25 12C9.25 10.2051 7.79493 8.75 6 8.75ZM18 15.25C19.7949 15.25 21.25 13.7949 21.25 12C21.25 10.2051 19.7949 8.75 18 8.75C16.2051 8.75 14.75 10.2051 14.75 12C14.75 13.7949 16.2051 15.25 18 15.25Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-record-minimalistic-outline {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.46412%2015.25C10.2616%2014.4003%2010.75%2013.2572%2010.75%2012C10.75%209.37665%208.62335%207.25%206%207.25C3.37665%207.25%201.25%209.37665%201.25%2012C1.25%2014.6234%203.37665%2016.75%206%2016.75H18C20.6234%2016.75%2022.75%2014.6234%2022.75%2012C22.75%209.37665%2020.6234%207.25%2018%207.25C15.3766%207.25%2013.25%209.37665%2013.25%2012C13.25%2013.2572%2013.7384%2014.4003%2014.5359%2015.25H9.46412ZM6%208.75C4.20507%208.75%202.75%2010.2051%202.75%2012C2.75%2013.7949%204.20507%2015.25%206%2015.25C7.79493%2015.25%209.25%2013.7949%209.25%2012C9.25%2010.2051%207.79493%208.75%206%208.75ZM18%2015.25C19.7949%2015.25%2021.25%2013.7949%2021.25%2012C21.25%2010.2051%2019.7949%208.75%2018%208.75C16.2051%208.75%2014.75%2010.2051%2014.75%2012C14.75%2013.7949%2016.2051%2015.25%2018%2015.25Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.46412%2015.25C10.2616%2014.4003%2010.75%2013.2572%2010.75%2012C10.75%209.37665%208.62335%207.25%206%207.25C3.37665%207.25%201.25%209.37665%201.25%2012C1.25%2014.6234%203.37665%2016.75%206%2016.75H18C20.6234%2016.75%2022.75%2014.6234%2022.75%2012C22.75%209.37665%2020.6234%207.25%2018%207.25C15.3766%207.25%2013.25%209.37665%2013.25%2012C13.25%2013.2572%2013.7384%2014.4003%2014.5359%2015.25H9.46412ZM6%208.75C4.20507%208.75%202.75%2010.2051%202.75%2012C2.75%2013.7949%204.20507%2015.25%206%2015.25C7.79493%2015.25%209.25%2013.7949%209.25%2012C9.25%2010.2051%207.79493%208.75%206%208.75ZM18%2015.25C19.7949%2015.25%2021.25%2013.7949%2021.25%2012C21.25%2010.2051%2019.7949%208.75%2018%208.75C16.2051%208.75%2014.75%2010.2051%2014.75%2012C14.75%2013.7949%2016.2051%2015.25%2018%2015.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/record-minimalistic-outline.svg?color=%231a73e8&size=48