storyblocks icon logo
storyblocks-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- storyblocks-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the storyblocks icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="128" fill="#ffe121"/><path d="M122.4 60.8v86.4c-24 0-43.2-19.2-43.2-43.2s19.2-43.2 43.2-43.2m11.2 134.4v-86.4c24 0 43.2 19.2 43.2 43.2c0 23.613-18.586 42.58-42.043 43.185zM154 60.8c11.2 0 20.4 9.2 20.4 20.4s-9.2 20.4-20.4 20.4s-20.4-9.2-20.4-20.4s9.2-20.4 20.4-20.4m-52 93.6c11.2 0 20.4 9.2 20.4 20.4s-9.2 20.4-20.4 20.4s-20.4-9.2-20.4-20.4s9.2-20.4 20.4-20.4"/></svg>
React
import type { SVGProps } from "react";
export function LogosStoryblocksIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="128" fill="#ffe121"/><path d="M122.4 60.8v86.4c-24 0-43.2-19.2-43.2-43.2s19.2-43.2 43.2-43.2m11.2 134.4v-86.4c24 0 43.2 19.2 43.2 43.2c0 23.613-18.586 42.58-42.043 43.185zM154 60.8c11.2 0 20.4 9.2 20.4 20.4s-9.2 20.4-20.4 20.4s-20.4-9.2-20.4-20.4s9.2-20.4 20.4-20.4m-52 93.6c11.2 0 20.4 9.2 20.4 20.4s-9.2 20.4-20.4 20.4s-20.4-9.2-20.4-20.4s9.2-20.4 20.4-20.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="128" fill="#ffe121"/><path d="M122.4 60.8v86.4c-24 0-43.2-19.2-43.2-43.2s19.2-43.2 43.2-43.2m11.2 134.4v-86.4c24 0 43.2 19.2 43.2 43.2c0 23.613-18.586 42.58-42.043 43.185zM154 60.8c11.2 0 20.4 9.2 20.4 20.4s-9.2 20.4-20.4 20.4s-20.4-9.2-20.4-20.4s9.2-20.4 20.4-20.4m-52 93.6c11.2 0 20.4 9.2 20.4 20.4s-9.2 20.4-20.4 20.4s-20.4-9.2-20.4-20.4s9.2-20.4 20.4-20.4"/></svg> </template>
CSS
.icon-storyblocks-icon {
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%20256%20256%22%3E%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%20fill%3D%22%23ffe121%22%2F%3E%3Cpath%20d%3D%22M122.4%2060.8v86.4c-24%200-43.2-19.2-43.2-43.2s19.2-43.2%2043.2-43.2m11.2%20134.4v-86.4c24%200%2043.2%2019.2%2043.2%2043.2c0%2023.613-18.586%2042.58-42.043%2043.185zM154%2060.8c11.2%200%2020.4%209.2%2020.4%2020.4s-9.2%2020.4-20.4%2020.4s-20.4-9.2-20.4-20.4s9.2-20.4%2020.4-20.4m-52%2093.6c11.2%200%2020.4%209.2%2020.4%2020.4s-9.2%2020.4-20.4%2020.4s-20.4-9.2-20.4-20.4s9.2-20.4%2020.4-20.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%20256%20256%22%3E%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%20fill%3D%22%23ffe121%22%2F%3E%3Cpath%20d%3D%22M122.4%2060.8v86.4c-24%200-43.2-19.2-43.2-43.2s19.2-43.2%2043.2-43.2m11.2%20134.4v-86.4c24%200%2043.2%2019.2%2043.2%2043.2c0%2023.613-18.586%2042.58-42.043%2043.185zM154%2060.8c11.2%200%2020.4%209.2%2020.4%2020.4s-9.2%2020.4-20.4%2020.4s-20.4-9.2-20.4-20.4s9.2-20.4%2020.4-20.4m-52%2093.6c11.2%200%2020.4%209.2%2020.4%2020.4s-9.2%2020.4-20.4%2020.4s-20.4-9.2-20.4-20.4s9.2-20.4%2020.4-20.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/storyblocks-icon.svg?color=%231a73e8&size=48