siri frame icon
siri-frame-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- siri-frame-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the siri frame icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 3a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4zm-5 2a7 7 0 1 0 0 14a7 7 0 0 0 0-14M8.5 9.9c1.429 0 2.636 1.002 3.933 2.253l.322.314c.513.5 1.043 1.017 1.568 1.422c.636.49 1.38.91 2.227.91q.159 0 .312-.019A5.6 5.6 0 0 1 12 17.6a5.59 5.59 0 0 1-4.48-2.239q.468.137.98.139c1.799 0 3.244-.96 4.423-1.9a48 48 0 0 1-.665-.64q-.181-.177-.353-.342C10.823 13.463 9.752 14.1 8.5 14.1a2.1 2.1 0 1 1 0-4.2M12 6.4a5.6 5.6 0 0 1 5.23 3.596a2.5 2.5 0 0 0-.68-.096c-.905 0-1.726.438-2.445.95l.149.145c.324.315.613.596.888.842c.548-.361.998-.537 1.408-.537a1.05 1.05 0 0 1 0 2.1c-.379 0-.816-.191-1.372-.62c-.455-.35-.913-.796-1.424-1.295l-.349-.338C12.164 9.948 10.571 8.5 8.5 8.5q-.512.001-.98.139A5.59 5.59 0 0 1 12 6.4"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteSiriFrameFill(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" d="M17 3a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4zm-5 2a7 7 0 1 0 0 14a7 7 0 0 0 0-14M8.5 9.9c1.429 0 2.636 1.002 3.933 2.253l.322.314c.513.5 1.043 1.017 1.568 1.422c.636.49 1.38.91 2.227.91q.159 0 .312-.019A5.6 5.6 0 0 1 12 17.6a5.59 5.59 0 0 1-4.48-2.239q.468.137.98.139c1.799 0 3.244-.96 4.423-1.9a48 48 0 0 1-.665-.64q-.181-.177-.353-.342C10.823 13.463 9.752 14.1 8.5 14.1a2.1 2.1 0 1 1 0-4.2M12 6.4a5.6 5.6 0 0 1 5.23 3.596a2.5 2.5 0 0 0-.68-.096c-.905 0-1.726.438-2.445.95l.149.145c.324.315.613.596.888.842c.548-.361.998-.537 1.408-.537a1.05 1.05 0 0 1 0 2.1c-.379 0-.816-.191-1.372-.62c-.455-.35-.913-.796-1.424-1.295l-.349-.338C12.164 9.948 10.571 8.5 8.5 8.5q-.512.001-.98.139A5.59 5.59 0 0 1 12 6.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 3a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4zm-5 2a7 7 0 1 0 0 14a7 7 0 0 0 0-14M8.5 9.9c1.429 0 2.636 1.002 3.933 2.253l.322.314c.513.5 1.043 1.017 1.568 1.422c.636.49 1.38.91 2.227.91q.159 0 .312-.019A5.6 5.6 0 0 1 12 17.6a5.59 5.59 0 0 1-4.48-2.239q.468.137.98.139c1.799 0 3.244-.96 4.423-1.9a48 48 0 0 1-.665-.64q-.181-.177-.353-.342C10.823 13.463 9.752 14.1 8.5 14.1a2.1 2.1 0 1 1 0-4.2M12 6.4a5.6 5.6 0 0 1 5.23 3.596a2.5 2.5 0 0 0-.68-.096c-.905 0-1.726.438-2.445.95l.149.145c.324.315.613.596.888.842c.548-.361.998-.537 1.408-.537a1.05 1.05 0 0 1 0 2.1c-.379 0-.816-.191-1.372-.62c-.455-.35-.913-.796-1.424-1.295l-.349-.338C12.164 9.948 10.571 8.5 8.5 8.5q-.512.001-.98.139A5.59 5.59 0 0 1 12 6.4"/></svg> </template>
CSS
.icon-siri-frame-fill {
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%20d%3D%22M17%203a4%204%200%200%201%204%204v10a4%204%200%200%201-4%204H7a4%204%200%200%201-4-4V7a4%204%200%200%201%204-4zm-5%202a7%207%200%201%200%200%2014a7%207%200%200%200%200-14M8.5%209.9c1.429%200%202.636%201.002%203.933%202.253l.322.314c.513.5%201.043%201.017%201.568%201.422c.636.49%201.38.91%202.227.91q.159%200%20.312-.019A5.6%205.6%200%200%201%2012%2017.6a5.59%205.59%200%200%201-4.48-2.239q.468.137.98.139c1.799%200%203.244-.96%204.423-1.9a48%2048%200%200%201-.665-.64q-.181-.177-.353-.342C10.823%2013.463%209.752%2014.1%208.5%2014.1a2.1%202.1%200%201%201%200-4.2M12%206.4a5.6%205.6%200%200%201%205.23%203.596a2.5%202.5%200%200%200-.68-.096c-.905%200-1.726.438-2.445.95l.149.145c.324.315.613.596.888.842c.548-.361.998-.537%201.408-.537a1.05%201.05%200%200%201%200%202.1c-.379%200-.816-.191-1.372-.62c-.455-.35-.913-.796-1.424-1.295l-.349-.338C12.164%209.948%2010.571%208.5%208.5%208.5q-.512.001-.98.139A5.59%205.59%200%200%201%2012%206.4%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%20d%3D%22M17%203a4%204%200%200%201%204%204v10a4%204%200%200%201-4%204H7a4%204%200%200%201-4-4V7a4%204%200%200%201%204-4zm-5%202a7%207%200%201%200%200%2014a7%207%200%200%200%200-14M8.5%209.9c1.429%200%202.636%201.002%203.933%202.253l.322.314c.513.5%201.043%201.017%201.568%201.422c.636.49%201.38.91%202.227.91q.159%200%20.312-.019A5.6%205.6%200%200%201%2012%2017.6a5.59%205.59%200%200%201-4.48-2.239q.468.137.98.139c1.799%200%203.244-.96%204.423-1.9a48%2048%200%200%201-.665-.64q-.181-.177-.353-.342C10.823%2013.463%209.752%2014.1%208.5%2014.1a2.1%202.1%200%201%201%200-4.2M12%206.4a5.6%205.6%200%200%201%205.23%203.596a2.5%202.5%200%200%200-.68-.096c-.905%200-1.726.438-2.445.95l.149.145c.324.315.613.596.888.842c.548-.361.998-.537%201.408-.537a1.05%201.05%200%200%201%200%202.1c-.379%200-.816-.191-1.372-.62c-.455-.35-.913-.796-1.424-1.295l-.349-.338C12.164%209.948%2010.571%208.5%208.5%208.5q-.512.001-.98.139A5.59%205.59%200%200%201%2012%206.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/siri-frame-fill.svg?color=%231a73e8&size=48