image circle story icon
image-circle-story from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.
- Name
- image-circle-story
- Set
- Majesticons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
Related icons in Majesticons
Use the image circle story icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22 12a10 10 0 0 1-.832 4M12 22a9.97 9.97 0 0 0 7.071-2.929M2 12a9.97 9.97 0 0 1 2.929-7.071M12 2a10 10 0 0 0-4 .832m0 18.336A10.02 10.02 0 0 1 2.832 16m13-13A10.02 10.02 0 0 1 21 8.168"/><path fill="currentColor" fill-rule="evenodd" d="M7.545 12.095a4.55 4.55 0 0 1 9.068-.54c-2.271.051-3.942.557-5.143 1.284c1.085.378 2.17 1.018 3.007 2.059a.75.75 0 0 1-1.169.94c-.79-.981-1.907-1.524-3.049-1.789a8.3 8.3 0 0 0-2.359-.19a4.5 4.5 0 0 1-.355-1.764m4.55-6.36a6.36 6.36 0 1 0 0 12.72a6.36 6.36 0 0 0 0-12.72m-1.909 3.087c-.224 0-.547.063-.83.267c-.31.224-.534.592-.534 1.097s.223.873.534 1.097c.283.204.606.267.83.267s.547-.063.83-.267c.311-.224.534-.592.534-1.097s-.223-.873-.534-1.097a1.46 1.46 0 0 0-.83-.267" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsImageCircleStory(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"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M22 12a10 10 0 0 1-.832 4M12 22a9.97 9.97 0 0 0 7.071-2.929M2 12a9.97 9.97 0 0 1 2.929-7.071M12 2a10 10 0 0 0-4 .832m0 18.336A10.02 10.02 0 0 1 2.832 16m13-13A10.02 10.02 0 0 1 21 8.168"/><path fill="currentColor" fillRule="evenodd" d="M7.545 12.095a4.55 4.55 0 0 1 9.068-.54c-2.271.051-3.942.557-5.143 1.284c1.085.378 2.17 1.018 3.007 2.059a.75.75 0 0 1-1.169.94c-.79-.981-1.907-1.524-3.049-1.789a8.3 8.3 0 0 0-2.359-.19a4.5 4.5 0 0 1-.355-1.764m4.55-6.36a6.36 6.36 0 1 0 0 12.72a6.36 6.36 0 0 0 0-12.72m-1.909 3.087c-.224 0-.547.063-.83.267c-.31.224-.534.592-.534 1.097s.223.873.534 1.097c.283.204.606.267.83.267s.547-.063.83-.267c.311-.224.534-.592.534-1.097s-.223-.873-.534-1.097a1.46 1.46 0 0 0-.83-.267" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22 12a10 10 0 0 1-.832 4M12 22a9.97 9.97 0 0 0 7.071-2.929M2 12a9.97 9.97 0 0 1 2.929-7.071M12 2a10 10 0 0 0-4 .832m0 18.336A10.02 10.02 0 0 1 2.832 16m13-13A10.02 10.02 0 0 1 21 8.168"/><path fill="currentColor" fill-rule="evenodd" d="M7.545 12.095a4.55 4.55 0 0 1 9.068-.54c-2.271.051-3.942.557-5.143 1.284c1.085.378 2.17 1.018 3.007 2.059a.75.75 0 0 1-1.169.94c-.79-.981-1.907-1.524-3.049-1.789a8.3 8.3 0 0 0-2.359-.19a4.5 4.5 0 0 1-.355-1.764m4.55-6.36a6.36 6.36 0 1 0 0 12.72a6.36 6.36 0 0 0 0-12.72m-1.909 3.087c-.224 0-.547.063-.83.267c-.31.224-.534.592-.534 1.097s.223.873.534 1.097c.283.204.606.267.83.267s.547-.063.83-.267c.311-.224.534-.592.534-1.097s-.223-.873-.534-1.097a1.46 1.46 0 0 0-.83-.267" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-image-circle-story {
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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M22%2012a10%2010%200%200%201-.832%204M12%2022a9.97%209.97%200%200%200%207.071-2.929M2%2012a9.97%209.97%200%200%201%202.929-7.071M12%202a10%2010%200%200%200-4%20.832m0%2018.336A10.02%2010.02%200%200%201%202.832%2016m13-13A10.02%2010.02%200%200%201%2021%208.168%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.545%2012.095a4.55%204.55%200%200%201%209.068-.54c-2.271.051-3.942.557-5.143%201.284c1.085.378%202.17%201.018%203.007%202.059a.75.75%200%200%201-1.169.94c-.79-.981-1.907-1.524-3.049-1.789a8.3%208.3%200%200%200-2.359-.19a4.5%204.5%200%200%201-.355-1.764m4.55-6.36a6.36%206.36%200%201%200%200%2012.72a6.36%206.36%200%200%200%200-12.72m-1.909%203.087c-.224%200-.547.063-.83.267c-.31.224-.534.592-.534%201.097s.223.873.534%201.097c.283.204.606.267.83.267s.547-.063.83-.267c.311-.224.534-.592.534-1.097s-.223-.873-.534-1.097a1.46%201.46%200%200%200-.83-.267%22%20clip-rule%3D%22evenodd%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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M22%2012a10%2010%200%200%201-.832%204M12%2022a9.97%209.97%200%200%200%207.071-2.929M2%2012a9.97%209.97%200%200%201%202.929-7.071M12%202a10%2010%200%200%200-4%20.832m0%2018.336A10.02%2010.02%200%200%201%202.832%2016m13-13A10.02%2010.02%200%200%201%2021%208.168%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.545%2012.095a4.55%204.55%200%200%201%209.068-.54c-2.271.051-3.942.557-5.143%201.284c1.085.378%202.17%201.018%203.007%202.059a.75.75%200%200%201-1.169.94c-.79-.981-1.907-1.524-3.049-1.789a8.3%208.3%200%200%200-2.359-.19a4.5%204.5%200%200%201-.355-1.764m4.55-6.36a6.36%206.36%200%201%200%200%2012.72a6.36%206.36%200%200%200%200-12.72m-1.909%203.087c-.224%200-.547.063-.83.267c-.31.224-.534.592-.534%201.097s.223.873.534%201.097c.283.204.606.267.83.267s.547-.063.83-.267c.311-.224.534-.592.534-1.097s-.223-.873-.534-1.097a1.46%201.46%200%200%200-.83-.267%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/image-circle-story.svg?color=%231a73e8&size=48